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

Function getBaseRelStructFields

src/binder/bind/bind_graph_pattern.cpp:256–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256static std::vector<StructField> getBaseRelStructFields() {
257 std::vector<StructField> fields;
258 fields.emplace_back(InternalKeyword::SRC, LogicalType::INTERNAL_ID());
259 fields.emplace_back(InternalKeyword::DST, LogicalType::INTERNAL_ID());
260 fields.emplace_back(InternalKeyword::LABEL, LogicalType::STRING());
261 return fields;
262}
263
264static std::shared_ptr<PropertyExpression> construct(LogicalType type,
265 const std::string& propertyName, const Expression& child) {

Callers 2

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected