|
| ColumnBinningPolicy (std::array< std::vector< double >, sizeof...(Ts)> bins, bool ignoreOverflows=true) |
|
template<typename T > |
auto | getBinningValues (T &rowIterator, arrow::Table *table, uint64_t ci=-1, uint64_t ai=-1, uint64_t globalIndex=-1) const |
|
template<typename T > |
auto | getBinningValues (typename T::iterator rowIterator, T &table, uint64_t ci=-1, uint64_t ai=-1, uint64_t globalIndex=-1) const |
|
int | getBin (std::tuple< typename Ts::type... > const &data) const |
|
| BinningPolicyBase (std::array< std::vector< double >, N > bins, bool ignoreOverflows=true) |
|
int | getBin (std::tuple< Ts... > const &data) const |
|
int | getXBinsCount () const |
|
int | getYBinsCount () const |
|
int | getZBinsCount () const |
|
int | getAllBinsCount () const |
|
template<typename... Ts>
struct o2::framework::ColumnBinningPolicy< Ts >
Definition at line 276 of file BinningPolicy.h.