Interface BatchInsertNode
-
- All Known Implementing Classes:
InsertMultiTabletsNode,InsertRowsNode,InsertRowsOfOneDeviceNode
public interface BatchInsertNodeBatchInsertNode contains multiple sub insert. Insert node which contains multiple sub insert nodes needs to implement it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Boolean>getAlignedList()java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[]>getDataTypesList()java.util.List<org.apache.iotdb.commons.path.PartialPath>getDevicePaths()java.util.List<java.lang.String[]>getMeasurementsList()
-
-
-
Method Detail
-
getDevicePaths
java.util.List<org.apache.iotdb.commons.path.PartialPath> getDevicePaths()
-
getMeasurementsList
java.util.List<java.lang.String[]> getMeasurementsList()
-
getDataTypesList
java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[]> getDataTypesList()
-
getAlignedList
java.util.List<java.lang.Boolean> getAlignedList()
-
-