#include <AggInvocation.h>
Public Attributes | |
AggFunction | aggFunction |
Aggregate function to be computed. | |
int | iInputAttr |
0-based index of source attribute in input tuple, or -1 for none, as in the case of COUNT(*). |
Definition at line 36 of file AggInvocation.h.
Aggregate function to be computed.
Definition at line 41 of file AggInvocation.h.
Referenced by ExecStreamTestSuite::testCountAggExecStream(), LhxAggExecStreamTest::testCountImpl(), ExecStreamTestSuite::testGroupAggExecStreamNrows(), LhxAggExecStreamTest::testGroupCountImpl(), ExecStreamTestSuite::testSingleValueAggExecStream(), LhxAggExecStreamTest::testSingleValueImpl(), LbmSortedAggExecStreamTest::testSortedAgg(), ExecStreamTestSuite::testSplitterPlusBarrier(), ExecStreamTestSuite::testSumAggExecStream(), and LhxAggExecStreamTest::testSumImpl().
0-based index of source attribute in input tuple, or -1 for none, as in the case of COUNT(*).
Definition at line 50 of file AggInvocation.h.
Referenced by ExecStreamTestSuite::testCountAggExecStream(), LhxAggExecStreamTest::testCountImpl(), ExecStreamTestSuite::testGroupAggExecStreamNrows(), LhxAggExecStreamTest::testGroupCountImpl(), ExecStreamTestSuite::testSingleValueAggExecStream(), LhxAggExecStreamTest::testSingleValueImpl(), LbmSortedAggExecStreamTest::testSortedAgg(), ExecStreamTestSuite::testSplitterPlusBarrier(), ExecStreamTestSuite::testSumAggExecStream(), and LhxAggExecStreamTest::testSumImpl().