()
| 1173 | } |
| 1174 | |
| 1175 | func (x *RowValue) GetBoolValue() bool { |
| 1176 | if x != nil { |
| 1177 | if x, ok := x.Kind.(*RowValue_BoolValue); ok { |
| 1178 | return x.BoolValue |
| 1179 | } |
| 1180 | } |
| 1181 | return false |
| 1182 | } |
| 1183 | |
| 1184 | func (x *RowValue) GetBytesValue() []byte { |
| 1185 | if x != nil { |
no outgoing calls
no test coverage detected