Uses of Enum Class
io.trino.plugin.deltalake.expression.ArithmeticBinaryExpression.Operator
Packages that use ArithmeticBinaryExpression.Operator
-
Uses of ArithmeticBinaryExpression.Operator in io.trino.plugin.deltalake.expression
Methods in io.trino.plugin.deltalake.expression that return ArithmeticBinaryExpression.OperatorModifier and TypeMethodDescriptionArithmeticBinaryExpression.getOperator()Returns the enum constant of this class with the specified name.static ArithmeticBinaryExpression.Operator[]ArithmeticBinaryExpression.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 ArithmeticBinaryExpression.OperatorModifierConstructorDescriptionArithmeticBinaryExpression(ArithmeticBinaryExpression.Operator operator, SparkExpression left, SparkExpression right)