QueryFilter

Filters query rows specified in filter criteria

Method Signature

QueryFilter(query=[query], callback=[function:Predicate], parallel=[boolean], maxThreads=[integer])

Arguments

ArgumentTypeRequiredDescriptionDefault

query

query

true

The query to get filtered

callback

function:Predicate

true

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.

parallel

boolean

false

false

maxThreads

integer

false

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC