Class Count

  • All Implemented Interfaces:
    Aggregate

    public class Count
    extends java.lang.Object
    implements Aggregate
    • Constructor Summary

      Constructors 
      Constructor Description
      Count()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Object column)  
      java.lang.Object getResult()  
      • Methods inherited from class java.lang.Object

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

      • Count

        public Count()
    • Method Detail

      • execute

        public void execute​(java.lang.Object column)
        Specified by:
        execute in interface Aggregate
      • getResult

        public java.lang.Object getResult()
        Specified by:
        getResult in interface Aggregate