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

Public Member Functions

 RowBatchListTest ()
 

Protected Member Functions

virtual void SetUp ()
 
RowBatchCreateRowBatch (int start, int end)
 
void ValidateMatch (TupleRow *row, int32_t expected)
 
void FullScan (RowBatchList *list, int start, int end)
 

Protected Attributes

MemTracker tracker_
 
ObjectPool pool_
 
RowDescriptordesc_
 

Detailed Description

Definition at line 36 of file row-batch-list-test.cc.

Constructor & Destructor Documentation

impala::RowBatchListTest::RowBatchListTest ( )
inline

Definition at line 38 of file row-batch-list-test.cc.

Member Function Documentation

void impala::RowBatchListTest::FullScan ( RowBatchList list,
int  start,
int  end 
)
inlineprotected
virtual void impala::RowBatchListTest::SetUp ( )
inlineprotectedvirtual
void impala::RowBatchListTest::ValidateMatch ( TupleRow row,
int32_t  expected 
)
inlineprotected

Definition at line 73 of file row-batch-list-test.cc.

References impala::TupleRow::GetTuple().

Referenced by FullScan().

Member Data Documentation

RowDescriptor* impala::RowBatchListTest::desc_
protected

Definition at line 43 of file row-batch-list-test.cc.

Referenced by CreateRowBatch(), and SetUp().

ObjectPool impala::RowBatchListTest::pool_
protected

Definition at line 42 of file row-batch-list-test.cc.

Referenced by CreateRowBatch(), and SetUp().

MemTracker impala::RowBatchListTest::tracker_
protected

Definition at line 41 of file row-batch-list-test.cc.

Referenced by CreateRowBatch().


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