| 37 | bool isPreviledgedFunction() const override { return getContext()->shouldBlockPrivilegedOperations(); } |
| 38 | bool isVariadic() const override { return true; } |
| 39 | String getName() const override { return name; } |
| 40 | size_t getNumberOfArguments() const override { return 0; } |
| 41 | |
| 42 | bool isDeterministic() const override { return false; } |