libcudf
23.12.00
|
Schema of a parquet file. More...
#include <parquet_metadata.hpp>
Public Member Functions | |
parquet_schema (parquet_column_schema root_column_schema) | |
constructor More... | |
auto const & | root () const & |
Returns the schema of the struct column that contains all columns as fields. More... | |
auto | root () && |
Returns the schema of the struct column that contains all columns as fields. More... | |
Schema of a parquet file.
Definition at line 129 of file parquet_metadata.hpp.
|
inline |
constructor
root_column_schema | root column |
Definition at line 136 of file parquet_metadata.hpp.
|
inline |
Returns the schema of the struct column that contains all columns as fields.
Definition at line 149 of file parquet_metadata.hpp.
|
inline |
Returns the schema of the struct column that contains all columns as fields.
Definition at line 143 of file parquet_metadata.hpp.