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