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

template<class ElemT>
ElemT Impala::Core::Column::ColumnTem< ElemT >::Get ( int  i  )  const [inline]

Definition at line 134 of file ColumnTem.h.

00135     { 
00136         //CheckIndex(i, "Get");
00137         return mData[i];
00138     }


Generated on Thu Jan 13 09:18:52 2011 for ImpalaSrc by  doxygen 1.5.1