A table with multiple data partitions on disk. More...
Go to the source code of this file.
Classes | |
class | ibis::liga |
A specialization of class mensa. More... | |
class | ibis::mensa |
Class ibis::mensa contains multiple (horizontal) data partitions (ibis::part ) to form a logical data table. More... | |
class | ibis::mensa::cursor |
struct | ibis::mensa::cursor::bufferElement |
A buffer element is a minimal data structure to store a column in memory. More... | |
Namespaces | |
ibis | |
The current implementation of FastBit is code named IBIS; most data structures and functions are in the name space ibis. | |
A table with multiple data partitions on disk.
This class defines the data structure to encapsulate multiple on-disk data partitions into a logical table. The class translates the function defined on ibis::part to the ibis::table interface.