Package

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

fixedlen

Permalink

package fixedlen

Visibility
  1. Public
  2. All

Type Members

  1. final class FixedLenNestedReader extends FixedLenReader with Serializable

    Permalink

    The Cobol data reader that produces nested structure schema

  2. abstract class FixedLenReader extends Reader with Serializable

    Permalink

    The abstract class for Cobol block (fixed length records) data readers from various sources

  3. trait FixedLenReaderFactory extends AnyRef

    Permalink

    Trait used to specify entities (e.g.

    Trait used to specify entities (e.g. DataSources) that know how to produce Readers.

    This would push the burden to created specialized Readers into specialized DataSources, "decentralizing" the implementation of new sources. If, at any time, this decentralization becomes undesired, the model can be easily redone as a Factory Method (GoF).

Value Members

  1. package iterator

    Permalink

Ungrouped