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 83 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 |
EColumnType | 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 91 of file RNTupleInspector.hxx.
|
default |
|
inline |
Definition at line 100 of file RNTupleInspector.hxx.
|
inline |
Definition at line 102 of file RNTupleInspector.hxx.
|
inline |
Definition at line 99 of file RNTupleInspector.hxx.
|
inline |
Definition at line 107 of file RNTupleInspector.hxx.
|
inline |
Definition at line 108 of file RNTupleInspector.hxx.
|
inline |
Definition at line 101 of file RNTupleInspector.hxx.
|
inline |
Definition at line 109 of file RNTupleInspector.hxx.
|
inline |
Definition at line 106 of file RNTupleInspector.hxx.
|
private |
Definition at line 85 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.