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

Method preStripeWrite

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

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

(WriterContext context)

Source from the content-addressed store, hash-verified

405 * @throws IOException if there is an error
406 */
407 void preStripeWrite(WriterContext context) throws IOException;
408 /**
409 * A callback before the footer is written.
410 * @param context the writer context

Callers 1

flushStripeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected