Class AggregationFunction

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AggregationFunction​(@NonNull org.apache.commons.lang3.tuple.Pair<java.time.Duration,​java.time.Duration> timeWindowExpansion)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NonNull org.apache.commons.lang3.tuple.Pair<java.time.Duration,​java.time.Duration> getTimeWindowExpansion()  
      • Methods inherited from class java.lang.Object

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

      • VALUE_COLUMN_NAME

        protected static final java.lang.String VALUE_COLUMN_NAME
        See Also:
        Constant Field Values
      • TIMESTAMP_COLUMN_NAME

        protected static final java.lang.String TIMESTAMP_COLUMN_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • AggregationFunction

        protected AggregationFunction​(@NonNull
                                      @NonNull org.apache.commons.lang3.tuple.Pair<java.time.Duration,​java.time.Duration> timeWindowExpansion)
    • Method Detail

      • getTimeWindowExpansion

        @NonNull
        public @NonNull org.apache.commons.lang3.tuple.Pair<java.time.Duration,​java.time.Duration> getTimeWindowExpansion()