Uses of Class
io.trino.metadata.FunctionDependencyDeclaration
Packages that use FunctionDependencyDeclaration
Package
Description
-
Uses of FunctionDependencyDeclaration in io.trino.metadata
Fields in io.trino.metadata declared as FunctionDependencyDeclarationModifier and TypeFieldDescriptionstatic final FunctionDependencyDeclarationFunctionDependencyDeclaration.NO_DEPENDENCIESMethods in io.trino.metadata that return FunctionDependencyDeclarationModifier and TypeMethodDescriptionFunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.build()FunctionRegistry.getFunctionDependencies(FunctionBinding functionBinding) default FunctionDependencyDeclarationSqlFunction.getFunctionDependencies()default FunctionDependencyDeclarationSqlFunction.getFunctionDependencies(BoundSignature boundSignature) Methods in io.trino.metadata with parameters of type FunctionDependencyDeclarationModifier and TypeMethodDescriptionMetadataManager.resolve(Session session, FunctionBinding functionBinding, FunctionMetadata functionMetadata, FunctionDependencyDeclaration declaration) -
Uses of FunctionDependencyDeclaration in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return FunctionDependencyDeclarationModifier and TypeMethodDescriptionAbstractMinMaxAggregationFunction.getFunctionDependencies()AbstractMinMaxNAggregationFunction.getFunctionDependencies(BoundSignature boundSignature) ParametricAggregation.getFunctionDependencies() -
Uses of FunctionDependencyDeclaration in io.trino.operator.aggregation.minmaxby
Methods in io.trino.operator.aggregation.minmaxby that return FunctionDependencyDeclarationModifier and TypeMethodDescriptionAbstractMinMaxBy.getFunctionDependencies()AbstractMinMaxByNAggregationFunction.getFunctionDependencies(BoundSignature boundSignature) -
Uses of FunctionDependencyDeclaration in io.trino.operator.scalar
Methods in io.trino.operator.scalar that return FunctionDependencyDeclarationModifier and TypeMethodDescriptionAbstractGreatestLeast.getFunctionDependencies()ArrayJoin.ArrayJoinWithNullReplacement.getFunctionDependencies()ArrayJoin.getFunctionDependencies()FormatFunction.getFunctionDependencies(BoundSignature boundSignature) MapConstructor.getFunctionDependencies()MapElementAtFunction.getFunctionDependencies()MapSubscriptOperator.getFunctionDependencies()MapToMapCast.getFunctionDependencies()ParametricScalar.getFunctionDependencies()RowToRowCast.getFunctionDependencies(BoundSignature boundSignature) TryCastFunction.getFunctionDependencies() -
Uses of FunctionDependencyDeclaration in io.trino.util
Methods in io.trino.util that return FunctionDependencyDeclarationModifier and TypeMethodDescriptionMinMaxCompare.getMinMaxCompareFunctionDependencies(TypeSignature typeSignature, boolean min)