Package org.apache.iceberg
Interface RewriteTablePathUtil.PositionDeleteReaderWriter
- All Superinterfaces:
Serializable
- Enclosing class:
- RewriteTablePathUtil
Class providing engine-specific methods to read and write position delete files.
-
Method Summary
Modifier and TypeMethodDescriptionreader
(InputFile inputFile, FileFormat format, PartitionSpec spec) writer
(OutputFile outputFile, FileFormat format, PartitionSpec spec, StructLike partition, Schema rowSchema)
-
Method Details
-
reader
-
writer
PositionDeleteWriter<Record> writer(OutputFile outputFile, FileFormat format, PartitionSpec spec, StructLike partition, Schema rowSchema) throws IOException - Throws:
IOException
-