Project
Loading...
Searching...
No Matches
o2::framework::RNTupleFileWriter Class Reference

Inherits arrow::dataset::FileWriter.

Public Member Functions

 RNTupleFileWriter (std::shared_ptr< arrow::Schema > schema, std::shared_ptr< arrow::dataset::FileWriteOptions > options, std::shared_ptr< arrow::io::OutputStream > destination, arrow::fs::FileLocator destination_locator)
 
arrow::Status Write (const std::shared_ptr< arrow::RecordBatch > &batch) override
 
arrow::Future FinishInternal () override
 

Detailed Description

Definition at line 291 of file RNTuplePlugin.cxx.

Constructor & Destructor Documentation

◆ RNTupleFileWriter()

o2::framework::RNTupleFileWriter::RNTupleFileWriter ( std::shared_ptr< arrow::Schema >  schema,
std::shared_ptr< arrow::dataset::FileWriteOptions options,
std::shared_ptr< arrow::io::OutputStream destination,
arrow::fs::FileLocator  destination_locator 
)
inline

Definition at line 300 of file RNTuplePlugin.cxx.

Member Function Documentation

◆ FinishInternal()

arrow::Future o2::framework::RNTupleFileWriter::FinishInternal ( )
inlineoverride

Definition at line 501 of file RNTuplePlugin.cxx.

◆ Write()

arrow::Status o2::framework::RNTupleFileWriter::Write ( const std::shared_ptr< arrow::RecordBatch > &  batch)
inlineoverride

Definition at line 333 of file RNTuplePlugin.cxx.


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