Package io.deephaven.api.expression
package io.deephaven.api.expression
-
ClassDescriptionRepresents an evaluate-able expression structure.An unchecked exception indicating a problem with a parsed expression, for example in
TableOperations.where(String...)
orTableOperations.update(String...)
.ExpressionFactory<TYPE>ExpressionParser<TYPE>A parser that will try a set ofExpressionFactory
s and attempt to parse the expression until one of them succeeds.Represents a function call.Represents a method call.A set of constants used to build consistent patterns to process query parameters.