Package

za.co.absa.cobrix.spark.cobol.reader.fixedlen

iterator

Permalink

package iterator

Visibility
  1. Public
  2. All

Type Members

  1. class FixedLenFlatRowIterator extends Iterator[Row]

    Permalink

    This is an iterator traversing contents of Cobol binary data for the flattened version of schema

  2. class FixedLenNestedRowIterator extends Iterator[Row]

    Permalink

    This is an iterator traversing contents of Cobol binary data

  3. class FixedLenMapIterator extends Iterator[Map[String, Option[String]]]

    Permalink

    This is an iterator traversing contents of Cobol binary data and returning the data as a map of field names to values

    This is an iterator traversing contents of Cobol binary data and returning the data as a map of field names to values

    Annotations
    @deprecated
    Deprecated

    This iterator was built for testing purposes only. Please use BinaryDataFlatRowIterator instead.

Ungrouped