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

Method GetInt64Value

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

Source from the content-addressed store, hash-verified

1218}
1219
1220func (x *RowValue) GetInt64Value() int64 {
1221 if x != nil {
1222 if x, ok := x.Kind.(*RowValue_Int64Value); ok {
1223 return x.Int64Value
1224 }
1225 }
1226 return 0
1227}
1228
1229func (x *RowValue) GetStringValue() string {
1230 if x != nil {

Callers 7

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

Calls

no outgoing calls

Tested by 2