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

void Impala::Core::Column::Read ( Vector::VectorSet< Array::Array2dScalarInt8 > *  col,
Util::IOBuffer *  buffer 
) [inline]

Definition at line 231 of file Read.h.

References Impala::Core::Array::ReadRaw(), Impala::Core::Vector::VectorSet< ArrayT >::SetSize(), and Impala::Core::Vector::VectorSet< ArrayT >::SetStorage().

00232 {
00233     // todo: only works for set with constVecSize and is a dirty hack
00234     Array::Array2dScalarInt8* tmp = 0;
00235     Array::ReadRaw(tmp, buffer);
00236     if (tmp)
00237     {
00238         col->SetStorage(tmp);
00239         col->SetSize(tmp->CH());
00240     }
00241 }

Here is the call graph for this function:


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