geotrellis.spark.io

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. trait AvroCodec[T, R] extends Serializable

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

  3. class AvroUnionCodec[T] extends AvroRecordCodec[T]

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

  4. implicit class GenericRecordMethods extends AnyRef

  5. class KeyValueRecordCodec[K, V] extends AvroRecordCodec[Vector[(K, V)]]

  6. class TupleCodec[A, B] extends AvroRecordCodec[(A, B)]

Value Members

  1. object AvroEncoder

  2. object KeyCodecs

  3. object KeyValueRecordCodec extends Serializable

  4. object TileCodecs

  5. object TupleCodec extends Serializable

  6. implicit def tileUnionCodec: AvroUnionCodec[Tile]

  7. implicit def tupleCodec[A, B](implicit arg0: AvroRecordCodec[A], arg1: AvroRecordCodec[B]): TupleCodec[A, B]

Inherited from AnyRef

Inherited from Any

Ungrouped