Class DBLanguageParser.Result

java.lang.Object
com.illumon.iris.db.tables.lang.DBLanguageParser.Result
Enclosing class:
DBLanguageParser

public static class DBLanguageParser.Result extends Object
  • Method Details

    • getType

      public Class getType()
    • getConvertedExpression

      public String getConvertedExpression()
    • isConstantValueExpression

      public boolean isConstantValueExpression()
    • isImmutableExpression

      public boolean isImmutableExpression()
    • getVariablesUsed

      public HashSet<String> getVariablesUsed()
    • getFormulaShiftColPair

      public com.fishlib.base.Pair<String,Map<Long,List<MatchPair>>> getFormulaShiftColPair()