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

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

Definition at line 96 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().

00097 {
00098     Array::Array2dScalarReal64* tmp = 0;
00099     Array::ReadRaw(tmp, buffer);
00100     if (tmp)
00101     {
00102         col->SetData(tmp->CPB(), tmp->CW()*tmp->CH());
00103         delete tmp;
00104     }
00105 }

Here is the call graph for this function:


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