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

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

Definition at line 236 of file Read.h.

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

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

Here is the call graph for this function:


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