Uses of Class
io.trino.metadata.FunctionMetadata
Packages that use FunctionMetadata
-
Uses of FunctionMetadata in io.trino.metadata
Methods in io.trino.metadata that return FunctionMetadataModifier and TypeMethodDescriptionFunctionRegistry.get(FunctionId functionId) Metadata.getFunctionMetadata(ResolvedFunction resolvedFunction) MetadataManager.getFunctionMetadata(ResolvedFunction resolvedFunction) SqlAggregationFunction.getFunctionMetadata()SqlFunction.getFunctionMetadata()SqlScalarFunction.getFunctionMetadata()Methods in io.trino.metadata that return types with arguments of type FunctionMetadataModifier and TypeMethodDescriptionFunctionRegistry.get(QualifiedName name) FunctionRegistry.list()Metadata.listFunctions()MetadataManager.listFunctions()Methods in io.trino.metadata with parameters of type FunctionMetadataModifier and TypeMethodDescriptionMetadataManager.resolve(Session session, FunctionBinding functionBinding, FunctionMetadata functionMetadata, FunctionDependencyDeclaration declaration) Constructors in io.trino.metadata with parameters of type FunctionMetadataModifierConstructorDescriptionSqlAggregationFunction(FunctionMetadata functionMetadata, AggregationFunctionMetadata aggregationFunctionMetadata) protectedSqlScalarFunction(FunctionMetadata functionMetadata) -
Uses of FunctionMetadata in io.trino.operator.window
Methods in io.trino.operator.window that return FunctionMetadata