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

Method include

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

Set the list of columns to read. @param include a list of columns to read @return this @since 1.1.0

(boolean[] include)

Source from the content-addressed store, hash-verified

276 * @since 1.1.0
277 */
278 public Options include(boolean[] include) {
279 this.include = include;
280 return this;
281 }
282
283 /**
284 * Set the range of bytes to read

Callers 15

TESTFunction · 0.80
parseOptionsFunction · 0.80
TESTFunction · 0.80
findBadColumnsMethod · 0.80
readFirstColumnMethod · 0.80
testColumnProjectionMethod · 0.80
testSeekMethod · 0.80

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

Tested by 15

TESTFunction · 0.64
TESTFunction · 0.64
readFirstColumnMethod · 0.64
testColumnProjectionMethod · 0.64
testSeekMethod · 0.64
testPredicatePushdownMethod · 0.64