| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.utils | |
| org.apache.iotdb.tsfile.write.record |
| Modifier and Type | Method and Description |
|---|---|
BitMap |
BitMap.clone() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BitMap.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.
|
| Modifier and Type | Field and Description |
|---|---|
BitMap[] |
Tablet.bitMaps
each bitmap represents the existence of each value in the current column.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.