| 2701 | } |
| 2702 | |
| 2703 | SelectQueryInfo Planner::buildSelectQueryInfo() const |
| 2704 | { |
| 2705 | return ::DB::buildSelectQueryInfo(query_tree, planner_context); |
| 2706 | } |
| 2707 | |
| 2708 | void Planner::addStorageLimits(const StorageLimitsList & limits) |
| 2709 | { |
nothing calls this directly
no test coverage detected