Searched refs:aggregateTuple (Results 1 – 5 of 5) sorted by relevance
75 static void aggregateTuple(ListT<CegoField>& aggTuple, CegoExpr* pExpr);76 static void aggregateTuple(ListT<CegoField>& aggTuple, CegoAggregation* pAgg);
247 CegoQueryHelper::aggregateTuple(dataTuple, *pAgg ); in aggGrouping()
161 void aggregateTuple(ListT<CegoField>& aggTuple);
1006 void CegoQueryHelper::aggregateTuple(ListT<CegoField>& aggTuple, CegoExpr* pExpr) in aggregateTuple() function in CegoQueryHelper1012 aggregateTuple(aggTuple, *pAgg); in aggregateTuple()1017 void CegoQueryHelper::aggregateTuple(ListT<CegoField>& aggTuple, CegoAggregation* pAgg) in aggregateTuple() function in CegoQueryHelper
1315 aggregateTuple(aggTuple); in nextAggTuple()4065 void CegoSelect::aggregateTuple(ListT<CegoField>& aggTuple) in aggregateTuple() function in CegoSelect4070 CegoQueryHelper::aggregateTuple(aggTuple, *pExpr); in aggregateTuple()