Julian Hyde

Results 15 issues of Julian Hyde

It would be useful if Quidem had a way to mask out results. For example, the following test (from [CALCITE-6021](https://issues.apache.org/jira/browse/CALCITE-6021)) calls the `CURRENT_DATETIME` function, which returns a value that has...

DuckDB has a nice output format (which it calls 'duckbox mode') that uses [Unicode 'box drawing' characters](https://en.wikipedia.org/wiki/Box-drawing_character). Example: ``` !set outputformat mysql SELECT deptno, ename FROM Emp WHERE ename =...

My projects linq4j and optiq need to generate and execute Java, so I created some code similar to brennus. See the net.hydromatic.linq4j.expressions package: https://github.com/julianhyde/linq4j/tree/master/src/main/java/net/hydromatic/linq4j/expressions There are some differences; I use...

Nice project! I started this a year or two ago (see https://github.com/julianhyde/tpcds) but never got the data generators working. Thanks for finishing it! I'm planning to use from within Apache...