<array> for which the given Lambda function <function> returns something other than 0.
The function can receive one or more arrays as its arguments. If more than one array is provided the following conditions should be met:
- The number of arguments of the Lambda function must be equal to the number of arrays provided. If the condition isn’t met, the query will not run and an error will be returned.
- All the provided arrays should be of the same length. If the condition isn’t met a runtime error will occur.
1) for this index to be included in the results. The elements that are returned are taken only from the first array provided.
Syntax
Parameters
Return Type
ARRAY of the same type as the first input array
Examples
In the example below, there is only one array.Rows: 1Execution time: 5.69ms
Rows: 1Execution time: 6.56ms
Rows: 1Execution time: 6.35ms