Public Member Functions | Public Attributes
ibis::part::info Struct Reference

A simple class to describe an ibis::part object. More...

#include <part.h>

List of all members.

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.

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

const uint64_t ibis::part::info::nrows

The number of rows 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