Class GroupByVisitor.GroupByRawResult

  • Enclosing class:
    GroupByVisitor

    public static class GroupByVisitor.GroupByRawResult
    extends Object
    Helper class that should be used by optimizations to set the results.
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupByRawResult​(List<Object> groupByValues, Object visitorsValue)  
    • Method Summary

      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupByRawResult

        public GroupByRawResult​(List<Object> groupByValues,
                                Object visitorsValue)