MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetValueValue

Method GetValueValue

backend/generated-go/v1/sql_service.pb.go:1256–1263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1254}
1255
1256func (x *RowValue) GetValueValue() *structpb.Value {
1257 if x != nil {
1258 if x, ok := x.Kind.(*RowValue_ValueValue); ok {
1259 return x.ValueValue
1260 }
1261 }
1262 return nil
1263}
1264
1265func (x *RowValue) GetTimestampValue() *RowValue_Timestamp {
1266 if x != nil {

Callers 5

EqualMethod · 0.95
convertValueToBytesInSQLFunction · 0.80
convertValueToBytesInCSVFunction · 0.80
convertValueToJSONValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected