As part of #3441, the structures around io.deephaven.api.expression.Expression, io.deephaven.api.filter.Filter, and io.deephaven.api.literal.Literal will be updated to be more inclusive of the types of mappings expected from SQL. Given that the SQL support is currently server-side only, the gRPC translation of these structures was separated out.
As part of #3441, the structures around
io.deephaven.api.expression.Expression,io.deephaven.api.filter.Filter, andio.deephaven.api.literal.Literalwill be updated to be more inclusive of the types of mappings expected from SQL. Given that the SQL support is currently server-side only, the gRPC translation of these structures was separated out.