Uses of Interface
io.trino.operator.ParametricImplementation
Packages that use ParametricImplementation
Package
Description
-
Uses of ParametricImplementation in io.trino.operator
Classes in io.trino.operator with type parameters of type ParametricImplementationModifier and TypeClassDescriptionclassThis 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 final classMethods in io.trino.operator with type parameters of type ParametricImplementationModifier and TypeMethodDescriptionstatic <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 ParametricImplementationModifier and TypeMethodDescriptionstatic <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 -
Uses of ParametricImplementation in io.trino.operator.scalar.annotations
Classes in io.trino.operator.scalar.annotations that implement ParametricImplementation