MCPcopy
hub / github.com/pingcap/tidb / Equal

Method Equal

pkg/kv/key.go:169–169  ·  view source on GitHub ↗

Equal returns if the handle equals to another handle, it panics if the types are different.

(h Handle)

Source from the content-addressed store, hash-verified

167 Next() Handle
168 // Equal returns if the handle equals to another handle, it panics if the types are different.
169 Equal(h Handle) bool
170 // Compare returns the comparison result of the two handles, it panics if the types are different.
171 Compare(h Handle) int
172 // Encoded returns the encoded bytes.

Calls

no outgoing calls