| 517 | } |
| 518 | |
| 519 | String TextPrinterIntent::detailIntent() const |
| 520 | { |
| 521 | return "\n" + next_lines_prefix + (hasChildren ? VERTICAL_LINE : EMPTY_PREFIX) + EMPTY_PREFIX; |
| 522 | } |
| 523 | |
| 524 | String PlanPrinter::TextPrinter::printLogicalPlan( |
| 525 | PlanNodeBase & plan, const TextPrinterIntent & intent, const StepProfiles & profiles) // NOLINT(misc-no-recursion) |
no outgoing calls
no test coverage detected