Uses of Class
io.trino.operator.scalar.annotations.ParametricScalarImplementation
-
Packages that use ParametricScalarImplementation Package Description io.trino.operator.scalar io.trino.operator.scalar.annotations -
-
Uses of ParametricScalarImplementation in io.trino.operator.scalar
Methods in io.trino.operator.scalar that return types with arguments of type ParametricScalarImplementation Modifier and Type Method Description ParametricImplementationsGroup<ParametricScalarImplementation>ParametricScalar. getImplementations()Constructor parameters in io.trino.operator.scalar with type arguments of type ParametricScalarImplementation Constructor Description ParametricScalar(Signature signature, ScalarHeader details, ParametricImplementationsGroup<ParametricScalarImplementation> implementations, boolean deprecated) -
Uses of ParametricScalarImplementation in io.trino.operator.scalar.annotations
Methods in io.trino.operator.scalar.annotations that return ParametricScalarImplementation Modifier and Type Method Description ParametricScalarImplementationParametricScalarImplementation.Builder. build()
-