com.databricks.spark

avro

package avro

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AvroContext extends AnyRef

    Adds a method, avroFile, to SQLContext that allows reading data stored in Avro.

  2. case class AvroRelation(location: String, minPartitions: Int = 0)(sqlContext: SQLContext) extends TableScan with Product with Serializable

  3. implicit class AvroSchemaRDD extends AnyRef

    Adds a method, saveAsAvroFile, to SchemaRDD that allows you to save it as avro file.

  4. class AvroUtils extends AnyRef

  5. class DefaultSource extends RelationProvider

    Provides access to Avro data from pure SQL statements (i.

Value Members

  1. object AvroSaver

    This object provides a save() method that is used to save SchemaRDD as avro file.

Inherited from AnyRef

Inherited from Any

Ungrouped