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