Class

io.smartdatalake.workflow.dataobject

ZipCsvCodec

Related Doc: package dataobject

Permalink

class ZipCsvCodec extends ZipCodec

Codec to read and write zipped Csv-files with Hadoop Note that only the first file entry of a Zip-Archive is read, and only Zip-files with one Entry named "data.csv" can be created. Attention: reading with custom codec in Spark is only implemented for writing files, and not for reading files. Usage in Csv/RelaxedCsvFileDataObject: csv-options { compression = io.smartdatalake.workflow.dataobject.ZipCsvCodec }

Linear Supertypes
ZipCodec, DefaultCodec, DirectDecompressionCodec, CompressionCodec, Configurable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipCsvCodec
  2. ZipCodec
  3. DefaultCodec
  4. DirectDecompressionCodec
  5. CompressionCodec
  6. Configurable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZipCsvCodec()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createCompressor(): Compressor

    Permalink
    Definition Classes
    DefaultCodec → CompressionCodec
  7. def createDecompressor(): Decompressor

    Permalink
    Definition Classes
    DefaultCodec → CompressionCodec
  8. def createDirectDecompressor(): DirectDecompressor

    Permalink
    Definition Classes
    DefaultCodec → DirectDecompressionCodec
  9. def createInputStream(in: InputStream): CompressionInputStream

    Permalink
    Definition Classes
    ZipCodec → DefaultCodec → CompressionCodec
  10. def createInputStream(arg0: InputStream, arg1: Decompressor): CompressionInputStream

    Permalink
    Definition Classes
    DefaultCodec → CompressionCodec
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def createOutputStream(out: OutputStream, compressor: Compressor): ZipCompressorStream

    Permalink
    Definition Classes
    ZipCodec → DefaultCodec → CompressionCodec
  12. def createOutputStream(arg0: OutputStream): CompressionOutputStream

    Permalink
    Definition Classes
    DefaultCodec → CompressionCodec
    Annotations
    @throws( classOf[java.io.IOException] )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getCompressorType(): Class[_ <: Compressor]

    Permalink
    Definition Classes
    DefaultCodec → CompressionCodec
  18. def getConf(): Configuration

    Permalink
    Definition Classes
    DefaultCodec → Configurable
  19. def getDecompressorType(): Class[_ <: Decompressor]

    Permalink
    Definition Classes
    DefaultCodec → CompressionCodec
  20. def getDefaultExtension(): String

    Permalink
    Definition Classes
    ZipCodec → DefaultCodec → CompressionCodec
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def setConf(arg0: Configuration): Unit

    Permalink
    Definition Classes
    DefaultCodec → Configurable
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ZipCodec

Inherited from DefaultCodec

Inherited from DirectDecompressionCodec

Inherited from CompressionCodec

Inherited from Configurable

Inherited from AnyRef

Inherited from Any

Ungrouped