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

Method isParameterizedView

src/Parsers/ASTCreateQuery.cpp:643–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643bool ASTCreateQuery::isParameterizedView() const
644{
645 if (is_ordinary_view && select && select->hasQueryParameters())
646 return true;
647 return false;
648}
649
650NameToNameMap ASTCreateQuery::getQueryParameters() const
651{

Calls 1

hasQueryParametersMethod · 0.45

Tested by

no test coverage detected