Uses of Class
io.trino.operator.ParametricImplementationsGroup
-
Packages that use ParametricImplementationsGroup Package Description io.trino.operator io.trino.operator.aggregation io.trino.operator.scalar -
-
Uses of ParametricImplementationsGroup in io.trino.operator
Methods in io.trino.operator that return ParametricImplementationsGroup Modifier and Type Method Description ParametricImplementationsGroup<T>ParametricImplementationsGroup.Builder. build()static <T extends ParametricImplementation>
ParametricImplementationsGroup<T>ParametricImplementationsGroup. of(T... implementations) -
Uses of ParametricImplementationsGroup in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return ParametricImplementationsGroup Modifier and Type Method Description ParametricImplementationsGroup<AggregationImplementation>ParametricAggregation. getImplementations()Constructors in io.trino.operator.aggregation with parameters of type ParametricImplementationsGroup Constructor Description ParametricAggregation(Signature signature, AggregationHeader details, ParametricImplementationsGroup<AggregationImplementation> implementations, boolean deprecated) -
Uses of ParametricImplementationsGroup in io.trino.operator.scalar
Methods in io.trino.operator.scalar that return ParametricImplementationsGroup Modifier and Type Method Description ParametricImplementationsGroup<ParametricScalarImplementation>ParametricScalar. getImplementations()Constructors in io.trino.operator.scalar with parameters of type ParametricImplementationsGroup Constructor Description ParametricScalar(Signature signature, ScalarHeader details, ParametricImplementationsGroup<ParametricScalarImplementation> implementations, boolean deprecated)
-