Uses of Class
io.trino.metadata.FunctionDependencyDeclaration
-
Packages that use FunctionDependencyDeclaration Package Description io.trino.metadata io.trino.operator.aggregation io.trino.operator.aggregation.minmaxby io.trino.operator.scalar -
-
Uses of FunctionDependencyDeclaration in io.trino.metadata
Fields in io.trino.metadata declared as FunctionDependencyDeclaration Modifier and Type Field Description static FunctionDependencyDeclarationFunctionDependencyDeclaration. NO_DEPENDENCIESMethods in io.trino.metadata that return FunctionDependencyDeclaration Modifier and Type Method Description FunctionDependencyDeclarationFunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder. build()FunctionDependencyDeclarationFunctionRegistry. getFunctionDependencies(FunctionBinding functionBinding)default FunctionDependencyDeclarationSqlFunction. getFunctionDependencies()default FunctionDependencyDeclarationSqlFunction. getFunctionDependencies(FunctionBinding functionBinding)Methods in io.trino.metadata with parameters of type FunctionDependencyDeclaration Modifier and Type Method Description ResolvedFunctionMetadataManager. resolve(FunctionBinding functionBinding, FunctionDependencyDeclaration declaration) -
Uses of FunctionDependencyDeclaration in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return FunctionDependencyDeclaration Modifier and Type Method Description FunctionDependencyDeclarationAbstractMinMaxAggregationFunction. getFunctionDependencies()FunctionDependencyDeclarationParametricAggregation. getFunctionDependencies() -
Uses of FunctionDependencyDeclaration in io.trino.operator.aggregation.minmaxby
Methods in io.trino.operator.aggregation.minmaxby that return FunctionDependencyDeclaration Modifier and Type Method Description FunctionDependencyDeclarationAbstractMinMaxBy. getFunctionDependencies() -
Uses of FunctionDependencyDeclaration in io.trino.operator.scalar
-