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

bool Impala::Core::Matrix::DistributedAccess::Valid ( bool  ctorOnly,
bool  withParts 
) [inline]

Definition at line 150 of file DistributedAccess.h.

References mColumnQuids, mParts, mRowQuids, mRows, and Impala::Core::Table::Table::Size().

00151     {
00152         if (mRows == 0)
00153             return false;
00154         if (ctorOnly)
00155             return true;
00156         if ((mColumnQuids->Size() == 0) || (mRowQuids->Size() == 0))
00157             return false;
00158         if (!withParts)
00159             return true;
00160         return (mParts.size() != 0);
00161     }

Here is the call graph for this function:


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