Information used while writing partitioned datasets. More...
#include <types.hpp>
Public Member Functions | |
partition_info (size_type start_row, size_type num_rows) | |
Construct a new partition_info. More... | |
Public Attributes | |
size_type | start_row |
The start row of the partition. | |
size_type | num_rows |
The number of rows in the partition. | |
Information used while writing partitioned datasets.
This information defines the slice of an input table to write to file. In partitioned dataset writing, one partition_info struct defines one partition and corresponds to one output file
Definition at line 964 of file io/types.hpp.
Construct a new partition_info.
start_row | The start row of the partition |
num_rows | The number of rows in the partition |
Definition at line 975 of file io/types.hpp.