package
23.2.20+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

GetAggregateConstructor processes the specification of a single aggregate function.
GetAggregateInfo returns the aggregate constructor and the return type for the given aggregate function when applied on the given type.
GetWindowFunctionInfo returns windowFunc constructor and the return type when given fn is applied to given inputTypes.
NeedHashAggregator returns whether the given aggregator spec requires hash aggregation.

# Type aliases

AggregateConstructor is a function that creates an aggregate function.