![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Summary information for a single row group. More...
#include <mmap_reader.hpp>
Public Attributes | |
| int64_t | num_rows |
| Number of rows in this row group. | |
| int64_t | total_byte_size |
| Total uncompressed byte size of the row group. | |
| int64_t | row_group_index |
| Zero-based index of this row group. | |
Summary information for a single row group.
Definition at line 413 of file mmap_reader.hpp.
| int64_t signet::forge::MmapParquetReader::RowGroupInfo::num_rows |
Number of rows in this row group.
Definition at line 414 of file mmap_reader.hpp.
| int64_t signet::forge::MmapParquetReader::RowGroupInfo::row_group_index |
Zero-based index of this row group.
Definition at line 416 of file mmap_reader.hpp.
| int64_t signet::forge::MmapParquetReader::RowGroupInfo::total_byte_size |
Total uncompressed byte size of the row group.
Definition at line 415 of file mmap_reader.hpp.