Commits


Weston Pace authored and GitHub committed a9552d1825a
GH-34122: [C++] Allow calling function registry functions without requiring a Substrait mapping (#34288) This introduces the special URI `urn:arrow:substrait_simple_extension_function` which can be interpreted as "just call a function from the Arrow function registry by name". It should only be used in plans where the consumer is Acero as these plans will not likely make any sense elsewhere. * Closes: #34122 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>