object Format
List of all Format supported
- Alphabetic
- By Inheritance
- Format
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val EnumInstance: Enum[Format]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
AVRO extends Format with Product with Serializable
Apache Avro file format, https://github.com/apache/avro
-
object
BINARY extends Format with Product with Serializable
Any binary file, can be an image, an audio file or any other type of file.
-
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
-
object
DELTA extends Format with Product with Serializable
Delta lake format, https://delta.io/
-
object
ICEBERG extends Format with Product with Serializable
Apache Iceberg https://iceberg.apache.org/
-
object
JSON extends Format with Product with Serializable
Json or Javascript object notation
-
object
JSON_LINES extends Format with Product with Serializable
Derrived from JSON, http://jsonlines.org/
-
object
KAFKA extends Format with Product with Serializable
Apache Kafka, https://github.com/apache/kafka
-
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
-
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
-
object
VCF extends Format with Product with Serializable
Variant Call Format https://en.wikipedia.org/wiki/Variant_Call_Format
-
object
XML extends Format with Product with Serializable
Xml
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated