()
| 1218 | } |
| 1219 | |
| 1220 | func (x *RowValue) GetInt64Value() int64 { |
| 1221 | if x != nil { |
| 1222 | if x, ok := x.Kind.(*RowValue_Int64Value); ok { |
| 1223 | return x.Int64Value |
| 1224 | } |
| 1225 | } |
| 1226 | return 0 |
| 1227 | } |
| 1228 | |
| 1229 | func (x *RowValue) GetStringValue() string { |
| 1230 | if x != nil { |
no outgoing calls