iam using JAVA as lex:
Class.forName("org.apache.calcite.jdbc.Driver");
info = new Properties();
info.setProperty("lex", "JAVA");
connection = DriverManager.getConnection("jdbc:calcite:model/model.json",
info);
no other changes from default...
thank you
P.S: next time i will reply right ;-)
Von meinem iPad gesendet
