Loading TOC...

map:clear

map:clear(
   $map as map:map
) as empty-sequence()

Summary

Clear a map.

Parameters
map A map.

Example

  map:clear($table)
  => ()

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