MCPcopy Index your code
hub / github.com/marimo-team/marimo / test_with_subquery_2

Method test_with_subquery_2

tests/_ast/test_sql_visitor.py:569–575  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

567 }
568
569 def test_with_subquery_2(self) -> None:
570 sql = """
571 SELECT * FROM (
572 SELECT * FROM inner_table
573 ) t;
574 """
575 assert find_sql_refs(sql) == {SQLRef(table="inner_table")}
576
577 def test_with_cte(self) -> None:
578 sql = """

Callers

nothing calls this directly

Calls 2

find_sql_refsFunction · 0.90
SQLRefClass · 0.90

Tested by

no test coverage detected