public class Types extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Types.ArrayType
Array nested type.
|
static class |
Types.BinaryType
Binary primitive type.
|
static class |
Types.BooleanType
Boolean primitive type.
|
static class |
Types.DateType
Date primitive type.
|
static class |
Types.DecimalType
Decimal primitive type.
|
static class |
Types.DoubleType
Double primitive type.
|
static class |
Types.Field
A field within a record.
|
static class |
Types.FixedType
Fixed primitive type.
|
static class |
Types.FloatType
Float primitive type.
|
static class |
Types.IntType
Integer primitive type.
|
static class |
Types.LongType
Long primitive type.
|
static class |
Types.MapType
Map nested type.
|
static class |
Types.RecordType
Record nested type.
|
static class |
Types.StringType
String primitive type.
|
static class |
Types.TimestampType
Time primitive type.
|
static class |
Types.TimeType
Time primitive type.
|
static class |
Types.UUIDType
UUID primitive type.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.