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

Method getStatistics

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

Get the statistics about the columns in the file. @return the information about the column @since 1.1.0

()

Source from the content-addressed store, hash-verified

131 * @since 1.1.0
132 */
133 ColumnStatistics[] getStatistics();
134
135 /**
136 * Get the type of rows in this ORC file.

Implementers 1

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

Calls

no outgoing calls