SortedAggExecStreamParams Struct Reference

SortedAggExecStreamParams defines parameters for SortedAggExecStream. More...

#include <SortedAggExecStream.h>

Inheritance diagram for SortedAggExecStreamParams:

ConduitExecStreamParams SingleInputExecStreamParams SingleOutputExecStreamParams ExecStreamParams ExecStreamParams LbmSortedAggExecStreamParams LhxAggExecStreamParams List of all members.

Public Member Functions

 SortedAggExecStreamParams ()

Public Attributes

AggInvocationList aggInvocations
int groupByKeyCount

Detailed Description

SortedAggExecStreamParams defines parameters for SortedAggExecStream.

Definition at line 36 of file SortedAggExecStream.h.


Constructor & Destructor Documentation

SortedAggExecStreamParams::SortedAggExecStreamParams (  )  [inline, explicit]

Definition at line 41 of file SortedAggExecStream.h.

00042     {
00043         groupByKeyCount = 0;
00044     }


Member Data Documentation

AggInvocationList SortedAggExecStreamParams::aggInvocations

Definition at line 39 of file SortedAggExecStream.h.

Referenced by LhxAggExecStream::prepare(), SortedAggExecStream::prepare(), ExecStreamFactory::readAggStreamParams(), LhxAggExecStream::setHashInfo(), ExecStreamTestSuite::testCountAggExecStream(), LhxAggExecStreamTest::testCountImpl(), ExecStreamTestSuite::testGroupAggExecStreamNrows(), LhxAggExecStreamTest::testGroupCountImpl(), ExecStreamTestSuite::testSingleValueAggExecStream(), LhxAggExecStreamTest::testSingleValueImpl(), ExecStreamTestSuite::testSumAggExecStream(), and LhxAggExecStreamTest::testSumImpl().

int SortedAggExecStreamParams::groupByKeyCount

Definition at line 40 of file SortedAggExecStream.h.

Referenced by SortedAggExecStream::prepare(), ExecStreamFactory::readAggStreamParams(), LhxAggExecStream::setHashInfo(), ExecStreamTestSuite::testCountAggExecStream(), LhxAggExecStreamTest::testCountImpl(), ExecStreamTestSuite::testGroupAggExecStreamNrows(), LhxAggExecStreamTest::testGroupCountImpl(), ExecStreamTestSuite::testSingleValueAggExecStream(), LhxAggExecStreamTest::testSingleValueImpl(), ExecStreamTestSuite::testSumAggExecStream(), and LhxAggExecStreamTest::testSumImpl().


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:47 2009 for Fennel by  doxygen 1.5.1