Class AjMatchPairFactory
java.lang.Object
com.illumon.iris.db.tables.select.AjMatchPairFactory
public class AjMatchPairFactory extends Object
MatchPair Factory that accepts final value of either =, <=, or <, > >= and returns a Pair<MatchPair, Table.AsOfMatchRule>.
-
Constructor Summary
Constructors Constructor Description AjMatchPairFactory()
-
Method Summary
Modifier and Type Method Description static com.fishlib.base.Pair<MatchPair,Table.AsOfMatchRule>
getExpression(boolean reverse, String match)
static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule>
getExpressions(boolean reverse, String... matches)
static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule>
getExpressions(boolean reverse, Collection<String> matches)
-
Constructor Details
-
AjMatchPairFactory
public AjMatchPairFactory()
-
-
Method Details
-
getExpression
public static com.fishlib.base.Pair<MatchPair,Table.AsOfMatchRule> getExpression(boolean reverse, String match) -
getExpressions
public static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule> getExpressions(boolean reverse, String... matches) -
getExpressions
public static com.fishlib.base.Pair<MatchPair[],Table.AsOfMatchRule> getExpressions(boolean reverse, Collection<String> matches)
-