Package io.trino.operator.scalar
Class GenericEqualOperator
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.metadata.SqlOperator
-
- io.trino.operator.scalar.GenericEqualOperator
-
- All Implemented Interfaces:
SqlFunction
public class GenericEqualOperator extends SqlOperator
-
-
Constructor Summary
Constructors Constructor Description GenericEqualOperator(TypeOperators typeOperators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScalarFunctionImplementationspecialize(BoundSignature boundSignature)-
Methods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
-
-
-
Constructor Detail
-
GenericEqualOperator
public GenericEqualOperator(TypeOperators typeOperators)
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(BoundSignature boundSignature)
- Overrides:
specializein classSqlScalarFunction
-
-