| 117 | } // namespace |
| 118 | |
| 119 | DuckQueryRunner::DuckQueryRunner() |
| 120 | : aggregateFunctionNames_{getAggregateFunctions()} {} |
| 121 | |
| 122 | void DuckQueryRunner::disableAggregateFunctions( |
| 123 | const std::vector<std::string>& names) { |
nothing calls this directly
no test coverage detected