map:clear

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

Summary

Clear a map.

Parameters
map A map.

Example

  map:clear($table)
  => ()
Powered by MarkLogic Server | Terms of Use | Privacy Policy