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