fn:distinct-values( xdt:anyAtomicType* $srcval) → xdt:anyAtomicType*
Function signature
$srcval |
xdt:anyAtomicType * |
Result |
xdt:anyAtomicType * |
Returns the set of distinct values present in a given sequence
fn:distinct-values( xdt:anyAtomicType* $srcval, string $collation) → xdt:anyAtomicType*
Function signature
$srcval |
xdt:anyAtomicType * |
$collation |
string |
Result |
xdt:anyAtomicType * |
Returns the set of distinct values present in a given sequence, comparing strings using a named collation.