Holds field-level storage information.
The RFieldTreeInfo class provides storage information for a field and its subfields. This information is either collected during the construction of the RNTupleInpector object, or can be accessed using the RFieldDescriptor that belongs to this field.
Definition at line 102 of file RNTupleInspector.hxx.
Public Member Functions | |
| RFieldTreeInfo (const RFieldDescriptor &fieldDesc, std::uint64_t onDiskSize, std::uint64_t inMemSize) | |
| ~RFieldTreeInfo ()=default | |
| std::uint64_t | GetCompressedSize () const |
| const RFieldDescriptor & | GetDescriptor () const |
| std::uint64_t | GetUncompressedSize () const |
Private Attributes | |
| std::uint64_t | fCompressedSize = 0 |
| const RFieldDescriptor & | fRootFieldDescriptor |
| std::uint64_t | fUncompressedSize = 0 |
#include <ROOT/RNTupleInspector.hxx>
|
inline |
Definition at line 109 of file RNTupleInspector.hxx.
|
default |
|
inline |
Definition at line 114 of file RNTupleInspector.hxx.
|
inline |
Definition at line 113 of file RNTupleInspector.hxx.
|
inline |
Definition at line 115 of file RNTupleInspector.hxx.
|
private |
Definition at line 105 of file RNTupleInspector.hxx.
|
private |
Definition at line 104 of file RNTupleInspector.hxx.
|
private |
Definition at line 106 of file RNTupleInspector.hxx.