MCPcopy Index your code
hub / github.com/apache/orc / writeMetadata

Method writeMetadata

java/core/src/java/org/apache/orc/impl/WriterImpl.java:623–627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621 }
622
623 private void writeMetadata() throws IOException {
624 // The physical writer now has the stripe statistics, so we pass a
625 // new builder in here.
626 physicalWriter.writeFileMetadata(OrcProto.Metadata.newBuilder());
627 }
628
629 private long writePostScript() throws IOException {
630 OrcProto.PostScript.Builder builder =

Callers 1

writeFooterMethod · 0.95

Calls 2

newBuilderMethod · 0.80
writeFileMetadataMethod · 0.65

Tested by

no test coverage detected