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

void Impala::Core::Column::Write ( Vector::VectorSet< Array::Array2dScalarInt8 > *  col,
int  nrElem,
Util::IOBuffer *  buf,
bool  binary 
) [inline]

Definition at line 172 of file Write.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), Impala::Core::Vector::VectorSet< ArrayT >::GetStorage(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::PB(), and Impala::Core::Array::WriteRaw().

00174 {
00175     // todo: only works for set with constVecSize
00176     Array::Array2dScalarInt8* data = col->GetStorage();
00177     Array::Array2dScalarInt8 wrapper(data->CW(), nrElem, 0, 0, data->PB(),
00178                                      true);
00179     Array::WriteRaw(&wrapper, buf, (int)binary);
00180 }

Here is the call graph for this function:


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