AddColumn(ROOT::DescriptorId_t fieldId, ROOT::Internal::RColumn &column) override | ROOT::Internal::RPageSource | virtual |
Attach(ROOT::Internal::RNTupleSerializer::EDescriptorDeserializeMode mode=ROOT::Internal::RNTupleSerializer::EDescriptorDeserializeMode::kForReading) | ROOT::Internal::RPageSource | |
AttachImpl(ROOT::Internal::RNTupleSerializer::EDescriptorDeserializeMode mode)=0 | ROOT::Internal::RPageSource | protectedpure virtual |
Clone() const | ROOT::Internal::RPageSource | |
CloneImpl() const =0 | ROOT::Internal::RPageSource | protectedpure virtual |
ColumnHandle_t typedef | ROOT::Internal::RPageStorage | |
Create(std::string_view ntupleName, std::string_view location, const ROOT::RNTupleReadOptions &options=ROOT::RNTupleReadOptions()) | ROOT::Internal::RPageSource | static |
DropColumn(ColumnHandle_t columnHandle) override | ROOT::Internal::RPageSource | virtual |
EnableDefaultMetrics(const std::string &prefix) | ROOT::Internal::RPageSource | protected |
fActivePhysicalColumns | ROOT::Internal::RPageSource | protected |
fCounters | ROOT::Internal::RPageSource | protected |
fDescriptor | ROOT::Internal::RPageSource | private |
fDescriptorLock | ROOT::Internal::RPageSource | mutableprivate |
fEntryRange | ROOT::Internal::RPageSource | private |
fHasStreamerInfosRegistered | ROOT::Internal::RPageSource | private |
fHasStructure | ROOT::Internal::RPageSource | private |
fIsAttached | ROOT::Internal::RPageSource | private |
fLastUsedCluster | ROOT::Internal::RPageSource | private |
fMetrics | ROOT::Internal::RPageStorage | protected |
fNTupleName | ROOT::Internal::RPageStorage | protected |
fOptions | ROOT::Internal::RPageSource | protected |
fPageAllocator | ROOT::Internal::RPageStorage | protected |
fPagePool | ROOT::Internal::RPageSource | protected |
fPreloadedClusters | ROOT::Internal::RPageSource | private |
fTaskScheduler | ROOT::Internal::RPageStorage | protected |
GetColumnId(ColumnHandle_t columnHandle) const | ROOT::Internal::RPageStorage | inline |
GetEntryRange() const | ROOT::Internal::RPageSource | inline |
GetExclDescriptorGuard() | ROOT::Internal::RPageSource | inlineprotected |
GetMetrics() | ROOT::Internal::RPageStorage | inlinevirtual |
GetNElements(ColumnHandle_t columnHandle) | ROOT::Internal::RPageSource | |
GetNEntries() | ROOT::Internal::RPageSource | |
GetNTupleName() const | ROOT::Internal::RPageStorage | inline |
GetReadOptions() const | ROOT::Internal::RPageSource | inline |
GetSharedDescriptorGuard() const | ROOT::Internal::RPageSource | inline |
GetType() final | ROOT::Internal::RPageSource | inlinevirtual |
kNBytesPageChecksum | ROOT::Internal::RPageStorage | static |
LoadClusters(std::span< ROOT::Internal::RCluster::RKey > clusterKeys)=0 | ROOT::Internal::RPageSource | pure virtual |
LoadPage(ColumnHandle_t columnHandle, ROOT::NTupleSize_t globalIndex) | ROOT::Internal::RPageSource | virtual |
LoadPage(ColumnHandle_t columnHandle, RNTupleLocalIndex localIndex) | ROOT::Internal::RPageSource | virtual |
LoadPageImpl(ColumnHandle_t columnHandle, const RClusterInfo &clusterInfo, ROOT::NTupleSize_t idxInCluster)=0 | ROOT::Internal::RPageSource | protectedpure virtual |
LoadSealedPage(ROOT::DescriptorId_t physicalColumnId, RNTupleLocalIndex localIndex, RSealedPage &sealedPage)=0 | ROOT::Internal::RPageSource | pure virtual |
LoadStructure() | ROOT::Internal::RPageSource | |
LoadStructureImpl()=0 | ROOT::Internal::RPageSource | protectedpure virtual |
operator=(const RPageSource &)=delete | ROOT::Internal::RPageSource | |
operator=(RPageSource &&)=delete | ROOT::Internal::RPageSource | |
ROOT::Internal::RPageStorage::operator=(const RPageStorage &other)=delete | ROOT::Internal::RPageStorage | |
ROOT::Internal::RPageStorage::operator=(RPageStorage &&other)=default | ROOT::Internal::RPageStorage | |
PrepareLoadCluster(const ROOT::Internal::RCluster::RKey &clusterKey, ROOT::Internal::ROnDiskPageMap &pageZeroMap, std::function< void(ROOT::DescriptorId_t, ROOT::NTupleSize_t, const ROOT::RClusterDescriptor::RPageInfo &)> perPageFunc) | ROOT::Internal::RPageSource | protected |
RegisterStreamerInfos() | ROOT::Internal::RPageSource | |
RPageSource(std::string_view ntupleName, const ROOT::RNTupleReadOptions &fOptions) | ROOT::Internal::RPageSource | |
RPageSource(const RPageSource &)=delete | ROOT::Internal::RPageSource | |
RPageSource(RPageSource &&)=delete | ROOT::Internal::RPageSource | |
RPageStorage(std::string_view name) | ROOT::Internal::RPageStorage | explicit |
RPageStorage(const RPageStorage &other)=delete | ROOT::Internal::RPageStorage | |
RPageStorage(RPageStorage &&other)=default | ROOT::Internal::RPageStorage | |
SealedPageSequence_t typedef | ROOT::Internal::RPageStorage | |
SetEntryRange(const REntryRange &range) | ROOT::Internal::RPageSource | |
SetTaskScheduler(RTaskScheduler *taskScheduler) | ROOT::Internal::RPageStorage | inline |
UnsealPage(const RSealedPage &sealedPage, const ROOT::Internal::RColumnElementBase &element, ROOT::Internal::RPageAllocator &pageAlloc) | ROOT::Internal::RPageSource | static |
UnsealPage(const RSealedPage &sealedPage, const ROOT::Internal::RColumnElementBase &element) | ROOT::Internal::RPageSource | |
UnzipCluster(ROOT::Internal::RCluster *cluster) | ROOT::Internal::RPageSource | |
UnzipClusterImpl(ROOT::Internal::RCluster *cluster) | ROOT::Internal::RPageSource | protectedvirtual |
UpdateLastUsedCluster(ROOT::DescriptorId_t clusterId) | ROOT::Internal::RPageSource | private |
WaitForAllTasks() | ROOT::Internal::RPageStorage | inlineprotected |
~RPageSource() override | ROOT::Internal::RPageSource | |
~RPageStorage() | ROOT::Internal::RPageStorage | virtual |