Lordworms commented on issue #10861: URL: https://github.com/apache/datafusion/issues/10861#issuecomment-2161228765
> > +1 to adding the function into DataFusion (+ the relevant mapping into Substrait) if it doesn't exist yet. > > Seems like Arrow has a `contains` function but I cannot find it in DataFusion so maybe it doesn't indeed exist yet, dunno if the Arrow version can somehow be easily used? > > I didn't see the function in DataFusion either. I also couldn't find it in Arrow, at least not under any compute function. <img width="791" alt="image" src="https://github.com/apache/datafusion/assets/48054792/0915aa1f-656f-4fc6-8689-570f2f5e9e45"> I think DuckDB got a similar function, let me know if it is ok for me to implement similar behavior like this -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
