Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::ParallelExecutorTest Class Reference
Collaboration diagram for impala::ParallelExecutorTest:

Public Member Functions

Status UpdateFunction (void *value)
 
 ParallelExecutorTest (int num_updates)
 
void Validate ()
 

Private Attributes

vector< int > updates_found_
 

Detailed Description

Definition at line 29 of file parallel-executor-test.cc.

Constructor & Destructor Documentation

impala::ParallelExecutorTest::ParallelExecutorTest ( int  num_updates)
inline

Definition at line 47 of file parallel-executor-test.cc.

References updates_found_.

Member Function Documentation

Status impala::ParallelExecutorTest::UpdateFunction ( void *  value)
inline

Definition at line 31 of file parallel-executor-test.cc.

References impala::Status::OK, and updates_found_.

Referenced by impala::TEST().

void impala::ParallelExecutorTest::Validate ( )
inline

Definition at line 51 of file parallel-executor-test.cc.

References updates_found_.

Referenced by impala::TEST().

Member Data Documentation

vector<int> impala::ParallelExecutorTest::updates_found_
private

Definition at line 58 of file parallel-executor-test.cc.

Referenced by ParallelExecutorTest(), UpdateFunction(), and Validate().


The documentation for this class was generated from the following file: