| Package | Description |
|---|---|
| org.apache.flink.table.runtime.functions | |
| org.apache.flink.table.runtime.operators.over | |
| org.apache.flink.table.runtime.operators.rank |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyedProcessFunctionWithCleanupState<K,IN,OUT>
A function that processes elements of a stream, and could cleanup state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRowTimeUnboundedPrecedingOver<K>
A basic implementation to support unbounded event-time over-window.
|
class |
ProcTimeRowsBoundedPrecedingFunction<K>
Process Function for ROW clause processing-time bounded OVER window.
|
class |
ProcTimeUnboundedPrecedingFunction<K>
Process Function for processing-time unbounded OVER window.
|
class |
RowTimeRangeUnboundedPrecedingFunction<K>
A ProcessFunction to support unbounded RANGE window.
|
class |
RowTimeRowsBoundedPrecedingFunction<K>
Process Function for ROWS clause event-time bounded OVER window.
|
class |
RowTimeRowsUnboundedPrecedingFunction<K>
A ProcessFunction to support unbounded ROWS window.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopNFunction
Base class for TopN Function.
|
class |
AppendOnlyTopNFunction
A TopN function could handle insert-only stream.
|
class |
RetractableTopNFunction
A TopN function could handle updating stream.
|
class |
UpdatableTopNFunction
A TopN function could handle updating stream.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.