package parquet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- parquet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait CastError extends Product with Serializable
-
type
CastResult = Validated[NonEmptyList[CastError], FieldValue]
Result of (Schema, JSON) -> Row transformation
- case class Field(name: String, fieldType: Type, nullability: Nullability) extends Product with Serializable
-
sealed
trait
FieldValue extends Product with Serializable
Run-time value, conforming Field (type)
- sealed trait Type extends Product with Serializable
Value Members
- object CastError extends Serializable
- object Field extends Serializable
- object FieldValue extends Serializable
- object Migrations
- object Type extends Serializable