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

Method getStripeStatistics

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

Get the stripe statistics for all of the columns. @return a list of the statistics for each stripe in the file @since 1.2.0

()

Source from the content-addressed store, hash-verified

766 * @since 1.2.0
767 */
768 List<StripeStatistics> getStripeStatistics() throws IOException;
769
770 /**
771 * Get the stripe statistics from the file.

Callers 15

testHasNullMethod · 0.95
printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
testStripeLevelStatsMethod · 0.95
test1Method · 0.95
metaDataMethod · 0.95
testEncryptMergeMethod · 0.95
TESTFunction · 0.65
printStatisticsFunction · 0.65
TESTFunction · 0.65
TESTFunction · 0.65

Implementers 1

ReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 11

testHasNullMethod · 0.76
testStripeLevelStatsMethod · 0.76
test1Method · 0.76
metaDataMethod · 0.76
testEncryptMergeMethod · 0.76
TESTFunction · 0.52
TESTFunction · 0.52
TESTFunction · 0.52
testReadWriteMethod · 0.52