Provides field-level storage information.
The RFieldTreeInspector class provides storage information for a field and its subfields. This information is partly collected during the construction of the RNTupleInspector object, and can partly be accessed using the RFieldDescriptor that belongs to this field.
Definition at line 127 of file RNTupleInspector.hxx.
Public Member Functions | |
RFieldTreeInspector (const ROOT::RFieldDescriptor &fieldDesc, std::uint64_t onDiskSize, std::uint64_t inMemSize) | |
~RFieldTreeInspector ()=default | |
std::uint64_t | GetCompressedSize () const |
const ROOT::RFieldDescriptor & | GetDescriptor () const |
std::uint64_t | GetUncompressedSize () const |
Private Attributes | |
std::uint64_t | fCompressedSize = 0 |
const ROOT::RFieldDescriptor & | fRootFieldDescriptor |
std::uint64_t | fUncompressedSize = 0 |
#include <ROOT/RNTupleInspector.hxx>
|
inline |
Definition at line 134 of file RNTupleInspector.hxx.
|
default |
|
inline |
Definition at line 139 of file RNTupleInspector.hxx.
|
inline |
Definition at line 138 of file RNTupleInspector.hxx.
|
inline |
Definition at line 140 of file RNTupleInspector.hxx.
|
private |
Definition at line 130 of file RNTupleInspector.hxx.
|
private |
Definition at line 129 of file RNTupleInspector.hxx.
|
private |
Definition at line 131 of file RNTupleInspector.hxx.