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