JSON(B) Support like in Postgres

2018-12-29 Thread Julian Feinauer
Hi all, we use Postgres a lot and make heavy use of the JSONB datatype [1]. Is there support for something similar in Calcite? If so, can someone point me to the docs as I’ve not found anything in the list of builtin functions. There are several reasons why it would be cool for us to have Calcit

Re: JSON(B) Support like in Postgres

2018-12-29 Thread Julian Feinauer
Hey Hongze, thanks for your response. I'm not sure if it would be the right way to overwrite the Built-In Functions in Calcite (or disable them). I thought about translating them to different Postgres calls, i.e., implement a suitable Postgres Adapter that Maps Calcites Built-in functions to pos