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

template<class C>
void Impala::Core::Column::RemoveRow ( C *  col,
int  row,
int  size 
) [inline]

Definition at line 16 of file RemoveRow.h.

00017 {
00018     for (int i=row ; i<size-1 ; i++)
00019         col->Set(i, col->Get(i + 1));
00020 }


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