Package io.deephaven.engine.table
Class WouldMatchPair
java.lang.Object
io.deephaven.engine.table.WouldMatchPair
A Pair of (Column name, Filter) for use with
Table.wouldMatch(String...)
.-
Field Summary
-
Constructor Summary
ConstructorDescriptionWouldMatchPair
(String columnName, Filter filter) Create a WouldMatchPair from a column name andFilter
.WouldMatchPair
(String columnName, String expression) Create a SelectPair from a column name and expression. -
Method Summary
-
Field Details
-
ZERO_LENGTH_WOULD_MATCH_PAIR_ARRAY
-
-
Constructor Details
-
WouldMatchPair
Create a SelectPair from a column name and expression.- Parameters:
columnName
- the name of the resultant columnexpression
- the expression to populate the column
-
WouldMatchPair
Create a WouldMatchPair from a column name andFilter
.- Parameters:
columnName
- the name of the resultant columnfilter
- the filter to populate the column- See Also:
-
-
Method Details