How to rewrite a where clause using Calcite?

前端 未结 0 1877
盖世英雄少女心
盖世英雄少女心 2021-01-23 17:11

How to rewrite a where clause using Calcite?

Input: select * from table where col1=\'foo\' and col2=5 or col3 in (my_view.col7)

want to r

相关标签:
回答
  • 消灭零回复
提交回复
热议问题