Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RCluster.hxx File Reference
#include <ROOT/RNTupleUtil.hxx>
#include <cstdint>
#include <memory>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
Include dependency graph for RCluster.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::Internal::ROnDiskPage::Key
 On-disk pages within a page source are identified by the column and page number. More...
 
class  ROOT::Experimental::Internal::RCluster
 An in-memory subset of the packed and compressed pages of a cluster. More...
 
struct  ROOT::Experimental::Internal::RCluster::RKey
 The identifiers that specifies the content of a (partial) cluster. More...
 
class  ROOT::Experimental::Internal::ROnDiskPage
 A page as being stored on disk, that is packed and compressed. More...
 
class  ROOT::Experimental::Internal::ROnDiskPageMap
 A memory region that contains packed and compressed pages. More...
 
class  ROOT::Experimental::Internal::ROnDiskPageMapHeap
 An ROnDiskPageMap that is used for an fMemory allocated as an array of unsigned char. 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 RCluster.hxx.