Package io.deephaven.server.table.ops.filter
package io.deephaven.server.table.ops.filter
-
ClassDescriptionRewrite any IN-type expression into its corresponding EQUALS if the left side is not a reference or if the right side does have a reference.Enforces that all IN-type expressions have a reference on the left side and only literals on the right side.Rewrites logical expressions into an actual version that does what would be expected.Any AND nested within another AND or OR nested within another OR should be flattened into just a single level.Tools to create filter conditionsNormalizes expressions, with the goal of removing as many as possible and simplifying the expression tree.