Package io.trino.spi.type
Class TypeOperators
java.lang.Object
io.trino.spi.type.TypeOperators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComparisonUnorderedFirstOperator(Type type, InvocationConvention callingConvention) getComparisonUnorderedLastOperator(Type type, InvocationConvention callingConvention) getDistinctFromOperator(Type type, InvocationConvention callingConvention) getEqualOperator(Type type, InvocationConvention callingConvention) getHashCodeOperator(Type type, InvocationConvention callingConvention) getIndeterminateOperator(Type type, InvocationConvention callingConvention) getLessThanOperator(Type type, InvocationConvention callingConvention) getLessThanOrEqualOperator(Type type, InvocationConvention callingConvention) getOrderingOperator(Type type, SortOrder sortOrder, InvocationConvention callingConvention) getReadValueOperator(Type type, InvocationConvention callingConvention) getXxHash64Operator(Type type, InvocationConvention callingConvention)
-
Constructor Details
-
TypeOperators
public TypeOperators() -
TypeOperators
-
-
Method Details
-
getReadValueOperator
-
getEqualOperator
-
getHashCodeOperator
-
getXxHash64Operator
-
getDistinctFromOperator
-
getIndeterminateOperator
-
getComparisonUnorderedLastOperator
public MethodHandle getComparisonUnorderedLastOperator(Type type, InvocationConvention callingConvention) -
getComparisonUnorderedFirstOperator
public MethodHandle getComparisonUnorderedFirstOperator(Type type, InvocationConvention callingConvention) -
getOrderingOperator
public MethodHandle getOrderingOperator(Type type, SortOrder sortOrder, InvocationConvention callingConvention) -
getLessThanOperator
-
getLessThanOrEqualOperator
-