Some basic information about a column. More...
#include <column.h>
Public Member Functions | |
| info (const ibis::column &col) | |
| Constructor. | |
| info (const info &rhs) | |
Public Attributes | |
| const char * | description |
| A description about the column. | |
| const double | expectedMax |
| The expected upper bound. | |
| const double | expectedMin |
| The expected lower bound. | |
| const char * | name |
| Column name. | |
| const ibis::TYPE_T | type |
| The type of the values. | |
Some basic information about a column.
Can only be used if the original column used to generate the info object exists in memory.
|
| |