| BigDecimalValue |
|
| BigIntValue |
|
| BooleanValue |
|
| ByteArrayValue |
|
| ByteValue |
|
| Container |
|
| DateValue |
The date logical type represents a time, with no reference to a particular calendar, time zone or date,
with a precision of one day.
|
| DoubleValue |
|
| FloatValue |
|
| IntValue |
|
| LongValue |
|
| OptionalValue |
|
| Primitive<A> |
|
| RepeatedValue<A extends Value> |
|
| StringValue |
|
| StructValue |
|
| TimeMicrosValue |
The time-micros logical type represents a time of day, with no reference to a particular calendar, time zone or date, with a precision of one microsecond.
|
| TimeMillisValue |
The time-millis logical type represents a time of day, with no reference to a particular calendar, time zone or date,
with a precision of one millisecond.
|
| TimestampMicrosValue |
The timestamp-micros logical type represents an instant on the global timeline, independent of a particular time zone or calendar, with a precision of one microsecond.
|
| TimestampMillisValue |
The timestamp-millis logical type represents an instant on the global timeline, independent of a particular
* time zone or calendar, with a precision of one millisecond.
|
| Value |
|