Package io.deephaven.api
Class RawString
java.lang.Object
io.deephaven.api.RawString
- All Implemented Interfaces:
ConcurrencyControl<Filter>,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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.api.filter.Filter
withDeclaredBarriers, withRespectedBarriers, withSerial
-
Constructor Details
-
RawString
public RawString()
-
-
Method Details
-
of
-
value
-
invert
Description copied from interface:FilterThe logical inversion ofthis. While logically equivalent toFilter.not(this), implementations of this method will return more specifically typed inversions where applicable. -
walk
- Specified by:
walkin interfaceExpression
-
walk
-