Home || Visual Search || Applications || Architecture || 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::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         delete tmp;
00048     }
00049 }

Here is the call graph for this function:


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