Public Member Functions | Public Attributes | List of all members
ibis::column::info Class Reference

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.
 

Detailed Description

Some basic information about a column.

Can only be used if the original column used to generate the info object exists in memory.

Constructor & Destructor Documentation

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().


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

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