()
| 1263 | } |
| 1264 | |
| 1265 | func (x *RowValue) GetTimestampValue() *RowValue_Timestamp { |
| 1266 | if x != nil { |
| 1267 | if x, ok := x.Kind.(*RowValue_TimestampValue); ok { |
| 1268 | return x.TimestampValue |
| 1269 | } |
| 1270 | } |
| 1271 | return nil |
| 1272 | } |
| 1273 | |
| 1274 | func (x *RowValue) GetTimestampTzValue() *RowValue_TimestampTZ { |
| 1275 | if x != nil { |
no outgoing calls