Class NoHivePhysicalWriterImpl
- java.lang.Object
-
- org.apache.flink.orc.writer.PhysicalWriterImpl
-
- org.apache.flink.orc.nohive.writer.NoHivePhysicalWriterImpl
-
- All Implemented Interfaces:
org.apache.orc.PhysicalWriter
public class NoHivePhysicalWriterImpl extends org.apache.flink.orc.writer.PhysicalWriterImplProtobuf is relocated in orc-core-nohive, therefore method calls involving PB classes need to use the relocated class names here.
-
-
Constructor Summary
Constructors Constructor Description NoHivePhysicalWriterImpl(org.apache.flink.core.fs.FSDataOutputStream out, org.apache.orc.OrcFile.WriterOptions opts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteFileFooter(org.apache.orc.OrcProto.Footer footer)protected voidwriteMetadata(org.apache.orc.OrcProto.Metadata metadata)protected voidwriteStripeFooter(org.apache.orc.OrcProto.StripeFooter footer)
-
-
-
Constructor Detail
-
NoHivePhysicalWriterImpl
public NoHivePhysicalWriterImpl(org.apache.flink.core.fs.FSDataOutputStream out, org.apache.orc.OrcFile.WriterOptions opts) throws IOException- Throws:
IOException
-
-
Method Detail
-
writeMetadata
protected void writeMetadata(org.apache.orc.OrcProto.Metadata metadata) throws IOException- Overrides:
writeMetadatain classorg.apache.flink.orc.writer.PhysicalWriterImpl- Throws:
IOException
-
writeFileFooter
protected void writeFileFooter(org.apache.orc.OrcProto.Footer footer) throws IOException- Overrides:
writeFileFooterin classorg.apache.flink.orc.writer.PhysicalWriterImpl- Throws:
IOException
-
writeStripeFooter
protected void writeStripeFooter(org.apache.orc.OrcProto.StripeFooter footer) throws IOException- Overrides:
writeStripeFooterin classorg.apache.flink.orc.writer.PhysicalWriterImpl- Throws:
IOException
-
-