arrayindexof

XQL_function_descriptions.json

Synopsis

arrayindexof (expr: array, cond: condition)

Description

This function returns zero-based index of first array element that matches specified condition. If array is NULL, or has no elements, or no element was matched, the function returns NULL.