| Package | Description |
|---|---|
| com.facebook.presto.spi.function |
| Modifier and Type | Field and Description |
|---|---|
protected WindowIndex |
ValueWindowFunction.windowIndex |
protected WindowIndex |
RankingWindowFunction.windowIndex |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowFunction.reset(WindowIndex windowIndex)
Reset state for a new partition (including the first one).
|
void |
ValueWindowFunction.reset(WindowIndex windowIndex) |
void |
RankingWindowFunction.reset(WindowIndex windowIndex) |
Copyright © 2012–2019. All rights reserved.