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

Method getStripes

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

Get the list of stripes. @return the information about the stripes in order @since 1.1.0

()

Source from the content-addressed store, hash-verified

117 * @since 1.1.0
118 */
119 List<StripeInformation> getStripes();
120
121 /**
122 * Get the length of the file.

Implementers 1

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

Calls

no outgoing calls