Package org.rumbledb.runtime.functions.arrays
package org.rumbledb.runtime.functions.arrays
-
ClassesClassDescriptionF&O 3.1 array:append — returns a new array with one additional member (the appendage sequence).XPath and XQuery Functions and Operators 3.1
array:filter:array:filter($array as array(*), $predicate as function(item()*) as xs:boolean) as array(*).XPath and XQuery Functions and Operators 3.1array:for-each:array:for-each($array as array(*), $action as function(item()*) as item()*) as array(*).XPath and XQuery Functions and Operators 3.1array:for-each-pair:array:for-each-pair($array1 as array(*), $array2 as array(*), $function as function(item()*, item()*) as item()*) as array(*).F&O 3.1 array:join — concatenates the members of a sequence of arrays in order into one array.F&O 3.1 array:put — returns a new array with the member at a 1-based position replaced by a given sequence (FOAY0001 if position is out of bounds).F&O 3.1 array:remove — returns a new array with members at the given 1-based positions omitted (distinct positions; order preserved).XPath and XQuery Functions and Operators 3.1array:sort:array:sort($array),array:sort($array, $collation?),array:sort($array, $collation?, $key).