Class UnaryLookupIterator

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

public class UnaryLookupIterator extends LocalRuntimeIterator
This Iterator is for the unary lookup operator in XQuery. It is similar to ObjectLookup in JSONiq but supports both Objects (should be maps in the future) and Arrays. The lookupIterator is null in case we have a wildcard
See Also: