![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Summary metadata for a single row group. More...
#include <reader.hpp>
Public Attributes | |
| int64_t | num_rows |
| Number of rows in this row group. | |
| int64_t | total_byte_size |
| Total serialized size in bytes (compressed). | |
| int64_t | row_group_index |
| Zero-based index of this row group in the file. | |
Summary metadata for a single row group.
Definition at line 405 of file reader.hpp.
| int64_t signet::forge::ParquetReader::RowGroupInfo::num_rows |
Number of rows in this row group.
Definition at line 406 of file reader.hpp.
| int64_t signet::forge::ParquetReader::RowGroupInfo::row_group_index |
Zero-based index of this row group in the file.
Definition at line 408 of file reader.hpp.
| int64_t signet::forge::ParquetReader::RowGroupInfo::total_byte_size |
Total serialized size in bytes (compressed).
Definition at line 407 of file reader.hpp.