Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 702 Bytes

aggregation.md

File metadata and controls

35 lines (22 loc) · 702 Bytes

Aggregation

Supported Types

PropertyAggregation

aggregation := components.CreateAggregationAvg(components.PropertyAggregation{/* values here */})

CountAggregation

aggregation := components.CreateAggregationCount(components.CountAggregation{/* values here */})

PropertyAggregation

aggregation := components.CreateAggregationMax(components.PropertyAggregation{/* values here */})

PropertyAggregation

aggregation := components.CreateAggregationMin(components.PropertyAggregation{/* values here */})

PropertyAggregation

aggregation := components.CreateAggregationSum(components.PropertyAggregation{/* values here */})