Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RClusterPool::RReadItem Struct Reference

Request to load a subset of the columns of a particular cluster.

Work items come in groups and are executed by the page source.

Definition at line 58 of file RClusterPool.hxx.

Public Attributes

std::int64_t fBunchId = -1
 Items with different bunch ids are scheduled for different vector reads.
 
RCluster::RKey fClusterKey
 
std::promise< std::unique_ptr< RCluster > > fPromise
 

Member Data Documentation

◆ fBunchId

std::int64_t ROOT::Experimental::Internal::RClusterPool::RReadItem::fBunchId = -1

Items with different bunch ids are scheduled for different vector reads.

Definition at line 60 of file RClusterPool.hxx.

◆ fClusterKey

RCluster::RKey ROOT::Experimental::Internal::RClusterPool::RReadItem::fClusterKey

Definition at line 62 of file RClusterPool.hxx.

◆ fPromise

std::promise<std::unique_ptr<RCluster> > ROOT::Experimental::Internal::RClusterPool::RReadItem::fPromise

Definition at line 61 of file RClusterPool.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RClusterPool::RReadItem:
[legend]

The documentation for this struct was generated from the following file: