MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / parseArguments

Method parseArguments

src/TableFunctions/TableFunctionURL.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void TableFunctionURL::parseArguments(const ASTPtr & ast, ContextPtr context)
54{
55 /// Clone ast function, because we can modify it's arguments like removing headers.
56 ITableFunctionFileLike::parseArguments(ast->clone(), context);
57}
58
59void TableFunctionURL::parseArgumentsImpl(ASTs & args, const ContextPtr & context)
60{

Callers 1

getMethod · 0.45

Calls 2

parseArgumentsFunction · 0.50
cloneMethod · 0.45

Tested by

no test coverage detected