Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class ElemT>
Impala::Core::Column::ColumnTem< ElemT >::ColumnTem (  )  [inline]

Empty column.

Definition at line 27 of file ColumnTem.h.

00028     {
00029         mCapacity = 0;
00030         mData = 0;
00031     }


Generated on Fri Mar 19 11:06:47 2010 for ImpalaSrc by  doxygen 1.5.1