map:keys( $map as map:map ) as xs:string*
Get the keys used in the map.
Parameters | |
---|---|
map | A map. |
map:keys($table) => ("some-key", "another key", "and another one")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.