Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ ToSQL
Method
ToSQL
src/function/table_macro_function.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
string TableMacroFunction::ToSQL() const {
31
return MacroFunction::ToSQL() + StringUtil::Format(
"TABLE (%s)"
, query_node->ToString());
32
}
33
34
} // namespace duckdb
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected