Schema of a parquet file. More...
#include <parquet_metadata.hpp>
Public Member Functions | |
parquet_schema ()=default | |
Default constructor. More... | |
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 143 of file parquet_metadata.hpp.
|
explicitdefault |
Default constructor.
This has been added since Cython requires a default constructor to create objects on stack.
|
inline |
constructor
root_column_schema | root column |
Definition at line 157 of file parquet_metadata.hpp.
|
inline |
Returns the schema of the struct column that contains all columns as fields.
Definition at line 170 of file parquet_metadata.hpp.
|
inline |
Returns the schema of the struct column that contains all columns as fields.
Definition at line 164 of file parquet_metadata.hpp.