findFunction
open fun VirtualTableFindFunctionScope.findFunction(name: String, argumentCount: Int): ScalarFunction?(source)
Returns a ScalarFunction that overrides the global one identified by name and argumentCount. If the function should not be overridden, then null is returned.