Uses of Interface
io.trino.spi.function.WindowIndex
Packages that use WindowIndex
-
Uses of WindowIndex in io.trino.spi.function
Fields in io.trino.spi.function declared as WindowIndexModifier and TypeFieldDescriptionprotected WindowIndexRankingWindowFunction.windowIndexprotected WindowIndexValueWindowFunction.windowIndexMethods in io.trino.spi.function with parameters of type WindowIndexModifier and TypeMethodDescriptionvoidWindowAccumulator.addInput(WindowIndex index, int startPosition, int endPosition) Add the specified positions to the accumulator.default booleanWindowAccumulator.removeInput(WindowIndex index, int startPosition, int endPosition) Remove the specified positions from the accumulator.final voidRankingWindowFunction.reset(WindowIndex windowIndex) final voidValueWindowFunction.reset(WindowIndex windowIndex) voidWindowFunction.reset(WindowIndex windowIndex) Reset state for a new partition (including the first one).