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

void Impala::Core::Column::Read ( ColumnTem< Int32 > *  col,
Util::IOBuffer *  buffer 
) [inline]

Definition at line 40 of file Read.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CPB(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::mIsWrapper, Impala::Core::Array::ReadRaw(), and Impala::Core::Column::ColumnTem< ElemT >::SetData().

00041 {
00042     Array::Array2dScalarInt32* tmp = 0;
00043     Array::ReadRaw(tmp, buffer);
00044     if (tmp)
00045     {
00046         col->SetData(tmp->CPB(), tmp->CW());
00047         tmp->mIsWrapper = true;
00048         delete tmp;
00049     }
00050 }

Here is the call graph for this function:


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