Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.MeasurementGroup
-
Packages that use MeasurementGroup Package Description org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write -
-
Uses of MeasurementGroup 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 MeasurementGroup Modifier and Type Method Description MeasurementGroupInternalCreateTimeSeriesNode. getMeasurementGroup()Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write that return types with arguments of type MeasurementGroup Modifier and Type Method Description java.util.Map<org.apache.iotdb.commons.path.PartialPath,MeasurementGroup>CreateMultiTimeSeriesNode. getMeasurementGroupMap()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write with parameters of type MeasurementGroup Constructor Description InternalCreateTimeSeriesNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath devicePath, MeasurementGroup measurementGroup, boolean isAligned)Constructor parameters in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write with type arguments of type MeasurementGroup Constructor Description CreateMultiTimeSeriesNode(PlanNodeId planNodeId, java.util.Map<org.apache.iotdb.commons.path.PartialPath,MeasurementGroup> measurementGroupMap)
-