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

Method GetBytesValue

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

Source from the content-addressed store, hash-verified

1182}
1183
1184func (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
1193func (x *RowValue) GetDoubleValue() float64 {
1194 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