A simple class to describe an ibis::part object. More...
#include <part.h>
Public Member Functions | |
| info (const char *na, const char *de, const uint64_t &nr, const ibis::part::columnList &co) | |
| info (const ibis::part &tbl) | |
Public Attributes | |
| std::vector< ibis::column::info * > | cols |
| The list of columns in the partition. | |
| const char * | description |
| A free-form description of the partition. | |
| const char * | metaTags |
| A string of name-value pairs. | |
| const char * | name |
| Partition name. | |
| const uint64_t | nrows |
| The number of rows in the partition. | |
A simple class to describe an ibis::part object.
All members are public and read-only. An info object can not last longer than the ibis::part object used to create it.
| const uint64_t ibis::part::info::nrows |
The number of rows in the partition.
|
| |