Julian Hyde

Results 15 issues of Julian Hyde

I have just started using geometry-api-java in Apache Calcite and I have some questions. Is there a forum or mailing list to ask them? The [contributing guidelines](https://github.com/esri/contributing) don't mention one.

question

A user commented 'I was surprised to discover that I needed the "" around the table name'. The tutorial https://github.com/julianhyde/optiq-csv/blob/master/TUTORIAL.md should have a discussion of Optiq's lexical conventions, how to...

Add an object model for Quidem. This will allow applications to parse a Quidem file into a sequence of commands and sections, process those elements, and write out a new...

The following script gives an error: ``` sql select job, sum(sal) as sum_sal, deptno from "scott".emp where deptno = 10 group by deptno, job; +-----------+---------+--------+ | JOB | SUM_SAL |...

Add a `slowcat` utility. On basic files, `slowcat` does the same as `cat`. For instance: * `slowcat file1 file2` prints the contents of `file1`, then `file2`, to stdout * `slowcat`...

The `promptscript` property, added in #278, is broken in JDK 15 and higher. The implementation requires the Nashorn JavaScript engine, which was [removed in JDK 15](https://openjdk.java.net/jeps/372). The error is as...

Maybe this has been discussed already and I've missed it/forgotten it, but would it be possible to create a variant of xmondrian that embeds Mondrian 4? My colleagues report that...

enhancement
help wanted