Commit Graph

1 Commits (66523b4da16dbb54f88c8c56e7c648618baeeb0b)

Author SHA1 Message Date
Onder Kalaci 66523b4da1 Support JSON_TABLE on PG 15
Postgres supports JSON_TABLE feature on PG 15.

We treat JSON_TABLE the same as correlated functions (e.g., recurring tuples).
In the end, for multi-shard JSON_TABLE commands, we apply the same
restrictions as reference tables (e.g., cannot be in the outer part of
an outer join etc.)
2022-08-17 20:46:51 +03:00