Uses of Class
org.apache.iotdb.db.mpp.transformation.datastructure.row.SerializableRowRecordList
-
Packages that use SerializableRowRecordList Package Description org.apache.iotdb.db.mpp.transformation.datastructure.row -
-
Uses of SerializableRowRecordList in org.apache.iotdb.db.mpp.transformation.datastructure.row
Fields in org.apache.iotdb.db.mpp.transformation.datastructure.row with type parameters of type SerializableRowRecordList Modifier and Type Field Description protected java.util.List<SerializableRowRecordList>ElasticSerializableRowRecordList. rowRecordListsMethods in org.apache.iotdb.db.mpp.transformation.datastructure.row that return SerializableRowRecordList Modifier and Type Method Description static SerializableRowRecordListSerializableRowRecordList. newSerializableRowRecordList(long queryId, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] dataTypes, int internalRowRecordListCapacity)
-