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