rbasralian
rbasralian
It should be possible to use multiJoin from the JS, Java, and Python client APIs. (Others too, but those should be the priorities.) - [x] #5883 - [x] #5884 -...
In Python we no equivalent to `.getDefinition().getColumn("MyColumn")` in Java, so it's a pain if you have a question like "what is the data type of `MyColumn`?" or "Is `MyColumn` a...
Adds utilities to make it easier to pull data from a table. There is a `KeyedRecordAdapter` that leverages the ToMapListener to allow pulling data by key (e.g. USym): ```java final...
When a client connects, the server should log the client's version number. (This will be very helpful for debugging, especially in environments with multiple clients who may not have pulled...
It would be helpful if datetime columns had tooltips that showed the complete date and time: 
It would be great if you could see a table's metadata (`.getMeta()/`.meta_table`) just by clicking around in the UI, e.g. from right-clicking on the column headers or from the "Table...
It would be really convenient if the UI theme switched based on whether the system is in light vs. dark mode. Like GitHub does when "theme mode" is set to...
ZonedDateTimes should be displayed with their defined time zone, not the UI global default (or at least there should be an option to do so). Users can get confused that...
For the [TailInitializationFilter](https://deephaven.io/core/javadoc/io/deephaven/engine/table/impl/util/TailInitializationFilter.html), it would be more helpful in many cases to take the tail of the table starting at a specific timestamp, rather than starting at some period from...
We should publish the jars from the [benchmark](https://github.com/deephaven/benchmark/) repo as part of our release process, so that customers can use the same tooling to build their own benchmarks.