AggregateExprWithOptionalArgs

Type Alias AggregateExprWithOptionalArgs 

Source
type AggregateExprWithOptionalArgs = (Arc<AggregateFunctionExpr>, Option<Arc<dyn PhysicalExpr>>, Vec<PhysicalSortExpr>);