| Package | Description |
|---|---|
| org.apache.paimon.fileindex.bitmap |
| Class and Description |
|---|
| BitmapFileIndexMeta
Bitmap file index format (V1)
+-------------------------------------------------+-----------------
| version (1 byte) |
+-------------------------------------------------+
| row count (4 bytes int) |
+-------------------------------------------------+
| non-null value bitmap number (4 bytes int) |
+-------------------------------------------------+
| has null value (1 byte) |
+-------------------------------------------------+
| null value offset (4 bytes if has null value) | HEAD
+-------------------------------------------------+
| value 1 | offset 1 |
+-------------------------------------------------+
| value 2 | offset 2 |
+-------------------------------------------------+
| value 3 | offset 3 |
+-------------------------------------------------+
| ...
|
| BitmapFileIndexMeta.Entry
Bitmap entry.
|
| BitmapFileIndexMeta.ThrowableConsumer
functional interface.
|
| BitmapFileIndexMeta.ThrowableSupplier
functional interface.
|
| BitmapIndexResult
bitmap file index result.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.