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

Method getQueryRelIdx

src/include/binder/query/query_graph.h:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 return queryRels[relPos];
124 }
125 common::idx_t getQueryRelIdx(const std::string& queryRelName) const {
126 return queryRelNameToPosMap.at(queryRelName);
127 }
128 void addQueryRel(std::shared_ptr<RelExpression> queryRel);
129
130 bool canProjectExpression(const std::shared_ptr<Expression>& expression) const;

Callers 3

planWCOJoinMethod · 0.80
constructRelScanMethod · 0.80
containAllVariablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected