pub fn lookup_aggregate(folded: &[u8]) -> Option<AggregateFunc>Expand description
Returns the aggregate a folded name spells.
min and max are both: one argument makes them aggregates and two or more
make them scalars, which is why the binder asks about the argument count
before it decides.