()
| 1182 | } |
| 1183 | |
| 1184 | func (x *RowValue) GetBytesValue() []byte { |
| 1185 | if x != nil { |
| 1186 | if x, ok := x.Kind.(*RowValue_BytesValue); ok { |
| 1187 | return x.BytesValue |
| 1188 | } |
| 1189 | } |
| 1190 | return nil |
| 1191 | } |
| 1192 | |
| 1193 | func (x *RowValue) GetDoubleValue() float64 { |
| 1194 | if x != nil { |
no outgoing calls
no test coverage detected