Class WouldMatchPairFactory
java.lang.Object
io.deephaven.engine.table.impl.select.WouldMatchPairFactory
Parses strings of the form "Column1=expression" into a
WouldMatchPair
(or array of them).-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WouldMatchPair
getExpression
(String match) static WouldMatchPair[]
getExpressions
(String... matches) static WouldMatchPair[]
getExpressions
(Collection<String> matches)
-
Constructor Details
-
WouldMatchPairFactory
public WouldMatchPairFactory()
-
-
Method Details
-
getExpression
-
getExpressions
-
getExpressions
-