![]() |
Project
|
#include <ArrowTableSlicingCache.h>
Public Member Functions | |
std::pair< int64_t, int64_t > | getSliceFor (int value) const |
Public Attributes | |
gsl::span< int const > | values |
gsl::span< int64_t const > | counts |
Definition at line 23 of file ArrowTableSlicingCache.h.
std::pair< int64_t, int64_t > o2::framework::SliceInfoPtr::getSliceFor | ( | int | value | ) | const |
Definition at line 29 of file ArrowTableSlicingCache.cxx.
gsl::span<int64_t const> o2::framework::SliceInfoPtr::counts |
Definition at line 25 of file ArrowTableSlicingCache.h.
gsl::span<int const> o2::framework::SliceInfoPtr::values |
Definition at line 24 of file ArrowTableSlicingCache.h.