@Internal public abstract class AggregateWindowField extends java.lang.Object
Represents a field with a window function call in a SQL expression.
| Constructor and Description |
|---|
AggregateWindowField() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
fieldIndex() |
abstract WindowFn<Row,? extends BoundedWindow> |
windowFn() |
public abstract int fieldIndex()
public abstract WindowFn<Row,? extends BoundedWindow> windowFn()