Packages

package parquet

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parquet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CastError extends Product with Serializable
  2. type CastResult = Validated[NonEmptyList[CastError], FieldValue]

    Result of (Schema, JSON) -> Row transformation

  3. case class Field(name: String, fieldType: Type, nullability: Nullability) extends Product with Serializable
  4. sealed trait FieldValue extends Product with Serializable

    Run-time value, conforming Field (type)

  5. sealed trait Type extends Product with Serializable

Value Members

  1. object CastError extends Serializable
  2. object Field extends Serializable
  3. object FieldValue extends Serializable
  4. object Migrations
  5. object Type extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped