Schema of an ORC file. More...
#include <orc_metadata.hpp>
Public Member Functions | |
orc_schema (orc_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 an ORC file.
Definition at line 303 of file orc_metadata.hpp.
|
inline |
constructor
root_column_schema | root column |
Definition at line 310 of file orc_metadata.hpp.
|
inline |
Returns the schema of the struct column that contains all columns as fields.
Definition at line 323 of file orc_metadata.hpp.
|
inline |
Returns the schema of the struct column that contains all columns as fields.
Definition at line 317 of file orc_metadata.hpp.