| Class | Description |
|---|---|
| DeduplicateFunctionHelper |
Utility for deduplicate function.
|
| ProcTimeDeduplicateKeepFirstRowFunction |
This function is used to deduplicate on keys and keeps only first row.
|
| ProcTimeDeduplicateKeepLastRowFunction |
This function is used to deduplicate on keys and keeps only last row.
|
| ProcTimeMiniBatchDeduplicateKeepFirstRowFunction |
This function is used to get the first row for every key partition in miniBatch mode.
|
| ProcTimeMiniBatchDeduplicateKeepLastRowFunction |
This function is used to get the last row for every key partition in miniBatch mode.
|
| RowTimeDeduplicateFunction |
This function is used to deduplicate on keys and keeps only first or last row on row time.
|
| RowTimeMiniBatchDeduplicateFunction |
This function is used to get the first or last row for every key partition in miniBatch mode.
|
| RowTimeMiniBatchLatestChangeDeduplicateFunction |
This function is used to get the first or last row for every key partition in miniBatch mode.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.