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

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

Definition at line 58 of file Write.h.

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

00059 {
00060     Array::Array2dScalarUInt64 wrapper(nrElem, 1, 0, 0, col->GetData(), true);
00061     Array::WriteRaw(&wrapper, buf, binary);
00062 }

Here is the call graph for this function:


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