rbasralian
rbasralian
That sound reasonable to me. I would slightly prefer `columns_dict` over `dict_columns` because that would be more in line with the Java method names: ```java public List> getColumnNameMap() ```
I had the Deephaven version in mind, but I certainly wouldn't object to more versions (e.g. gRPC version, Barrage version, and anything else that could be useful).
Predicate pushdown should also handle columns known to be sorted. E.g. if you know a column is sorted by timestamp, you can filter that column using a binary search instead...
The only explicit request from the customer is to publish jars for what currently exists (that is what we have advertised as existing, and since it is all that exists,...
Related to #3002
There are some very common methods (e.g. `Double.parseDouble()`, `Double.valueOf()`) that seem like they should be whitelisted by default but apparently are not: ```User expressions are not permitted to use method...