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

Function isCompilableConstant

src/Interpreters/ExpressionJIT.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340static bool isCompilableConstant(const ActionsDAG::Node & node)
341{
342 return node.column && canBeNativeType(*node.result_type);
343}
344
345static const ActionsDAG::Node * removeAliasIfNecessary(const ActionsDAG::Node * node)
346{

Callers 2

getCompilableDAGFunction · 0.85
compileFunctionsMethod · 0.85

Calls 1

canBeNativeTypeFunction · 0.50

Tested by

no test coverage detected