Uses of Class
org.apache.sysds.runtime.frame.data.iterators.RowIterator
Packages that use RowIterator
-
Uses of RowIterator in org.apache.sysds.runtime.frame.data.iterators
Subclasses of RowIterator in org.apache.sysds.runtime.frame.data.iteratorsMethods in org.apache.sysds.runtime.frame.data.iterators that return RowIteratorModifier and TypeMethodDescriptionstatic RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb) Get a row iterator over the frame where all fields are encoded as boxed objects according to their value types.static RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, int colID) Get a row iterator over the frame where all selected fields are encoded as objects according to their value types.static RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, int[] cols) Get a row iterator over the frame where all selected fields are encoded as boxed objects according to their value types.static RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, int rl, int ru) Get a row iterator over the frame where all fields are encoded as boxed objects according to their value types.static RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, int rl, int ru, int colID) Get a row iterator over the frame where all selected fields are encoded as boxed objects according to their value types.static RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, int rl, int ru, int[] cols) Get a row iterator over the frame where all selected fields are encoded as boxed objects according to their value types.static RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, Types.ValueType[] schema) Get a row iterator over the frame where all fields are encoded as boxed objects according to the value types of the provided target schema.static RowIterator<String>IteratorFactory.getStringRowIterator(FrameBlock fb) Get a row iterator over the frame where all fields are encoded as strings independent of their value types.static RowIterator<String>IteratorFactory.getStringRowIterator(FrameBlock fb, int colID) Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.static RowIterator<String>IteratorFactory.getStringRowIterator(FrameBlock fb, int[] cols) Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.static RowIterator<String>IteratorFactory.getStringRowIterator(FrameBlock fb, int rl, int ru) Get a row iterator over the frame where all fields are encoded as strings independent of their value types.static RowIterator<String>IteratorFactory.getStringRowIterator(FrameBlock fb, int rl, int ru, int colID) Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.static RowIterator<String>IteratorFactory.getStringRowIterator(FrameBlock fb, int rl, int ru, int[] cols) Get a row iterator over the frame where all selected fields are encoded as strings independent of their value types.