public class NoHivePhysicalWriterImpl extends PhysicalWriterImpl
writer
Constructor and Description |
---|
NoHivePhysicalWriterImpl(FSDataOutputStream out,
org.apache.orc.OrcFile.WriterOptions opts) |
Modifier and Type | Method and Description |
---|---|
protected void |
writeFileFooter(org.apache.orc.OrcProto.Footer footer) |
protected void |
writeMetadata(org.apache.orc.OrcProto.Metadata metadata) |
protected void |
writeStripeFooter(org.apache.orc.OrcProto.StripeFooter footer) |
appendRawStripe, close, createDataStream, finalizeStripe, flush, getCompressionCodec, getFileBytes, writeBloomFilter, writeFileFooter, writeFileMetadata, writeHeader, writeIndex, writePostScript
public NoHivePhysicalWriterImpl(FSDataOutputStream out, org.apache.orc.OrcFile.WriterOptions opts) throws IOException
IOException
protected void writeMetadata(org.apache.orc.OrcProto.Metadata metadata) throws IOException
writeMetadata
in class PhysicalWriterImpl
IOException
protected void writeFileFooter(org.apache.orc.OrcProto.Footer footer) throws IOException
writeFileFooter
in class PhysicalWriterImpl
IOException
protected void writeStripeFooter(org.apache.orc.OrcProto.StripeFooter footer) throws IOException
writeStripeFooter
in class PhysicalWriterImpl
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.