We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce794ef commit 194db04Copy full SHA for 194db04
1 file changed
src/iceberg/deletes/roaring_position_bitmap.h
@@ -42,9 +42,9 @@ namespace iceberg {
42
/// maintained to store positions for that key.
43
///
44
45
-/// \note This class is used to represent deletion vectors. The Puffin puffin
46
-/// reader/write handle adding the additional required framing (length prefix, magic,
47
-/// magic bytes, CRC-32) for `deletion-vector-v1` persistence.
+/// \note This class is used to represent deletion vectors. The Puffin reader/writer
+/// handle adding the additional required framing (length prefix, magic bytes, CRC-32)
+/// for `deletion-vector-v1` persistence.
48
class ICEBERG_EXPORT RoaringPositionBitmap {
49
public:
50
/// \brief Maximum supported position (aligned with the Java implementation).
0 commit comments