object Migrations
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Migrations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Breaking extends ParquetMigration
- case class IncompatibleType(reversedPath: ParquetSchemaPath, oldType: Type, newType: Type) extends Breaking with Product with Serializable
- case class KeyAddition(reversedPath: ParquetSchemaPath, key: Type) extends NonBreaking with Product with Serializable
- case class KeyRemoval(reversedPath: ParquetSchemaPath, removedKey: Type) extends NonBreaking with Product with Serializable
- sealed trait NonBreaking extends ParquetMigration
- case class NullableRequired(reversedPath: ParquetSchemaPath) extends NonBreaking with Product with Serializable
- sealed trait ParquetMigration extends AnyRef
- type ParquetSchemaMigrations = Set[ParquetMigration]
- type ParquetSchemaPath = List[String]
- case class RequiredNullable(reversedPath: ParquetSchemaPath) extends NonBreaking with Product with Serializable