Definition at line 45 of file RNTupleExporter.hxx.
Public Types | |
enum | RExportPageFlags { kNone = 0x0 , kIncludeChecksums = 0x1 , kShowProgressBar = 0x2 , 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>
Enumerator | |
---|---|
kNone | |
kIncludeChecksums | |
kShowProgressBar | If enabled, the exporter will report the current progress on the stderr. |
kDefaults |
Definition at line 46 of file RNTupleExporter.hxx.
|
inline |
Definition at line 63 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 61 of file RNTupleExporter.hxx.
std::uint64_t ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fFlags |
Definition at line 56 of file RNTupleExporter.hxx.
std::string ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fOutputPath |
Definition at line 55 of file RNTupleExporter.hxx.