Apply an aggregate expression in a pivot context. The aggregation will run as a set of separate aggregations scoped to each distinct value of the pivot expression. The output is a map from pivot value to aggregate expression value.
Expression categories: Aggregate
Declared arguments
Aggregate expression - The aggregate expression to apply. Expression<V>
Pivot expression - The pivot expression to apply. Expression<K>
Type variable bounds:K accepts ComparableType**V accepts AnyType