Package

com.databricks.spark

csv

Permalink

package csv

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. csv
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class CsvContext extends Serializable

    Permalink

    Adds a method, csvFile, to SQLContext that allows reading CSV data.

  2. class CsvParser extends Serializable

    Permalink

    A collection of static functions for working with CSV files in Spark SQL

  3. case class CsvRelation(baseRDD: () ⇒ RDD[String], location: Option[String], useHeader: Boolean, delimiter: Char, quote: Character, escape: Character, comment: Character, parseMode: String, parserLib: String, ignoreLeadingWhiteSpace: Boolean, ignoreTrailingWhiteSpace: Boolean, treatEmptyValuesAsNulls: Boolean, userSchema: StructType = null, inferCsvSchema: Boolean, codec: String = null, nullValue: String = "", dateFormat: String = null, maxCharsPerCol: Int = 100000)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with InsertableRelation with Product with Serializable

    Permalink
  4. implicit class CsvSchemaRDD extends AnyRef

    Permalink
  5. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Permalink

    Provides access to CSV data from pure SQL statements (i.e.

    Provides access to CSV data from pure SQL statements (i.e. for users of the JDBC server).

  6. class DefaultSource15 extends DefaultSource with DataSourceRegister

    Permalink

Value Members

  1. val defaultCsvFormat: CSVFormat

    Permalink
  2. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped