Class MapGetFunctionIterator

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

public class MapGetFunctionIterator extends HybridRuntimeIterator
W3C XPath/XQuery map:get:
  • requires exactly one map argument
  • atomizes the key and requires exactly one atomic value
  • returns the associated value sequence, if present
This built-in is local execution only (consistent with map/array accessors).
See Also: