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

int Impala::Core::Matrix::DistributedAccess::GetTotalPartCount (  )  const [inline]

Definition at line 229 of file DistributedAccess.h.

References GetColumnPartCount(), and GetRowPartCount().

00230     {
00231         return GetRowPartCount() * GetColumnPartCount();
00232     }

Here is the call graph for this function:


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