MCPcopy Index your code
hub / github.com/pingcap/tidb / AsPropKeySet

Method AsPropKeySet

pkg/expression/exprctx/optional.go:56–58  ·  view source on GitHub ↗

AsPropKeySet returns the set only contains the property key.

()

Source from the content-addressed store, hash-verified

54
55// AsPropKeySet returns the set only contains the property key.
56func (k OptionalEvalPropKey) AsPropKeySet() OptionalEvalPropKeySet {
57 return 1 << k
58}
59
60// Desc returns the description for the property key.
61func (k OptionalEvalPropKey) Desc() *OptionalEvalPropDesc {

Calls

no outgoing calls

Tested by 3

TestOptionalPropFunction · 0.64
TestOptionalPropKeyFunction · 0.64