MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Equal

Method Equal

pkg/sql/types/types.go:2302–2304  ·  view source on GitHub ↗

Equal is for use in generated protocol buffer code only.

(other *T)

Source from the content-addressed store, hash-verified

2300
2301// Equal is for use in generated protocol buffer code only.
2302func (t *T) Equal(other *T) bool {
2303 return t.Identical(other)
2304}
2305
2306// IsWildcardType returns true if the type is only used as a wildcard during
2307// static analysis, and cannot be used during execution.

Callers 4

EnumGetIdxOfPhysicalMethod · 0.45
IsSingleValMethod · 0.45
EqualsMethod · 0.45
AssertEquivalentBatchesFunction · 0.45

Calls 1

IdenticalMethod · 0.95

Tested by

no test coverage detected