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

Method searchArgument

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

Set search argument for predicate push down. @param sarg the search argument @param columnNames the column names for @return this @since 1.1.0

(SearchArgument sarg, String[] columnNames)

Source from the content-addressed store, hash-verified

340 * @since 1.1.0
341 */
342 public Options searchArgument(SearchArgument sarg, String[] columnNames) {
343 this.sarg = sarg;
344 this.columnNames = columnNames;
345 return this;
346 }
347
348 /**
349 * Set allowSARGToFilter.

Callers 15

CheckFileWithSargsMethod · 0.95
TestRangePredicatesFunction · 0.80
TestNoRowsSelectedFunction · 0.80
TestOrPredicatesFunction · 0.80
TestSeekWithPredicatesFunction · 0.80
TESTFunction · 0.80
CheckFileWithSargsFunction · 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

CheckFileWithSargsMethod · 0.76
TestRangePredicatesFunction · 0.64
TestNoRowsSelectedFunction · 0.64
TestOrPredicatesFunction · 0.64
TestSeekWithPredicatesFunction · 0.64
TESTFunction · 0.64
CheckFileWithSargsFunction · 0.64