Class MapFunctionCallIterator

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

public class MapFunctionCallIterator extends HybridRuntimeIterator
Dynamic function call when the function item is an XDM map ($map($key)), equivalent to map:get.
See Also: