Package io.deephaven.api.filter
package io.deephaven.api.filter
-
ClassDescriptionRepresents an evaluate-able filter.Evaluates to true based on the specific
operator
applied to theleft-hand side
andright-hand side
expressions
.Evaluates to true whenFilterIn.expression()
is equal to any value inFilterIn.values()
.A filter based on a regular-expressionPattern
, compatible with any column types that are compatible withCharSequence
.The pattern mode