| AbstractSyncStateTopNFunction |
Base class for TopN Function with sync state api.
|
| AbstractTopNFunction |
Base class for TopN Function.
|
| AbstractTopNFunction.AbstractTopNHelper |
An abstract helper to do the logic Top-n used for all top-n functions.
|
| AppendOnlyFirstNFunction |
|
| AppendOnlyTopNFunction |
A TopN function could handle insert-only stream.
|
| ComparableRecordComparator |
|
| ConstantRankRange |
rankStart and rankEnd are inclusive, rankStart always start from one.
|
| ConstantRankRangeWithoutEnd |
ConstantRankRangeWithoutEnd is a RankRange which not specify RankEnd.
|
| FastTop1Function |
|
| RetractableTopNFunction |
A TopN function could handle updating stream.
|
| TopNBuffer |
TopNBuffer stores mapping from sort key to records list, sortKey is RowData type, each record is
RowData type.
|
| TopNBufferCacheRemovalListener<V> |
A common cache removal listener for rank node.
|
| UpdatableTopNFunction |
A TopN function could handle updating stream.
|
| VariableRankRange |
changing rank limit depends on input.
|