Class CustomSum


  • public final class CustomSum
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void combine​(io.prestosql.operator.aggregation.state.NullableLongState state, io.prestosql.operator.aggregation.state.NullableLongState otherState)  
      static void input​(io.prestosql.operator.aggregation.state.NullableLongState state, long value)  
      static void output​(io.prestosql.operator.aggregation.state.NullableLongState state, io.prestosql.spi.block.BlockBuilder out)  
      • Methods inherited from class java.lang.Object

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

      • input

        public static void input​(io.prestosql.operator.aggregation.state.NullableLongState state,
                                 long value)
      • combine

        public static void combine​(io.prestosql.operator.aggregation.state.NullableLongState state,
                                   io.prestosql.operator.aggregation.state.NullableLongState otherState)
      • output

        public static void output​(io.prestosql.operator.aggregation.state.NullableLongState state,
                                  io.prestosql.spi.block.BlockBuilder out)