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

Function getBaseNodeStructFields

src/binder/bind/bind_graph_pattern.cpp:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static std::vector<StructField> getBaseNodeStructFields() {
250 std::vector<StructField> fields;
251 fields.emplace_back(InternalKeyword::ID, LogicalType::INTERNAL_ID());
252 fields.emplace_back(InternalKeyword::LABEL, LogicalType::STRING());
253 return fields;
254}
255
256static std::vector<StructField> getBaseRelStructFields() {
257 std::vector<StructField> fields;

Callers 2

createQueryNodeMethod · 0.85

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected