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

template<class ArrayT>
VectorT Impala::Core::Vector::VectorSet< ArrayT >::Get ( int  i  )  const [inline]

Definition at line 165 of file VectorSet.h.

References Impala::Core::Vector::VectorSet< ArrayT >::GetVector().

Referenced by Impala::Core::Column::ApplyOrder(), and Impala::Core::Column::ReversePart().

00166     {
00167         return GetVector(i, false); // just to be safe, true is more efficient
00168     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:38 2011 for ImpalaSrc by  doxygen 1.5.1