package loader
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
Format extends AnyRef
Sealed trait expressing the definition of a format.
Sealed trait expressing the definition of a format. Depending on the context it could be the format of a file, a table or a stream like source of data like Kafka. In general, it represents any format that can be read by Spark and loaded as a org.apache.spark.sql.Dataset.
- sealed trait LoadType extends AnyRef
- trait Loader extends AnyRef
- sealed trait WriteOption extends AnyRef
Value Members
- object DeltaLoader extends Loader
-
object
Format
List of all Format supported
- object GenericLoader extends Loader
- object LoadResolver
-
object
LoadType
List of all LoadTypes supported
- object VcfLoader extends Loader
-
object
WriteOptions
List of all write options supported