()
| 1164 | } |
| 1165 | |
| 1166 | func (x *RowValue) GetNullValue() structpb.NullValue { |
| 1167 | if x != nil { |
| 1168 | if x, ok := x.Kind.(*RowValue_NullValue); ok { |
| 1169 | return x.NullValue |
| 1170 | } |
| 1171 | } |
| 1172 | return structpb.NullValue(0) |
| 1173 | } |
| 1174 | |
| 1175 | func (x *RowValue) GetBoolValue() bool { |
| 1176 | if x != nil { |
no outgoing calls
no test coverage detected