Public Member Functions | Public Attributes
ibis::mensa::cursor::bufferElement Struct Reference

A buffer element is a minimal data structure to store a column in memory. More...

#include <mensa.h>

List of all members.

Public Member Functions

 ~bufferElement ()
 Destructor for bufferElement.

Public Attributes

const char * cname
 Column name.
ibis::TYPE_T ctype
 Column type.
void * cval
 Pointer to raw data.

Detailed Description

A buffer element is a minimal data structure to store a column in memory.

It only holds a pointer to the column name, therefore the original column data structure must existing while this data structure is active. TODO: unify this with ibis::tafel::column.


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