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

#include <AnalysisHelpers.h>

Public Member Functions

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

Public Attributes

std::string binding
 
std::vector< std::string > labels
 
std::vector< std::shared_ptr< gandiva::Expression > > expressions
 
std::shared_ptr< gandiva::Projector > projector = nullptr
 
std::shared_ptr< arrow::Schema > schema = nullptr
 
std::shared_ptr< arrow::Schema > inputSchema = nullptr
 
header::DataOrigin origin
 
header::DataDescription description
 
header::DataHeader::SubSpecificationType version
 

Detailed Description

Definition at line 142 of file AnalysisHelpers.h.

Member Function Documentation

◆ materialize()

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

Definition at line 197 of file AnalysisHelpers.cxx.

Member Data Documentation

◆ binding

std::string o2::framework::Spawner::binding

Definition at line 143 of file AnalysisHelpers.h.

◆ description

header::DataDescription o2::framework::Spawner::description

Definition at line 151 of file AnalysisHelpers.h.

◆ expressions

std::vector<std::shared_ptr<gandiva::Expression> > o2::framework::Spawner::expressions

Definition at line 145 of file AnalysisHelpers.h.

◆ inputSchema

std::shared_ptr<arrow::Schema> o2::framework::Spawner::inputSchema = nullptr

Definition at line 148 of file AnalysisHelpers.h.

◆ labels

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

Definition at line 144 of file AnalysisHelpers.h.

◆ origin

header::DataOrigin o2::framework::Spawner::origin

Definition at line 150 of file AnalysisHelpers.h.

◆ projector

std::shared_ptr<gandiva::Projector> o2::framework::Spawner::projector = nullptr

Definition at line 146 of file AnalysisHelpers.h.

◆ schema

std::shared_ptr<arrow::Schema> o2::framework::Spawner::schema = nullptr

Definition at line 147 of file AnalysisHelpers.h.

◆ version

header::DataHeader::SubSpecificationType o2::framework::Spawner::version

Definition at line 152 of file AnalysisHelpers.h.


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