Uses of Class
org.apache.iotdb.tsfile.utils.BitMap
-
Packages that use BitMap Package Description org.apache.iotdb.tsfile.utils org.apache.iotdb.tsfile.write.record -
-
Uses of BitMap in org.apache.iotdb.tsfile.utils
Methods in org.apache.iotdb.tsfile.utils that return BitMap Modifier and Type Method Description BitMapBitMap. clone()BitMapBitMap. getRegion(int positionOffset, int length)Methods in org.apache.iotdb.tsfile.utils with parameters of type BitMap Modifier and Type Method Description static voidBitMap. copyOfRange(BitMap src, int srcPos, BitMap dest, int destPos, int length)Copies a bitmap from the specified source bitmap, beginning at the specified position, to the specified position of the destination bitmap. -
Uses of BitMap in org.apache.iotdb.tsfile.write.record
Fields in org.apache.iotdb.tsfile.write.record declared as BitMap Modifier and Type Field Description BitMap[]Tablet. bitMapseach bitmap represents the existence of each value in the current column.Methods in org.apache.iotdb.tsfile.write.record that return BitMap Modifier and Type Method Description static BitMap[]Tablet. readBitMapsFromBuffer(java.nio.ByteBuffer byteBuffer, int columns)deserialize bitmapsConstructors in org.apache.iotdb.tsfile.write.record with parameters of type BitMap Constructor Description Tablet(java.lang.String deviceId, java.util.List<MeasurementSchema> schemas, long[] timestamps, java.lang.Object[] values, BitMap[] bitMaps, int maxRowNumber)Return a tablet with specified timestamps and values.
-