Provides column-level storage information.
The RColumnInspector class provides storage information for an individual column. This information is partly collected during the construction of the RNTupleInspector object, and can partly be accessed using the RColumnInspector that belongs to this field.
Definition at line 84 of file RNTupleInspector.hxx.
Public Member Functions | |
RColumnInspector (const RColumnDescriptor &colDesc, const std::vector< std::uint64_t > &compressedPageSizes, std::uint32_t elemSize, std::uint64_t nElems) | |
~RColumnInspector ()=default | |
const std::vector< std::uint64_t > & | GetCompressedPageSizes () const |
std::uint64_t | GetCompressedSize () const |
const RColumnDescriptor & | GetDescriptor () const |
std::uint64_t | GetElementSize () const |
std::uint64_t | GetNElements () const |
std::uint64_t | GetNPages () const |
ROOT::ENTupleColumnType | GetType () const |
std::uint64_t | GetUncompressedSize () const |
Private Attributes | |
const RColumnDescriptor & | fColumnDescriptor |
const std::vector< std::uint64_t > | fCompressedPageSizes = {} |
std::uint32_t | fElementSize = 0 |
std::uint64_t | fNElements = 0 |
#include <ROOT/RNTupleInspector.hxx>
|
inline |
Definition at line 92 of file RNTupleInspector.hxx.
|
default |
|
inline |
Definition at line 101 of file RNTupleInspector.hxx.
|
inline |
Definition at line 103 of file RNTupleInspector.hxx.
|
inline |
Definition at line 100 of file RNTupleInspector.hxx.
|
inline |
Definition at line 108 of file RNTupleInspector.hxx.
|
inline |
Definition at line 109 of file RNTupleInspector.hxx.
|
inline |
Definition at line 102 of file RNTupleInspector.hxx.
|
inline |
Definition at line 110 of file RNTupleInspector.hxx.
|
inline |
Definition at line 107 of file RNTupleInspector.hxx.
|
private |
Definition at line 86 of file RNTupleInspector.hxx.
|
private |
Definition at line 87 of file RNTupleInspector.hxx.
|
private |
Definition at line 88 of file RNTupleInspector.hxx.
|
private |
Definition at line 89 of file RNTupleInspector.hxx.