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

Method jsonPlanSegmentDescriptionAsString

src/QueryPlan/PlanPrinter.cpp:1748–1754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746}
1747
1748String PlanSegmentDescription::jsonPlanSegmentDescriptionAsString(const StepProfiles & profiles)
1749{
1750 auto json = jsonPlanSegmentDescription(profiles);
1751 std::ostringstream os;
1752 json->stringify(os, 1);
1753 return os.str();
1754}
1755
1756Poco::JSON::Object::Ptr PlanSegmentDescription::jsonPlanSegmentDescription(const StepProfiles & profiles, bool is_pipeline)
1757{

Callers 2

getPlanSegmentMethod · 0.80
doExecuteMethod · 0.80

Calls 1

strMethod · 0.45

Tested by

no test coverage detected