alamb commented on issue #9102:
URL: 
https://github.com/apache/arrow-datafusion/issues/9102#issuecomment-1922247774

   DataFusion also has `Expr::Like` but that implements the `%` SQL type 
matching
   
   Also potentially interesting is that we have a version of this function in 
InfluxDB: 
   
   
https://github.com/influxdata/influxdb/blob/ff567cd33f6f9c42a4e24e9c93d1799d1a8f4461/query_functions/src/regex.rs#L22-L121
   
   (though that one is designed to match the behavior of the Go regexp library)
   


-- 
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]

Reply via email to