Clusters that are currently being processed by the pipeline.
Every in-flight cluster has a corresponding work item, first a read item and then an unzip item.
Definition at line 67 of file RClusterPool.hxx.
Public Member Functions | |
bool | operator!= (const RInFlightCluster &other) const |
bool | operator< (const RInFlightCluster &other) const |
First order by cluster id, then by number of columns, than by the column ids in fColumns. | |
bool | operator== (const RInFlightCluster &other) const |
Public Attributes | |
RCluster::RKey | fClusterKey |
std::future< std::unique_ptr< RCluster > > | fFuture |
|
inline |
Definition at line 75 of file RClusterPool.hxx.
bool ROOT::Experimental::Internal::RClusterPool::RInFlightCluster::operator< | ( | const RInFlightCluster & | other | ) | const |
First order by cluster id, then by number of columns, than by the column ids in fColumns.
Definition at line 33 of file RClusterPool.cxx.
|
inline |
Definition at line 71 of file RClusterPool.hxx.
RCluster::RKey ROOT::Experimental::Internal::RClusterPool::RInFlightCluster::fClusterKey |
Definition at line 69 of file RClusterPool.hxx.
std::future<std::unique_ptr<RCluster> > ROOT::Experimental::Internal::RClusterPool::RInFlightCluster::fFuture |
Definition at line 68 of file RClusterPool.hxx.