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

Vector64 Impala::Core::Matrix::DistributedAccess::GetColumnFromPart ( int  part,
int  index 
) [inline, private]

Definition at line 674 of file DistributedAccess.h.

References ILOG_ERROR, Impala::Core::Matrix::DistributedAccess::IndexConverter::IndexToPart(), mColumns, and Impala::Core::Matrix::DistributedAccess::IndexConverter::PartToIndex().

Referenced by GetDataFromPart().

00675     {
00676         Vector64 v;
00677         int colPart = mColumns->IndexToPart(index);
00678         index -= mColumns->PartToIndex(colPart);
00679         ILOG_ERROR("[GetColumnFromPart] Not supported");
00680         return v;
00681     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:19 2011 for ImpalaSrc by  doxygen 1.5.1