MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getOperatorParams

Method getOperatorParams

src/main/plan_printer.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410std::string PlanPrinter::getOperatorParams(const PhysicalOperator* physicalOperator) {
411 return physicalOperator->getPrintInfo()->toString();
412}
413
414std::string PlanPrinter::getOperatorName(const LogicalOperator* logicalOperator) {
415 return LogicalOperatorUtils::logicalOperatorTypeToString(logicalOperator->getOperatorType());

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
getPrintInfoMethod · 0.45

Tested by

no test coverage detected