Package

com.datawizards.sparklocal

datastore

Permalink

package datastore

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

Type Members

  1. case class AvroDataStore(path: String) extends FileDataStore with Product with Serializable

    Permalink
  2. case class CSVDataStore(path: String, delimiter: Char = ',', header: Boolean = true, columns: Seq[String] = Seq.empty, escape: Char = '"', quote: Char = '"') extends FileDataStore with Product with Serializable

    Permalink
  3. trait DBDataStore extends DataStore

    Permalink
  4. sealed trait DataStore extends AnyRef

    Permalink
  5. trait FileDataStore extends DataStore

    Permalink
  6. case class HiveDataStore(database: String, table: String) extends DBDataStore with Product with Serializable

    Permalink
  7. case class JdbcDataStore(url: String, database: String, table: String, connectionProperties: Properties, driverClassName: String) extends DBDataStore with Product with Serializable

    Permalink
  8. case class JsonDataStore(path: String) extends FileDataStore with Product with Serializable

    Permalink
  9. case class ParquetDataStore(path: String) extends FileDataStore with Product with Serializable

    Permalink
  10. case class Stdout(rows: Int = 20) extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped