Uses of Enum
org.apache.drill.exec.store.base.filter.RelOp
Packages that use RelOp
-
Uses of RelOp in org.apache.drill.exec.store.base.filter
Fields in org.apache.drill.exec.store.base.filter declared as RelOpMethods in org.apache.drill.exec.store.base.filter that return RelOpModifier and TypeMethodDescriptionRelOp.invert()Return the result of flipping the sides of an expression:a op b→b op.invert() astatic RelOpReturns the enum constant of this type with the specified name.static RelOp[]RelOp.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.store.base.filter with parameters of type RelOp