Package org.apache.calcite.schema
Interface AggregateFunction
- All Superinterfaces:
Function
- All Known Subinterfaces:
ImplementableAggFunction
- All Known Implementing Classes:
AggregateFunctionImpl
Function that combines several values into a scalar result.
-
Method Summary
Modifier and TypeMethodDescriptiongetReturnType
(RelDataTypeFactory typeFactory) Returns the return type of this function, constructed using the given type factory.Methods inherited from interface org.apache.calcite.schema.Function
getParameters
-
Method Details
-
getReturnType
Returns the return type of this function, constructed using the given type factory.- Parameters:
typeFactory
- Type factory
-