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