()
| 1200 | } |
| 1201 | |
| 1202 | func (x *RowValue) GetFloatValue() float32 { |
| 1203 | if x != nil { |
| 1204 | if x, ok := x.Kind.(*RowValue_FloatValue); ok { |
| 1205 | return x.FloatValue |
| 1206 | } |
| 1207 | } |
| 1208 | return 0 |
| 1209 | } |
| 1210 | |
| 1211 | func (x *RowValue) GetInt32Value() int32 { |
| 1212 | if x != nil { |
no outgoing calls
no test coverage detected