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

Method printFinalSampleStep

src/QueryPlan/GraphvizPrinter.cpp:2153–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2151}
2152
2153String StepPrinter::printFinalSampleStep(const FinalSampleStep & step)
2154{
2155 std::stringstream details;
2156 details << "Sample Size: " << step.getSampleSize() << "\\n";
2157 details << "Max Chunk Size: " << step.getMaxChunkSize();
2158 return details.str();
2159}
2160
2161String StepPrinter::printLimitStep(const LimitStep & step)
2162{

Callers

nothing calls this directly

Calls 3

getSampleSizeMethod · 0.80
getMaxChunkSizeMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected