Uses of Annotation Interface
io.trino.spi.function.ScalarOperator
Packages that use ScalarOperator
-
Uses of ScalarOperator in io.trino.spi.type
Methods in io.trino.spi.type with annotations of type ScalarOperatorModifier and TypeMethodDescriptionstatic booleanTimeType.equalOperator(long left, long right) static longTimeType.hashCodeOperator(long value) static booleanTimeType.lessThan(long left, long right) static booleanTimeType.lessThanOrEqual(long left, long right) static longDoubleType.xxHash64(double value) static longTimeType.xxHash64Operator(long value)