Packages

object Format

List of all Format supported

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Format
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val EnumInstance: Enum[Format]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object AVRO extends Format with Product with Serializable

    Apache Avro file format, https://github.com/apache/avro

  21. object BINARY extends Format with Product with Serializable

    Any binary file, can be an image, an audio file or any other type of file.

  22. object CSV extends Format with Product with Serializable

    CSV file or Comma Separated Value file is a common file format for raw files and export file

  23. object DELTA extends Format with Product with Serializable

    Delta lake format, https://delta.io/

  24. object ICEBERG extends Format with Product with Serializable

    Apache Iceberg https://iceberg.apache.org/

  25. object JSON extends Format with Product with Serializable

    Json or Javascript object notation

  26. object JSON_LINES extends Format with Product with Serializable

    Derrived from JSON, http://jsonlines.org/

  27. object KAFKA extends Format with Product with Serializable

    Apache Kafka, https://github.com/apache/kafka

  28. object ORC extends Format with Product with Serializable

    Apache ORC, column oriented dat storage used by (among others) Apache Hive, Spark, Nifi https://en.wikipedia.org/wiki/Apache_ORC

  29. object PARQUET extends Format with Product with Serializable

    Apache Parquet, column oriented data storage format used by (among others) Spark, Impala, Hive, Presto https://en.wikipedia.org/wiki/Apache_Parquet

  30. object VCF extends Format with Product with Serializable

    Variant Call Format https://en.wikipedia.org/wiki/Variant_Call_Format

  31. object XML extends Format with Product with Serializable

    Xml

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped