Package com.illumon.iris.db.tables.select
package com.illumon.iris.db.tables.select
-
ClassDescriptionMatchPair Factory that accepts final value of either =, <=, or <, > >= and returns a Pair<MatchPair, Table.AsOfMatchRule>.This replaces FormulaTableIterator.Holds a pair of column names.Parses strings of the form "Column" or "Column1=Column2" into a MatchPair (or array of them).Param<T>Variable scope used to resolve parameter values during query execution.A type of RuntimeException thrown when a variable referenced within the
QueryScope
is not defined or, more likely, has not been added to the scope.A factory to createSelectColumn
s from an input expression.A set of constants used to build consistent patterns to process query parameters.Given a user's filter string produce an appropriate SelectFilter instance.A Pair of (Column name, Filter) for use withTable.wouldMatch(String...)
.Parses strings of the form "Column1=expression" into aWouldMatchPair
(or array of them).