The serialization context is used for the piecewise serialization of a descriptor.
During header serialization, the mapping of in-memory field and column IDs to on-disk IDs is built so that it can be used for the footer serialization in a second step.
Definition at line 104 of file RNTupleSerialize.hxx.
Private Attributes | |
std::uint64_t | fHeaderSize = 0 |
std::uint64_t | fHeaderXxHash3 = 0 |
std::map< ROOT::DescriptorId_t, ROOT::DescriptorId_t > | fMem2OnDiskClusterGroupIDs |
std::map< ROOT::DescriptorId_t, ROOT::DescriptorId_t > | fMem2OnDiskClusterIDs |
std::map< ROOT::DescriptorId_t, ROOT::DescriptorId_t > | fMem2OnDiskColumnIDs |
std::map< ROOT::DescriptorId_t, ROOT::DescriptorId_t > | fMem2OnDiskFieldIDs |
std::vector< ROOT::DescriptorId_t > | fOnDisk2MemClusterGroupIDs |
std::vector< ROOT::DescriptorId_t > | fOnDisk2MemClusterIDs |
std::vector< ROOT::DescriptorId_t > | fOnDisk2MemColumnIDs |
std::vector< ROOT::DescriptorId_t > | fOnDisk2MemFieldIDs |
#include <ROOT/RNTupleSerialize.hxx>
|
inline |
Definition at line 119 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 121 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 186 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 182 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 178 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 177 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 173 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 169 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 165 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 164 of file RNTupleSerialize.hxx.
|
inline |
Return a vector containing the in-memory field ID for each on-disk counterpart, in order, i.e.
the i
-th value corresponds to the in-memory field ID for i
-th on-disk ID
Definition at line 193 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 152 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 145 of file RNTupleSerialize.hxx.
|
inline |
Map an in-memory field ID to its on-disk counterpart.
It is allowed to call this function multiple times for the same memId
, in which case the return value is the on-disk ID assigned on the first call.
Definition at line 124 of file RNTupleSerialize.hxx.
|
inline |
Map an in-memory column ID to its on-disk counterpart.
It is allowed to call this function multiple times for the same memId
, in which case the return value is the on-disk ID assigned on the first call. Note that we only map physical column IDs. Logical column IDs of alias columns are shifted before the serialization of the extension header. Also, we only need to query physical column IDs for the page list serialization.
Definition at line 137 of file RNTupleSerialize.hxx.
void ROOT::Internal::RNTupleSerializer::RContext::MapSchema | ( | const RNTupleDescriptor & | desc, |
bool | forHeaderExtension ) |
Map in-memory field and column IDs to their on-disk counterparts.
This function is unconditionally called during header serialization. This function must be manually called after an incremental schema update as page list serialization requires all columns to be mapped.
Definition at line 1295 of file RNTupleSerialize.cxx.
|
inline |
Definition at line 118 of file RNTupleSerialize.hxx.
|
inline |
Definition at line 120 of file RNTupleSerialize.hxx.
|
private |
Definition at line 106 of file RNTupleSerialize.hxx.
|
private |
Definition at line 107 of file RNTupleSerialize.hxx.
|
private |
Definition at line 111 of file RNTupleSerialize.hxx.
|
private |
Definition at line 110 of file RNTupleSerialize.hxx.
|
private |
Definition at line 109 of file RNTupleSerialize.hxx.
|
private |
Definition at line 108 of file RNTupleSerialize.hxx.
|
private |
Definition at line 115 of file RNTupleSerialize.hxx.
|
private |
Definition at line 114 of file RNTupleSerialize.hxx.
|
private |
Definition at line 113 of file RNTupleSerialize.hxx.
|
private |
Definition at line 112 of file RNTupleSerialize.hxx.