rbasralian

Results 16 issues of 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 -...

feature request
core
java-client
python-client

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...

feature request
triage
python

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...

DocumentationNeeded
ReleaseNotesNeeded

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...

feature request
grpc

It would be helpful if datetime columns had tooltips that showed the complete date and time: ![image](https://user-images.githubusercontent.com/9516585/173668983-b7bdeea4-e189-444c-89cd-2b2737511ddd.png)

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

feature request
triage

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.

feature request
core