Uses of Class
org.apache.iotdb.db.qp.logical.crud.BasicOperatorType
-
Packages that use BasicOperatorType Package Description org.apache.iotdb.db.qp.logical.crud -
-
Uses of BasicOperatorType in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return BasicOperatorType Modifier and Type Method Description static BasicOperatorTypeBasicOperatorType. getBasicOpBySymbol(FilterConstant.FilterType filterType)BasicOperatorType Constructor.static BasicOperatorTypeBasicOperatorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BasicOperatorType[]BasicOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-