Interface ListaggAggregationState

    • Method Detail

      • setSeparator

        void setSeparator​(io.airlift.slice.Slice separator)
      • getSeparator

        io.airlift.slice.Slice getSeparator()
      • setOverflowFiller

        void setOverflowFiller​(io.airlift.slice.Slice overflowFiller)
      • getOverflowFiller

        io.airlift.slice.Slice getOverflowFiller()
      • setOverflowError

        void setOverflowError​(boolean overflowError)
      • isOverflowError

        boolean isOverflowError()
      • setShowOverflowEntryCount

        void setShowOverflowEntryCount​(boolean showOverflowEntryCount)
      • showOverflowEntryCount

        boolean showOverflowEntryCount()
      • add

        void add​(Block block,
                 int position)
      • isEmpty

        boolean isEmpty()
      • getEntryCount

        int getEntryCount()
      • reset

        default void reset()