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

Method schema

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

Set the schema on read type description. @since 1.1.0

(TypeDescription schema)

Source from the content-addressed store, hash-verified

298 * @since 1.1.0
299 */
300 public Options schema(TypeDescription schema) {
301 this.schema = schema;
302 return this;
303 }
304
305 /**
306 * Set a row level filter.

Implementers 3

BrotliOptionsjava/core/src/java/org/apache/orc/impl
ZstdOptionsjava/core/src/java/org/apache/orc/impl
ZlibOptionsjava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls