| 32 | static FunctionPtr create(ContextPtr) { return std::make_shared<FunctionArrayUniq>(); } |
| 33 | |
| 34 | String getName() const override { return name; } |
| 35 | |
| 36 | bool isVariadic() const override { return true; } |
| 37 | size_t getNumberOfArguments() const override { return 0; } |
no outgoing calls
no test coverage detected