MCPcopy Create free account
hub / github.com/pingcap/tidb / GetInt64

Method GetInt64

pkg/types/json_binary.go:200–202  ·  view source on GitHub ↗

GetInt64 gets the int64 value.

()

Source from the content-addressed store, hash-verified

198
199// GetInt64 gets the int64 value.
200func (bj BinaryJSON) GetInt64() int64 {
201 return int64(jsonEndian.Uint64(bj.Value))
202}
203
204// GetUint64 gets the uint64 value.
205func (bj BinaryJSON) GetUint64() uint64 {

Callers 4

marshalToMethod · 0.95
GetDurationMethod · 0.95
HashValueMethod · 0.95
GetValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected