Interface LongDecimalWithOverflowState

All Superinterfaces:
AccumulatorState
All Known Implementing Classes:
LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState, LongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState

public interface LongDecimalWithOverflowState extends AccumulatorState
  • Method Details

    • isNotNull

      boolean isNotNull()
    • setNotNull

      void setNotNull()
    • getDecimalArray

      long[] getDecimalArray()
    • getDecimalArrayOffset

      int getDecimalArrayOffset()
    • getOverflow

      long getOverflow()
    • setOverflow

      void setOverflow(long overflow)
    • addOverflow

      void addOverflow(long overflow)