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

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

Definition at line 68 of file Read.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(), 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().

00069 {
00070     Array::Array2dScalarUInt64* tmp = 0;
00071     Array::ReadRaw(tmp, buffer);
00072     if (tmp)
00073     {
00074         col->SetData(tmp->CPB(), tmp->CW()*tmp->CH());
00075         delete tmp;
00076     }
00077 }

Here is the call graph for this function:


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