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

Method GetFloatValue

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

Source from the content-addressed store, hash-verified

1200}
1201
1202func (x *RowValue) GetFloatValue() float32 {
1203 if x != nil {
1204 if x, ok := x.Kind.(*RowValue_FloatValue); ok {
1205 return x.FloatValue
1206 }
1207 }
1208 return 0
1209}
1210
1211func (x *RowValue) GetInt32Value() int32 {
1212 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