Project
Loading...
Searching...
No Matches
o2::soa::IndexBuilder Struct Reference

#include <AnalysisHelpers.h>

Static Public Member Functions

static std::vector< framework::IndexColumnBuildermakeBuilders (std::vector< std::shared_ptr< arrow::Table > > &&tables, std::vector< soa::IndexRecord > const &records)
 
static void resetBuilders (std::vector< framework::IndexColumnBuilder > &builders, std::vector< std::shared_ptr< arrow::Table > > &&tables)
 
static std::shared_ptr< arrow::Table > materialize (std::vector< framework::IndexColumnBuilder > &builders, std::vector< std::shared_ptr< arrow::Table > > &&tables, std::vector< soa::IndexRecord > const &records, std::shared_ptr< arrow::Schema > const &schema, bool exclusive)
 

Detailed Description

Definition at line 61 of file AnalysisHelpers.h.

Member Function Documentation

◆ makeBuilders()

std::vector< framework::IndexColumnBuilder > o2::soa::IndexBuilder::makeBuilders ( std::vector< std::shared_ptr< arrow::Table > > &&  tables,
std::vector< soa::IndexRecord > const &  records 
)
static

Definition at line 18 of file AnalysisHelpers.cxx.

◆ materialize()

std::shared_ptr< arrow::Table > o2::soa::IndexBuilder::materialize ( std::vector< framework::IndexColumnBuilder > &  builders,
std::vector< std::shared_ptr< arrow::Table > > &&  tables,
std::vector< soa::IndexRecord > const &  records,
std::shared_ptr< arrow::Schema > const &  schema,
bool  exclusive 
)
static

Definition at line 46 of file AnalysisHelpers.cxx.

◆ resetBuilders()

void o2::soa::IndexBuilder::resetBuilders ( std::vector< framework::IndexColumnBuilder > &  builders,
std::vector< std::shared_ptr< arrow::Table > > &&  tables 
)
static

Definition at line 35 of file AnalysisHelpers.cxx.


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