[ROOT] / doc / tocInheritance / QueryExpression / QueryExpressionAggregate / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | Class | 
| Name | QueryExpressionAggregate | 
| Namespace | ARCQuery | 
| Type | QueryExpressionAggregate | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCQuery | 
| BaseTypes | QueryExpression | 
| ClassNamespace | ARCQuery | 
| ClassType | QueryExpressionAggregate | 
| Interfaces | ITypeDescriber; -IEquatable<QueryExpression>- | 
Aggregates over the given key.
Examples:
  'AGGREGATE Product'.
or
  'AGGREGATE Product BY Year SUM Amount'.
See SyntaxHelp.
See also:
QueryExpressionPivot which aggregates over two keys (row key and column key).
and
FunctionKeyAggregate which operates over a collection of properties.
TODO: As of Nov 2020 there is lot of similar code in QueryExpressionPivot and -QueryExpressionAggregate.
Generated 2025-10-31 17:27:07.419 UTC