Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions Struct Reference

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< ENTupleColumnTypefColumnTypeFilter
 Optional filter that determines which columns are included or excluded from being exported.
 
std::uint64_t fFlags
 
std::string fOutputPath
 

#include <ROOT/RNTupleExporter.hxx>

Member Enumeration Documentation

◆ RExportPageFlags

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.

Constructor & Destructor Documentation

◆ RPagesOptions()

ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::RPagesOptions ( )
inline

Definition at line 63 of file RNTupleExporter.hxx.

Member Data Documentation

◆ fColumnTypeFilter

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.

◆ fFlags

std::uint64_t ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fFlags

Definition at line 56 of file RNTupleExporter.hxx.

◆ fOutputPath

std::string ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions::fOutputPath

Definition at line 55 of file RNTupleExporter.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleExporter::RPagesOptions:
[legend]

The documentation for this struct was generated from the following file: