#include <ROOT/RCluster.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <condition_variable>
#include <deque>
#include <memory>
#include <mutex>
#include <future>
#include <thread>
#include <set>
#include <vector>
Classes | |
class | ROOT::Internal::RClusterPool |
Managed a set of clusters containing compressed and packed pages. More... | |
struct | ROOT::Internal::RClusterPool::RInFlightCluster |
Clusters that are currently being processed by the pipeline. More... | |
struct | ROOT::Internal::RClusterPool::RReadItem |
Request to load a subset of the columns of a particular cluster. More... | |
Namespaces | |
namespace | ROOT |
namespace | ROOT::Internal |
Definition in file RClusterPool.hxx.