alamb commented on issue #9899: URL: https://github.com/apache/arrow-datafusion/issues/9899#issuecomment-2035654958
Hi @seddonm1 👋 > Sorry for the location and possibly dumb question, but shouldn't all functions be exported here: https://github.com/apache/arrow-datafusion/blob/main/datafusion/functions/src/unicode/mod.rs#L138 Yes that is the intention > > I am probably using the library incorrectly but (for example) `LENGTH` will not be registered by the central context here: > > https://github.com/apache/arrow-datafusion/blob/2f550032140d42d1ee6d8ed86f7790766fa7302e/datafusion/core/src/execution/context/mod.rs#L1450 I think `length` is registered as an alias of `character_length` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
