public static class ProtoSchemaLogicalTypes.TimestampConvert
extends java.lang.Object
| Constructor and Description |
|---|
TimestampConvert() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
toRow(com.google.protobuf.Timestamp input)
ByteBuddy conversion for Timestamp to NanosInstant base type.
|
static com.google.protobuf.Timestamp |
toTimestamp(Row row)
ByteBuddy conversion for NanosInstant base type to Timestamp.
|