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

#include <ASoA.h>

Static Public Member Functions

static o2::soa::ArrowTableRef joinTables (std::vector< std::shared_ptr< arrow::Table > > &&tables)
 
static o2::soa::ArrowTableRef joinTables (std::vector< o2::soa::ArrowTableRef > &&tables)
 
static o2::soa::ArrowTableRef joinTables (std::vector< o2::soa::ArrowTableRef > &&tables, std::span< const char *const > labels)
 
static o2::soa::ArrowTableRef joinTables (std::vector< o2::soa::ArrowTableRef > &&tables, std::span< const std::string > labels)
 
static o2::soa::ArrowTableRef joinTables (std::vector< std::shared_ptr< arrow::Table > > &&tables, std::span< const char *const > labels)
 
static o2::soa::ArrowTableRef joinTables (std::vector< std::shared_ptr< arrow::Table > > &&tables, std::span< const std::string > labels)
 
static o2::soa::ArrowTableRef concatTables (std::vector< o2::soa::ArrowTableRef > &&tables)
 
static o2::soa::ArrowTableRef concatTables (std::vector< std::shared_ptr< arrow::Table > > &&tables)
 

Detailed Description

Definition at line 1266 of file ASoA.h.

Member Function Documentation

◆ concatTables() [1/2]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::concatTables ( std::vector< o2::soa::ArrowTableRef > &&  tables)
static

Definition at line 174 of file ASoA.cxx.

◆ concatTables() [2/2]

static o2::soa::ArrowTableRef o2::soa::ArrowHelpers::concatTables ( std::vector< std::shared_ptr< arrow::Table > > &&  tables)
static

◆ joinTables() [1/6]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::joinTables ( std::vector< o2::soa::ArrowTableRef > &&  tables)
static

Definition at line 147 of file ASoA.cxx.

◆ joinTables() [2/6]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::joinTables ( std::vector< o2::soa::ArrowTableRef > &&  tables,
std::span< const char *const >  labels 
)
static

Definition at line 152 of file ASoA.cxx.

◆ joinTables() [3/6]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::joinTables ( std::vector< o2::soa::ArrowTableRef > &&  tables,
std::span< const std::string >  labels 
)
static

Definition at line 157 of file ASoA.cxx.

◆ joinTables() [4/6]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::joinTables ( std::vector< std::shared_ptr< arrow::Table > > &&  tables)
static

Definition at line 140 of file ASoA.cxx.

◆ joinTables() [5/6]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::joinTables ( std::vector< std::shared_ptr< arrow::Table > > &&  tables,
std::span< const char *const >  labels 
)
static

Definition at line 162 of file ASoA.cxx.

◆ joinTables() [6/6]

o2::soa::ArrowTableRef o2::soa::ArrowHelpers::joinTables ( std::vector< std::shared_ptr< arrow::Table > > &&  tables,
std::span< const std::string >  labels 
)
static

Definition at line 168 of file ASoA.cxx.


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