-
Interface Summary
Interface |
Description |
Schema |
Definition of an abstract data type.
|
-
Class Summary
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 |
A field in a Struct , consisting of a field name, index, and Schema for the field value.
|
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.
|
Values |
Utility for converting from one Connect value to a different form.
|
Values.Parser |
|
Values.SchemaDetector |
|
-
Enum Summary
Enum |
Description |
Schema.Type |
The type of a schema.
|