- makeAggregate(
aggregator: string,
distinct?: boolean,
separator?: string,
wildcard?: boolean,
): Algebra.AggregateExpression Parameters
- aggregator: string
- distinct: boolean = false
Optional
separator: string- wildcard: boolean = false
Returns Algebra.AggregateExpression