MCPcopy 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
30string 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

ToStringMethod · 0.45

Tested by

no test coverage detected