Uses of Class
org.apache.iotdb.db.qp.logical.sys.AlterTimeSeriesOperator.AlterType
-
Packages that use AlterTimeSeriesOperator.AlterType Package Description org.apache.iotdb.db.qp.logical.sys org.apache.iotdb.db.qp.physical.sys -
-
Uses of AlterTimeSeriesOperator.AlterType in org.apache.iotdb.db.qp.logical.sys
Methods in org.apache.iotdb.db.qp.logical.sys that return AlterTimeSeriesOperator.AlterType Modifier and Type Method Description AlterTimeSeriesOperator.AlterTypeAlterTimeSeriesOperator. getAlterType()static AlterTimeSeriesOperator.AlterTypeAlterTimeSeriesOperator.AlterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlterTimeSeriesOperator.AlterType[]AlterTimeSeriesOperator.AlterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.qp.logical.sys with parameters of type AlterTimeSeriesOperator.AlterType Modifier and Type Method Description voidAlterTimeSeriesOperator. setAlterType(AlterTimeSeriesOperator.AlterType alterType) -
Uses of AlterTimeSeriesOperator.AlterType in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return AlterTimeSeriesOperator.AlterType Modifier and Type Method Description AlterTimeSeriesOperator.AlterTypeAlterTimeSeriesPlan. getAlterType()Constructors in org.apache.iotdb.db.qp.physical.sys with parameters of type AlterTimeSeriesOperator.AlterType Constructor Description AlterTimeSeriesPlan(org.apache.iotdb.commons.path.PartialPath path, AlterTimeSeriesOperator.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)
-