Commit Graph

1 Commits (2feeff3a09fc809b7f9e8714adebeb11eee0655e)

Author SHA1 Message Date
Onder Kalaci 2feeff3a09 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-23 15:55:49 +03:00