| Interface | Description |
|---|---|
| Type |
The type of a schema, reference avro schema.
|
| Class | Description |
|---|---|
| InternalSchema |
Internal schema for hudi table.
|
| InternalSchemaBuilder |
A build class to help build fields for InternalSchema
|
| Type.NestedType |
The type of a schema for nested fields.
|
| Type.PrimitiveType |
The type of a schema for primitive fields.
|
| Types |
Types supported in schema evolution.
|
| Types.ArrayType |
Array nested type.
|
| Types.BinaryType |
Binary primitive type.
|
| Types.BooleanType |
Boolean primitive type.
|
| Types.DateType |
Date primitive type.
|
| Types.DecimalType |
Decimal primitive type.
|
| Types.DoubleType |
Double primitive type.
|
| Types.Field |
A field within a record.
|
| Types.FixedType |
Fixed primitive type.
|
| Types.FloatType |
Float primitive type.
|
| Types.IntType |
Integer primitive type.
|
| Types.LongType |
Long primitive type.
|
| Types.MapType |
Map nested type.
|
| Types.RecordType |
Record nested type.
|
| Types.StringType |
String primitive type.
|
| Types.TimestampType |
Time primitive type.
|
| Types.TimeType |
Time primitive type.
|
| Types.UUIDType |
UUID primitive type.
|
| Enum | Description |
|---|---|
| Type.TypeID |
Enums for type names.
|
| Exception | Description |
|---|---|
| HoodieSchemaException |
Exception thrown for Hoodie schema convert failures.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.