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 95 of file RNTupleInspector.hxx.
Public Member Functions | |
| RColumnInspector (const ROOT::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 ROOT::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 ROOT::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 103 of file RNTupleInspector.hxx.
|
default |
|
inline |
Definition at line 112 of file RNTupleInspector.hxx.
|
inline |
Definition at line 114 of file RNTupleInspector.hxx.
|
inline |
Definition at line 111 of file RNTupleInspector.hxx.
|
inline |
Definition at line 120 of file RNTupleInspector.hxx.
|
inline |
Definition at line 121 of file RNTupleInspector.hxx.
|
inline |
Definition at line 113 of file RNTupleInspector.hxx.
|
inline |
Definition at line 122 of file RNTupleInspector.hxx.
|
inline |
Definition at line 119 of file RNTupleInspector.hxx.
|
private |
Definition at line 97 of file RNTupleInspector.hxx.
|
private |
Definition at line 98 of file RNTupleInspector.hxx.
|
private |
Definition at line 99 of file RNTupleInspector.hxx.
|
private |
Definition at line 100 of file RNTupleInspector.hxx.