Public Member Functions | Public Attributes | List of all members
ibis::mensa::cursor::bufferElement Struct Reference

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

#include <mensa.h>

Public Member Functions

 bufferElement ()
 !< Pointer to raw data.
 
 ~bufferElement ()
 Destructor for bufferElement.
 

Public Attributes

const char * cname
 
ibis::TYPE_T ctype
 !< Column name.
 
void * cval
 !< Column type.
 

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