Uses of Class
org.apache.calcite.linq4j.OpType
-
Packages that use OpType Package Description org.apache.calcite.linq4j Language-integrated query for Java (linq4j) main package. -
-
Uses of OpType in org.apache.calcite.linq4j
Methods in org.apache.calcite.linq4j that return OpType Modifier and Type Method Description static OpTypeOpType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpType[]OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-