Package

geotrellis.spark.io

avro

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait AvroCodec[T, R] extends Serializable

    Permalink
  2. abstract class AvroRecordCodec[T] extends AvroCodec[T, GenericRecord]

    Permalink
    Annotations
    @implicitNotFound( ... )
  3. class AvroUnionCodec[T] extends AvroRecordCodec[T]

    Permalink

    Restricted to be a union of Records that share a super type.

    Restricted to be a union of Records that share a super type.

    T

    superclass of listed formats

  4. implicit class withGenericRecordMethods extends MethodExtensions[GenericRecord]

    Permalink
  5. implicit class withSchemaMethods extends MethodExtensions[Schema]

    Permalink

Value Members

  1. object AvroEncoder

    Permalink
  2. package codecs

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped