Commits


rtpsw authored and GitHub committed 4ade394a7a0
ARROW-16677: [C++] Support nesting of function registries (#13252) Currently, only a default function-registry is supported. Modifying this registry has global effects, which is often undesirable. Support for nesting function-registries will provide scoping for such modifications. Authored-by: Yaron Gvili <rtpsw@hotmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>