MCPcopy Create free account
hub / github.com/apache/orc / appendStripe

Method appendStripe

java/core/src/java/org/apache/orc/impl/WriterImpl.java:861–870  ·  view source on GitHub ↗
(byte[] stripe, int offset, int length,
                           StripeInformation stripeInfo,
                           OrcProto.StripeStatistics stripeStatistics
                           )

Source from the content-addressed store, hash-verified

859 }
860
861 @Override
862 public void appendStripe(byte[] stripe, int offset, int length,
863 StripeInformation stripeInfo,
864 OrcProto.StripeStatistics stripeStatistics
865 ) throws IOException {
866 appendStripe(stripe, offset, length, stripeInfo,
867 new StripeStatistics[]{
868 new StripeStatisticsImpl(schema, stripeStatistics.getColStatsList(),
869 false, false)});
870 }
871
872 @Override
873 public void appendStripe(byte[] stripe, int offset, int length,

Callers

nothing calls this directly

Calls 14

checkArgumentMethod · 0.95
flushStripeMethod · 0.95
newBuilderMethod · 0.80
getNumberOfRowsMethod · 0.65
getIndexLengthMethod · 0.65
getDataLengthMethod · 0.65
getFooterLengthMethod · 0.65
hasEncryptionStripeIdMethod · 0.65
getEncryptionStripeIdMethod · 0.65
getEncryptedLocalKeysMethod · 0.65
appendRawStripeMethod · 0.65
addStripeStatisticsMethod · 0.65

Tested by

no test coverage detected