Alberic Liu
Alberic Liu
@kgyrtkirk - I have tried this solution to add SqlKind.JSON_OBJECT, and add this as following: ` public static final Set FUNCTION = EnumSet.of(OTHER_FUNCTION, ROW, TRIM, LTRIM, RTRIM, CAST, REVERSE, JDBC_FN,...
@NobiGo @kgyrtkirk @mihaibudiu in Druid the return type of json_object function is ExpressionType.NESTED_DATA, but in Calcite, the return type of json_object is VARCHAR(2000). From current calcite logic, if can not...
@FrankChen021, @kgyrtkirk and @cryptoe i am creating the test case in calcite first, still working on this. After, i will create the test case in druid
> `Bindables` mode hI @kgyrtkirk Thanks for your suggestion, I have switch to SqlStdOperatorTable.JSON_OBJECT May i know what is your idea of SqlStdOperator versions solution?
@kgyrtkirk i have try to add some calcite rule for plan, but it still need to get sqlfunction from rextableimp, i do not have any other work around now, i...
@kgyrtkirk thanks let me know your solution, i will try this week.