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