Project
Loading...
Searching...
No Matches
o2::framework::Builder Struct Reference

#include <AnalysisHelpers.h>

Public Member Functions

std::shared_ptr< arrow::Table > materialize (ProcessingContext &pc)
 

Public Attributes

bool exclusive
 
std::vector< std::string > labels
 
std::vector< o2::soa::IndexRecordrecords
 
std::shared_ptr< arrow::Schema > outputSchema
 
header::DataOrigin origin
 
header::DataDescription description
 
header::DataHeader::SubSpecificationType version
 
std::shared_ptr< std::vector< framework::IndexColumnBuilder > > builders = nullptr
 

Detailed Description

Definition at line 157 of file AnalysisHelpers.h.

Member Function Documentation

◆ materialize()

std::shared_ptr< arrow::Table > o2::framework::Builder::materialize ( ProcessingContext pc)

Definition at line 208 of file AnalysisHelpers.cxx.

Member Data Documentation

◆ builders

std::shared_ptr<std::vector<framework::IndexColumnBuilder> > o2::framework::Builder::builders = nullptr

Definition at line 166 of file AnalysisHelpers.h.

◆ description

header::DataDescription o2::framework::Builder::description

Definition at line 163 of file AnalysisHelpers.h.

◆ exclusive

bool o2::framework::Builder::exclusive

Definition at line 158 of file AnalysisHelpers.h.

◆ labels

std::vector<std::string> o2::framework::Builder::labels

Definition at line 159 of file AnalysisHelpers.h.

◆ origin

header::DataOrigin o2::framework::Builder::origin

Definition at line 162 of file AnalysisHelpers.h.

◆ outputSchema

std::shared_ptr<arrow::Schema> o2::framework::Builder::outputSchema

Definition at line 161 of file AnalysisHelpers.h.

◆ records

std::vector<o2::soa::IndexRecord> o2::framework::Builder::records

Definition at line 160 of file AnalysisHelpers.h.

◆ version

header::DataHeader::SubSpecificationType o2::framework::Builder::version

Definition at line 164 of file AnalysisHelpers.h.


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