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