()
| 1254 | } |
| 1255 | |
| 1256 | func (x *RowValue) GetValueValue() *structpb.Value { |
| 1257 | if x != nil { |
| 1258 | if x, ok := x.Kind.(*RowValue_ValueValue); ok { |
| 1259 | return x.ValueValue |
| 1260 | } |
| 1261 | } |
| 1262 | return nil |
| 1263 | } |
| 1264 | |
| 1265 | func (x *RowValue) GetTimestampValue() *RowValue_Timestamp { |
| 1266 | if x != nil { |
no outgoing calls
no test coverage detected