Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleExporter Class Reference

Definition at line 30 of file RNTupleExporter.hxx.

Classes

struct  RFilter
 
struct  RPagesOptions
 
struct  RPagesResult
 

Public Types

enum class  EFilterType { kBlacklist , kWhitelist }
 

Static Public Member Functions

static RPagesResult ExportPages (RPageSource &source, const RPagesOptions &options={})
 Given a page source, writes all its pages to individual files (1 per page).
 

#include <ROOT/RNTupleExporter.hxx>

Member Enumeration Documentation

◆ EFilterType

Enumerator
kBlacklist 

Don't export items contained in the filter's set.

kWhitelist 

Export only items contained in the filter's set.

Definition at line 32 of file RNTupleExporter.hxx.

Member Function Documentation

◆ ExportPages()

RNTupleExporter::RPagesResult ROOT::Experimental::Internal::RNTupleExporter::ExportPages ( RPageSource source,
const RPagesOptions options = {} 
)
static

Given a page source, writes all its pages to individual files (1 per page).

If the source is not already attached, it will be attached by this process.

Definition at line 109 of file RNTupleExporter.cxx.


The documentation for this class was generated from the following files: