Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.AlterTimeSeriesStatement.AlterType
-
Packages that use AlterTimeSeriesStatement.AlterType Package Description org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write org.apache.iotdb.db.mpp.plan.statement.metadata -
-
Uses of AlterTimeSeriesStatement.AlterType in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write that return AlterTimeSeriesStatement.AlterType Modifier and Type Method Description AlterTimeSeriesStatement.AlterTypeAlterTimeSeriesNode. getAlterType()Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write with parameters of type AlterTimeSeriesStatement.AlterType Modifier and Type Method Description voidAlterTimeSeriesNode. setAlterType(AlterTimeSeriesStatement.AlterType alterType)Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write with parameters of type AlterTimeSeriesStatement.AlterType Constructor Description AlterTimeSeriesNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath path, AlterTimeSeriesStatement.AlterType alterType, java.util.Map<java.lang.String,java.lang.String> alterMap, java.lang.String alias, java.util.Map<java.lang.String,java.lang.String> tagsMap, java.util.Map<java.lang.String,java.lang.String> attributesMap) -
Uses of AlterTimeSeriesStatement.AlterType in org.apache.iotdb.db.mpp.plan.statement.metadata
Methods in org.apache.iotdb.db.mpp.plan.statement.metadata that return AlterTimeSeriesStatement.AlterType Modifier and Type Method Description AlterTimeSeriesStatement.AlterTypeAlterTimeSeriesStatement. getAlterType()static AlterTimeSeriesStatement.AlterTypeAlterTimeSeriesStatement.AlterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlterTimeSeriesStatement.AlterType[]AlterTimeSeriesStatement.AlterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.mpp.plan.statement.metadata with parameters of type AlterTimeSeriesStatement.AlterType Modifier and Type Method Description voidAlterTimeSeriesStatement. setAlterType(AlterTimeSeriesStatement.AlterType alterType)
-