()
| 1209 | } |
| 1210 | |
| 1211 | func (x *RowValue) GetInt32Value() int32 { |
| 1212 | if x != nil { |
| 1213 | if x, ok := x.Kind.(*RowValue_Int32Value); ok { |
| 1214 | return x.Int32Value |
| 1215 | } |
| 1216 | } |
| 1217 | return 0 |
| 1218 | } |
| 1219 | |
| 1220 | func (x *RowValue) GetInt64Value() int64 { |
| 1221 | if x != nil { |
no outgoing calls
no test coverage detected