lbug 0.16.0

An in-process property graph database management system built for query speed and scalability
Documentation
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