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

void Impala::Core::Column::Write ( ColumnTem< Int32 > *  col,
int  nrElem,
String  fileName,
Util::Database *  db,
bool  binary 
) [inline]

Definition at line 47 of file Write.h.

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

00049 {
00050     Array::Array2dScalarInt32 wrapper(nrElem, 1, 0, 0, col->GetData(), true);
00051     Array::WriteRaw(&wrapper, fileName, db, binary);
00052 }

Here is the call graph for this function:


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