Uses of Class
org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator.LoadConfigurationOperatorType
-
Packages that use LoadConfigurationOperator.LoadConfigurationOperatorType Package Description org.apache.iotdb.db.qp.logical.sys org.apache.iotdb.db.qp.strategy -
-
Uses of LoadConfigurationOperator.LoadConfigurationOperatorType in org.apache.iotdb.db.qp.logical.sys
Methods in org.apache.iotdb.db.qp.logical.sys that return LoadConfigurationOperator.LoadConfigurationOperatorType Modifier and Type Method Description LoadConfigurationOperator.LoadConfigurationOperatorTypeLoadConfigurationOperator. getLoadConfigurationOperatorType()static LoadConfigurationOperator.LoadConfigurationOperatorTypeLoadConfigurationOperator.LoadConfigurationOperatorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoadConfigurationOperator.LoadConfigurationOperatorType[]LoadConfigurationOperator.LoadConfigurationOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.qp.logical.sys with parameters of type LoadConfigurationOperator.LoadConfigurationOperatorType Constructor Description LoadConfigurationOperator(LoadConfigurationOperator.LoadConfigurationOperatorType type) -
Uses of LoadConfigurationOperator.LoadConfigurationOperatorType in org.apache.iotdb.db.qp.strategy
Methods in org.apache.iotdb.db.qp.strategy with parameters of type LoadConfigurationOperator.LoadConfigurationOperatorType Modifier and Type Method Description PhysicalPlanPhysicalGenerator. generateLoadConfigurationPlan(LoadConfigurationOperator.LoadConfigurationOperatorType type)
-