fbx31 opened a new issue, #15866: URL: https://github.com/apache/datafusion/issues/15866
### Describe the bug In documentation, it's said: datafusion::functions::expr_fn Function contains pub fn contains() -> Expr Return true if **search_string** is found within string. But obviously, this function is not accepting any parameter ! Or I missed something ? ### To Reproduce `contains(e, pattern:)` _-> Ruyst analyser complains: expected 0 arguments, found 2_ ### Expected behavior `contains(e, pattern)` _-> to compile successfully_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org