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

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

Definition at line 77 of file Write.h.

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

00078 {
00079     Array::Array2dScalarReal64 wrapper(nrElem, 1, 0, 0, col->GetData(), true);
00080     Array::WriteRaw(&wrapper, buf, binary);
00081 }

Here is the call graph for this function:


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