public class RowDataRewriter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RowDataRewriter.RewriteMap |
| Constructor and Description |
|---|
RowDataRewriter(org.apache.iceberg.Table table,
boolean caseSensitive,
org.apache.iceberg.io.FileIO io,
org.apache.iceberg.encryption.EncryptionManager encryptionManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.iceberg.DataFile> |
rewriteDataForTasks(org.apache.flink.streaming.api.datastream.DataStream<org.apache.iceberg.CombinedScanTask> dataStream,
int parallelism) |