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)
| 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. |
no outgoing calls