rumble
rumble copied to clipboard
Refactor BuiltinFunctionsCatalog with enums
We have a bunch of static final class objects in BuiltinFunctions Catalog. It looks like defining an Enum type for these would be fitting and it would simplify the code.