org.apache.spark.sql.execution.datasources

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends HadoopFsRelationProvider with DataSourceRegister

  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

    Options for the JSON data source.

Value Members

  1. object JSONOptions extends Serializable

  2. object JacksonParser

Ungrouped