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

Method IsFull

pkg/expression/exprctx/optional.go:195–197  ·  view source on GitHub ↗

IsFull checks whether all optional properties are contained in the bit map.

()

Source from the content-addressed store, hash-verified

193
194// IsFull checks whether all optional properties are contained in the bit map.
195func (b OptionalEvalPropKeySet) IsFull() bool {
196 return b&allOptPropsMask == allOptPropsMask
197}

Callers 15

TestOptionalPropKeySetFunction · 0.95
NextMethod · 0.45
NextMethod · 0.45
fetchDataAndSplitMethod · 0.45
fetchNextOuterRowMethod · 0.45
fillInnerChunkMethod · 0.45
NextMethod · 0.45
NextMethod · 0.45
spillImplMethod · 0.45
onePartitionSortingMethod · 0.45
externalSortingMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestOptionalPropKeySetFunction · 0.76
genLeftOuterJoinResultFunction · 0.36
genRightOuterJoinResultFunction · 0.36
genInnerJoinResultFunction · 0.36
testJoinProbeFunction · 0.36
TestSessionBuildContextFunction · 0.36