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

Method getActions

src/Interpreters/ExpressionAnalyzer.cpp:1958–1962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1956}
1957
1958ExpressionActionsPtr ExpressionAnalyzer::getActions(bool add_aliases, bool remove_unused_result, CompileExpressions compile_expressions)
1959{
1960 return std::make_shared<ExpressionActions>(
1961 getActionsDAG(add_aliases, remove_unused_result), ExpressionActionsSettings(getContext(), compile_expressions), add_aliases && remove_unused_result);
1962}
1963
1964ActionsDAG ExpressionAnalyzer::getConstActionsDAG(const ColumnsWithTypeAndName & constant_inputs)
1965{

Callers 15

getExpressionsMethod · 0.45
getKeyFromASTMethod · 0.45
initExpressionInfoMethod · 0.45
validateMethod · 0.45
getInputOrderImplMethod · 0.45
getInputOrderMethod · 0.45
checkTTLExpressionFunction · 0.45
getTTLFromASTMethod · 0.45

Calls 2

getContextFunction · 0.50

Tested by

no test coverage detected