Class ArrayJoinFunctionIterator

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

public class ArrayJoinFunctionIterator extends HybridRuntimeIterator
F&O 3.1 array:join — concatenates the members of a sequence of arrays in order into one array.
See Also: