Uses of Interface
io.trino.operator.annotations.ImplementationDependency
-
Packages that use ImplementationDependency Package Description io.trino.operator io.trino.operator.aggregation io.trino.operator.annotations io.trino.operator.scalar.annotations -
-
Uses of ImplementationDependency in io.trino.operator
Method parameters in io.trino.operator with type arguments of type ImplementationDependency Modifier and Type Method Description static MethodHandleParametricFunctionHelpers. bindDependencies(MethodHandle handle, List<ImplementationDependency> dependencies, FunctionBinding functionBinding, FunctionDependencies functionDependencies) -
Uses of ImplementationDependency in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return types with arguments of type ImplementationDependency Modifier and Type Method Description List<ImplementationDependency>AggregationImplementation. getCombineDependencies()List<ImplementationDependency>AggregationImplementation. getInputDependencies()List<ImplementationDependency>AggregationImplementation. getOutputDependencies()List<ImplementationDependency>AggregationImplementation. getRemoveInputDependencies()List<ImplementationDependency>AggregationImplementation.Parser. parseImplementationDependencies(Method inputFunction) -
Uses of ImplementationDependency in io.trino.operator.annotations
Classes in io.trino.operator.annotations that implement ImplementationDependency Modifier and Type Class Description classCastImplementationDependencyclassFunctionImplementationDependencyclassLiteralImplementationDependencyclassOperatorImplementationDependencyclassScalarImplementationDependencyclassTypeImplementationDependencyMethods in io.trino.operator.annotations that return ImplementationDependency Modifier and Type Method Description static ImplementationDependencyImplementationDependency.Factory. createDependency(Annotation annotation, Set<String> literalParameters, Class<?> type)Method parameters in io.trino.operator.annotations with type arguments of type ImplementationDependency Modifier and Type Method Description static List<TypeVariableConstraint>FunctionsParserHelper. createTypeVariableConstraints(Collection<TypeParameter> typeParameters, List<ImplementationDependency> dependencies) -
Uses of ImplementationDependency in io.trino.operator.scalar.annotations
Methods in io.trino.operator.scalar.annotations that return types with arguments of type ImplementationDependency Modifier and Type Method Description List<ImplementationDependency>ParametricScalarImplementation.ParametricScalarImplementationChoice. getConstructorDependencies()List<ImplementationDependency>ParametricScalarImplementation.ParametricScalarImplementationChoice. getDependencies()
-