Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RClusterPool.hxx File Reference
#include <ROOT/RCluster.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <condition_variable>
#include <deque>
#include <memory>
#include <mutex>
#include <future>
#include <thread>
#include <set>
#include <vector>
Include dependency graph for RClusterPool.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::Internal::RClusterPool
 Managed a set of clusters containing compressed and packed pages. More...
 
struct  ROOT::Experimental::Internal::RClusterPool::RInFlightCluster
 Clusters that are currently being processed by the pipeline. More...
 
struct  ROOT::Experimental::Internal::RClusterPool::RReadItem
 Request to load a subset of the columns of a particular cluster. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Experimental
 
namespace  ROOT::Experimental::Internal
 

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2020-03-11
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RClusterPool.hxx.