MCPcopy Create free account
hub / github.com/ByConity/ByConity / detailIntent

Method detailIntent

src/QueryPlan/PlanPrinter.cpp:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

printLogicalPlanMethod · 0.80
printStepProfilesMethod · 0.80
printAttributesMethod · 0.80
printDetailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected