package tools

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Enum(name: Option[String], namespace: Option[String], doc: Option[String], values: List[String]) extends Nested with Product with Serializable
  2. case class Field(name: String, doc: Option[String], schema: Schema, repetition: Repetition) extends Product with Serializable
  3. sealed trait Nested extends Schema
  4. sealed trait Primitive extends Schema
  5. case class Record(name: Option[String], namespace: Option[String], doc: Option[String], fields: List[Field]) extends Nested with Product with Serializable
  6. sealed trait Repetition extends AnyRef
  7. sealed trait Schema extends AnyRef
  8. trait SchemaParser[S] extends AnyRef

Value Members

  1. object AvroParser extends SchemaParser[org.apache.avro.Schema]
  2. object BigQueryParser extends SchemaParser[TableSchema]
  3. case object Optional extends Repetition with Product with Serializable
  4. object ParquetParser extends SchemaParser[MessageType]
  5. object Primitive
  6. case object Repeated extends Repetition with Product with Serializable
  7. case object Required extends Repetition with Product with Serializable
  8. object SchemaPrinter

Ungrouped