Definition at line 47 of file RNTupleExporter.hxx.
Public Types | |
| enum | RExportPageFlags { kNone = 0x0 , kIncludeChecksums = 0x1 , kShowProgressBar = 0x2 , kDecompress = 0x04 , kDefaults = kShowProgressBar } |
Public Member Functions | |
| RPagesOptions () | |
Public Attributes | |
| RFilter< ENTupleColumnType > | fColumnTypeFilter |
| Optional filter that determines which columns are included or excluded from being exported. | |
| std::uint64_t | fFlags |
| std::string | fOutputPath |
#include <ROOT/RNTupleExporter.hxx>
Definition at line 48 of file RNTupleExporter.hxx.
|
inline |
Definition at line 67 of file RNTupleExporter.hxx.
| RFilter<ENTupleColumnType> ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fColumnTypeFilter |
Optional filter that determines which columns are included or excluded from being exported.
By default, export all columns. If you only want to include certain column types, add them to fColumnTypeFilter.fSet and change fColumnTypeFilter.fType to kWhitelist.
Definition at line 65 of file RNTupleExporter.hxx.
| std::uint64_t ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fFlags |
Definition at line 60 of file RNTupleExporter.hxx.
| std::string ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fOutputPath |
Definition at line 59 of file RNTupleExporter.hxx.