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

template<class C>
void Impala::Core::Column::Reverse ( C *  column  )  [inline]

Definition at line 18 of file Reverse.h.

References Impala::Util::Reverse().

00019 {
00020     if (column->Capacity() == 0)
00021         return;
00022 
00023     Util::Reverse(column->GetData(), 0, column->Capacity()-1);
00024 }

Here is the call graph for this function:


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