Uses of Class
org.apache.iotdb.db.mpp.plan.statement.component.FilterNullPolicy
-
Packages that use FilterNullPolicy Package Description org.apache.iotdb.db.mpp.plan.statement.component -
-
Uses of FilterNullPolicy in org.apache.iotdb.db.mpp.plan.statement.component
Methods in org.apache.iotdb.db.mpp.plan.statement.component that return FilterNullPolicy Modifier and Type Method Description static FilterNullPolicyFilterNullPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterNullPolicy[]FilterNullPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-