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