Class QueryLanguageParser.Result

java.lang.Object
io.deephaven.engine.table.impl.lang.QueryLanguageParser.Result
Enclosing class:
QueryLanguageParser

public static class QueryLanguageParser.Result extends Object
  • Method Details

    • getType

      public Class<?> getType()
    • getConvertedExpression

      public String getConvertedExpression()
    • isConstantValueExpression

      public boolean isConstantValueExpression()
    • getVariablesUsed

      public HashSet<String> getVariablesUsed()
    • getPossibleParams

      public Map<String,Object> getPossibleParams()
    • getFormulaShiftColPair

      public Pair<String,Map<Long,List<MatchPair>>> getFormulaShiftColPair()