forked from github/dataease
feat: 启用calcite运算符表
This commit is contained in:
parent
2d931cde47
commit
bae30bb60f
@ -221,6 +221,7 @@ public class CalciteProvider {
|
||||
registerDriver();
|
||||
Properties info = new Properties();
|
||||
info.setProperty("lex", "JAVA");
|
||||
info.setProperty("fuc", "all");
|
||||
info.setProperty("caseSensitive", "false");
|
||||
info.setProperty("remarks", "true");
|
||||
info.setProperty("parserFactory", "org.apache.calcite.sql.parser.impl.SqlParserImpl#FACTORY");
|
||||
|
Loading…
Reference in New Issue
Block a user