Package org.apache.iceberg.flink.source
Class RowDataRewriter
java.lang.Object
org.apache.iceberg.flink.source.RowDataRewriter
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionRowDataRewriter
(Table table, boolean caseSensitive, FileIO io, EncryptionManager encryptionManager) -
Method Summary
Modifier and TypeMethodDescriptionrewriteDataForTasks
(org.apache.flink.streaming.api.datastream.DataStream<CombinedScanTask> dataStream, int parallelism)
-
Constructor Details
-
RowDataRewriter
public RowDataRewriter(Table table, boolean caseSensitive, FileIO io, EncryptionManager encryptionManager)
-
-
Method Details
-
rewriteDataForTasks
public List<DataFile> rewriteDataForTasks(org.apache.flink.streaming.api.datastream.DataStream<CombinedScanTask> dataStream, int parallelism) throws Exception - Throws:
Exception
-