| 2052 | !ignoreNullKeys_, |
| 2053 | accumulators(true), |
| 2054 | std::vector<TypePtr>(), |
| 2055 | false, |
| 2056 | false, |
| 2057 | true, |
| 2058 | false, |
| 2059 | false /*useListRowIndex*/, |
| 2060 | &pool_, |
| 2061 | table_->rows()->stringAllocatorShared()); |
| 2062 | initializeAggregates(aggregates_, *intermediateRows_, true); |
| 2063 | table_.reset(); |
| 2064 | } |
| 2065 | |
| 2066 | namespace { |
no test coverage detected