Uses of Enum Class
io.trino.plugin.deltalake.expression.BetweenPredicate.Operator
Packages that use BetweenPredicate.Operator
-
Uses of BetweenPredicate.Operator in io.trino.plugin.deltalake.expression
Methods in io.trino.plugin.deltalake.expression that return BetweenPredicate.OperatorModifier and TypeMethodDescriptionBetweenPredicate.getOperator()static BetweenPredicate.OperatorReturns the enum constant of this class with the specified name.static BetweenPredicate.Operator[]BetweenPredicate.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.deltalake.expression with parameters of type BetweenPredicate.OperatorModifierConstructorDescriptionBetweenPredicate(BetweenPredicate.Operator operator, SparkExpression value, SparkExpression min, SparkExpression max)