Package io.deephaven.api
Class RawString
java.lang.Object
io.deephaven.api.RawString
- All Implemented Interfaces:
Expression
,Filter
An un-parsed string; used for cases where the server has string-parsing that hasn't been structurally represented at
the api layer yet.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.expression.Expression
Expression.Visitor<T>
Nested classes/interfaces inherited from interface io.deephaven.api.filter.Filter
Filter.Visitor<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RawString
public RawString()
-
-
Method Details
-
of
-
value
-
invert
Description copied from interface:Filter
The logical inversion ofthis
. While logically equivalent toFilter.not(this)
, implementations of this method will return more specifically typed inversions where applicable. -
walk
- Specified by:
walk
in interfaceExpression
-
walk
-