Home
last modified time | relevance | path

Searched refs:aggregationArgumentContext (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Daggregate_utils.c91 *aggregationArgumentContext);
224 box->aggregationArgumentContext = aggregationArgumentContext; in InitializeStypeBox()
326 aggregationArgumentContext->values = in CreateAggregationArgumentContext()
329 aggregationArgumentContext->nulls = in CreateAggregationArgumentContext()
347 return aggregationArgumentContext; in CreateAggregationArgumentContext()
359 if (aggregationArgumentContext->isTuple) in ExtractAggregationValues()
394 aggregationArgumentContext->tuple, in ExtractAggregationValues()
395 aggregationArgumentContext->tupleDesc, in ExtractAggregationValues()
396 aggregationArgumentContext->values, in ExtractAggregationValues()
397 aggregationArgumentContext->nulls); in ExtractAggregationValues()
[all …]