Class MapPutFunctionIterator

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class MapPutFunctionIterator extends AtMostOneItemLocalRuntimeIterator
W3C XPath/XQuery map:put:
  • requires exactly one map argument
  • atomizes the key and requires exactly one atomic value
  • returns a new map with the entry added or replaced (key equivalence via op:same-key)
This built-in is local execution only.
See Also: