Public Member Functions | Public Attributes | List of all members
ibis::part::info Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

std::vector<ibis::column::info*> ibis::part::info::cols

!< The number of rows in the partition.

The list of columns in the partition.


The documentation for this struct was generated from the following files:

Make It A Bit Faster
Contact us
Disclaimers
FastBit source code
FastBit mailing list archive