Class MapKeysFunctionIterator

java.lang.Object
org.rumbledb.runtime.RuntimeIterator
org.rumbledb.runtime.HybridRuntimeIterator
org.rumbledb.runtime.functions.maps.MapKeysFunctionIterator
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class MapKeysFunctionIterator extends HybridRuntimeIterator
W3C XPath/XQuery map:keys:
  • requires exactly one map argument
  • returns the atomic keys present in the map
This built-in is local execution only (consistent with map/array accessors).
See Also: