Support parameter ($1
) type inference for LIKE
predicates
#5617
Labels
enhancement
New feature or request
$1
) type inference for LIKE
predicates
#5617
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We are trying to run a query like this:
However the type inference logic in https://github.com/apache/arrow-datafusion/blob/0f6931caa6f8b48e116a8e77e989c404f31f3f8d/datafusion/sql/src/expr/mod.rs#L503
only handles
=
predicatescc @avantgardnerio
Describe the solution you'd like
I would like the type inference logic to handle
LIKE
,NOT LIKE
,ILIKE
andNOT ILIKE
Describe alternatives you've considered
Additional context
Found while implementing FlightSQL (via parameterized queries) in IOx: https://github.com/influxdata/influxdb_iox/pull/7213
The text was updated successfully, but these errors were encountered: