Loading TOC...

map:keys

map:keys(
   $map as map:map
) as xs:string*

Summary

Get the keys used in the map.

Parameters
map A map.

Example

  map:keys($table)
  => ("some-key", "another key", "and another one")

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.