Uses of Class
io.trino.metadata.AggregationFunctionMetadata
-
Packages that use AggregationFunctionMetadata Package Description io.trino.metadata -
-
Uses of AggregationFunctionMetadata in io.trino.metadata
Methods in io.trino.metadata that return AggregationFunctionMetadata Modifier and Type Method Description AggregationFunctionMetadataFunctionRegistry. getAggregationFunctionMetadata(FunctionId functionId)AggregationFunctionMetadataMetadata. getAggregationFunctionMetadata(ResolvedFunction resolvedFunction)AggregationFunctionMetadataMetadataManager. getAggregationFunctionMetadata(ResolvedFunction resolvedFunction)AggregationFunctionMetadataSqlAggregationFunction. getAggregationMetadata()Constructors in io.trino.metadata with parameters of type AggregationFunctionMetadata Constructor Description SqlAggregationFunction(FunctionMetadata functionMetadata, AggregationFunctionMetadata aggregationFunctionMetadata)
-