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
- trait Caster[A] extends AnyRef
- case class Field(name: String, fieldType: Type, nullability: Nullability, accessors: Set[String]) extends Product with Serializable
- sealed trait Type extends Product with Serializable
-
type
CastResult = Validated[NonEmptyList[CastError], FieldValue]
Result of (Schema, JSON) -> Row transformation
Result of (Schema, JSON) -> Row transformation
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.0) Use
Cast.Result
instead
-
sealed
trait
FieldValue extends Product with Serializable
Run-time value, conforming Field (type)
Run-time value, conforming Field (type)
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.0) Use
Caster
instead
Value Members
Deprecated Value Members
-
object
FieldValue extends Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.0) Use
Caster
instead