Class AggregateDataCount


  • final class AggregateDataCount
    extends AggregateData
    Data stored while calculating a COUNT aggregate.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean all  
      private long count  
    • Constructor Summary

      Constructors 
      Constructor Description
      AggregateDataCount​(boolean all)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(SessionLocal session, Value v)
      Add a value to this aggregate.
      (package private) Value getValue​(SessionLocal session)
      Get the aggregate result.
      • Methods inherited from class java.lang.Object

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

      • all

        private final boolean all
      • count

        private long count
    • Constructor Detail

      • AggregateDataCount

        AggregateDataCount​(boolean all)