()
| 1227 | } |
| 1228 | |
| 1229 | func (x *RowValue) GetStringValue() string { |
| 1230 | if x != nil { |
| 1231 | if x, ok := x.Kind.(*RowValue_StringValue); ok { |
| 1232 | return x.StringValue |
| 1233 | } |
| 1234 | } |
| 1235 | return "" |
| 1236 | } |
| 1237 | |
| 1238 | func (x *RowValue) GetUint32Value() uint32 { |
| 1239 | if x != nil { |
no outgoing calls