QueryFilter
Filters query rows specified in filter criteria
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The query to get filtered | |
|
|
| The function to invoke for each item. The function will be passed 3 arguments: the query row as a struct, the row number, the query. You can alternatively pass a Java Predicate which will only receive the 1st arg. | |
|
|
|
| |
|
|
|
Examples
Related
Last updated