deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

Allow Filter to be supplied as Expression for SelectColumn. #6364

Open cpwright opened 1 week ago

cpwright commented 1 week ago

As a developer, I want to pass a Filter into the updateView method so that I can have a column that behaves as if it were a wouldMatch operation, but only lazily computed rather than actually compute the Filter over all of the rows in the table.