Uses of Class
io.trino.operator.aggregation.InternalAggregationFunction
-
Packages that use InternalAggregationFunction Package Description io.trino.metadata io.trino.operator.window io.trino.operator.window.pattern -
-
Uses of InternalAggregationFunction in io.trino.metadata
Methods in io.trino.metadata that return InternalAggregationFunction Modifier and Type Method Description InternalAggregationFunctionFunctionRegistry. getAggregateFunctionImplementation(FunctionId functionId, BoundSignature boundSignature, FunctionDependencies functionDependencies)InternalAggregationFunctionMetadata. getAggregateFunctionImplementation(ResolvedFunction resolvedFunction)InternalAggregationFunctionMetadataManager. getAggregateFunctionImplementation(ResolvedFunction resolvedFunction) -
Uses of InternalAggregationFunction in io.trino.operator.window
Methods in io.trino.operator.window with parameters of type InternalAggregationFunction Modifier and Type Method Description static WindowFunctionSupplierAggregateWindowFunction. supplier(Signature signature, InternalAggregationFunction function) -
Uses of InternalAggregationFunction in io.trino.operator.window.pattern
Constructors in io.trino.operator.window.pattern with parameters of type InternalAggregationFunction Constructor Description MatchAggregationInstantiator(String name, InternalAggregationFunction function, List<Integer> argumentChannels, List<LambdaProvider> lambdaProviders, SetEvaluator.SetEvaluatorSupplier setEvaluatorSupplier)
-