Package

org.apache.spark.sql.execution.datasources

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends HadoopFsRelationProvider with DataSourceRegister

    Permalink
  2. case class JSONOptions(samplingRatio: Double = 1.0, primitivesAsString: Boolean = false, allowComments: Boolean = false, allowUnquotedFieldNames: Boolean = false, allowSingleQuotes: Boolean = true, allowNumericLeadingZeros: Boolean = false, allowNonNumericNumbers: Boolean = false) extends Product with Serializable

    Permalink

    Options for the JSON data source.

    Options for the JSON data source.

    Most of these map directly to Jackson's internal options, specified in JsonParser.Feature.

Value Members

  1. object JSONOptions extends Serializable

    Permalink
  2. object JacksonParser

    Permalink

Ungrouped