MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / extract_single_projected_column

Function extract_single_projected_column

nodedb-sql/src/planner/subquery.rs:202–246  ·  view source on GitHub ↗

Extract the single column name from a subquery's SELECT list. For `SELECT user_id FROM orders`, returns `"user_id"`.

(query: &ast::Query)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

try_plan_in_subqueryFunction · 0.85

Calls 4

normalize_identFunction · 0.85
joinMethod · 0.80
lenMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected