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 number of rows in the partition. More... | |
const char * | description |
!< Partition name. | |
const char * | metaTags |
!< A free-form description of the partition. | |
const char * | name |
const uint64_t | nrows |
!< A string of name-value pairs. | |
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.
std::vector<ibis::column::info*> ibis::part::info::cols |
!< The number of rows in the partition.
The list of columns in the partition.