Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::ParquetReader::RowGroupInfo Struct Reference

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.
 

Detailed Description

Summary metadata for a single row group.

Definition at line 405 of file reader.hpp.

Member Data Documentation

◆ num_rows

int64_t signet::forge::ParquetReader::RowGroupInfo::num_rows

Number of rows in this row group.

Definition at line 406 of file reader.hpp.

◆ row_group_index

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.

◆ total_byte_size

int64_t signet::forge::ParquetReader::RowGroupInfo::total_byte_size

Total serialized size in bytes (compressed).

Definition at line 407 of file reader.hpp.


The documentation for this struct was generated from the following file: