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

Method preFooterWrite

java/core/src/java/org/apache/orc/OrcFile.java:413–413  ·  view source on GitHub ↗

A callback before the footer is written. @param context the writer context @throws IOException if there is an error

(WriterContext context)

Source from the content-addressed store, hash-verified

411 * @throws IOException if there is an error
412 */
413 void preFooterWrite(WriterContext context) throws IOException;
414 }
415
416 public enum BloomFilterVersion {

Callers 2

closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected