Uses of Interface
io.trino.operator.ParametricImplementation
-
Packages that use ParametricImplementation Package Description io.trino.operator io.trino.operator.aggregation io.trino.operator.scalar.annotations -
-
Uses of ParametricImplementation in io.trino.operator
Classes in io.trino.operator with type parameters of type ParametricImplementation Modifier and Type Class Description classParametricImplementationsGroup<T extends ParametricImplementation>This class represents set of three collections representing implementations of operators similar to partial template specialization from C++ allowing more optimized implementations to be provided for specific types.static classParametricImplementationsGroup.Builder<T extends ParametricImplementation>Methods in io.trino.operator with type parameters of type ParametricImplementation Modifier and Type Method Description static <T extends ParametricImplementation>
ParametricImplementationsGroup.Builder<T>ParametricImplementationsGroup. builder()static <T extends ParametricImplementation>
ParametricImplementationsGroup<T>ParametricImplementationsGroup. of(T... implementations)Methods in io.trino.operator with parameters of type ParametricImplementation Modifier and Type Method Description static <T extends ParametricImplementation>
ParametricImplementationsGroup<T>ParametricImplementationsGroup. of(T... implementations) -
Uses of ParametricImplementation in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement ParametricImplementation Modifier and Type Class Description classAggregationImplementation -
Uses of ParametricImplementation in io.trino.operator.scalar.annotations
Classes in io.trino.operator.scalar.annotations that implement ParametricImplementation Modifier and Type Class Description classParametricScalarImplementation
-