1 2 3 4 5 6 7 8 9 10 11 12 13
#include "planner/operator/logical_standalone_call.h" #include "main/db_config.h" namespace lbug { namespace planner { std::string LogicalStandaloneCall::getExpressionsForPrinting() const { return option->name; } } // namespace planner } // namespace lbug