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

void Impala::Core::Column::Write ( ColumnTem< Int32 > *  col,
int  nrElem,
Util::IOBuffer *  buf,
bool  binary 
) [inline]

Definition at line 39 of file Write.h.

References Impala::Core::Column::ColumnTem< ElemT >::GetData(), and Impala::Core::Array::WriteRaw().

00040 {
00041     Array::Array2dScalarInt32 wrapper(nrElem, 1, 0, 0, col->GetData(), true);
00042     Array::WriteRaw(&wrapper, buf, (int)binary);
00043 }

Here is the call graph for this function:


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