Interface | Description |
---|---|
Schema |
Definition of an abstract data type.
|
Class | Description |
---|---|
ConnectSchema | |
Date |
A date representing a calendar day with no time of day or timezone.
|
Decimal |
An arbitrary-precision signed decimal number.
|
Field | |
SchemaAndValue | |
SchemaBuilder |
SchemaBuilder provides a fluent API for constructing
Schema objects. |
SchemaProjector |
SchemaProjector is utility to project a value between compatible schemas and throw exceptions
when non compatible schemas are provided.
|
Struct |
A structured record containing a set of named fields with values, each field using an independent
Schema . |
Time |
A time representing a specific point in a day, not tied to any specific date.
|
Timestamp |
A timestamp representing an absolute time, without timezone information.
|
Enum | Description |
---|---|
Schema.Type |
The type of a schema.
|