Public Member Functions | Public Attributes | List of all members
cudf::io::partition_info Struct Reference

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.
 

Detailed Description

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 846 of file io/types.hpp.

Constructor & Destructor Documentation

◆ partition_info()

cudf::io::partition_info::partition_info ( size_type  start_row,
size_type  num_rows 
)
inline

Construct a new partition_info.

Parameters
start_rowThe start row of the partition
num_rowsThe number of rows in the partition

Definition at line 857 of file io/types.hpp.


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