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

Method getSchema

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

Get the type of rows in this ORC file. @since 1.1.0

()

Source from the content-addressed store, hash-verified

137 * @since 1.1.0
138 */
139 TypeDescription getSchema();
140
141 /**
142 * Get the list of types contained in the file. The root type is the first

Implementers 1

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

Calls

no outgoing calls