AngersZhuuuu commented on pull request #30243:
URL: https://github.com/apache/spark/pull/30243#issuecomment-729400441
> @AngersZhuuuu, do you know if other DBMSes support this expressions?
PostgresSQL support `@>` and `<@`
https://www.postgresql.org/docs/12/functions-array.html
Presto support similar function `contains_subarray `
https://github.com/prestosql/presto/pull/5593/
ChickHouse support `hasAll` function
https://clickhouse.tech/docs/en/sql-reference/functions/array-functions/
keep searching
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]