mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
![]() This introduces support for ILIKE and NOT ILIKE. ILIKE is the case-insensitive variant of LIKE. Systems such as Postgres, Redshift, and Snowflake provide this variant.[1][2][3] [1] https://www.postgresql.org/docs/7.3/functions-matching.html [2] https://docs.aws.amazon.com/redshift/latest/dg/r_patternmatching_condition_like.html [3] https://docs.snowflake.com/en/sql-reference/functions/ilike.html |
||
---|---|---|
.. | ||
queries/tpch | ||
test_utils | ||
sqlparser_common.rs | ||
sqlparser_hive.rs | ||
sqlparser_mssql.rs | ||
sqlparser_mysql.rs | ||
sqlparser_postgres.rs | ||
sqlparser_regression.rs | ||
sqlparser_snowflake.rs | ||
sqlparser_sqlite.rs |