| 164 | void resolveAsFunction(FunctionBasePtr function_value); |
| 165 | |
| 166 | void resolveAsFunction(const FunctionOverloadResolverPtr & resolver) |
| 167 | { |
| 168 | resolveAsFunction(resolver->build(getArgumentColumns())); |
| 169 | } |
| 170 | |
| 171 | /** Resolve function node as aggregate function. |
| 172 | * It is important that function name is updated with resolved function name. |