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

Function getCorColHashCode

pkg/executor/cte.go:752–754  ·  view source on GitHub ↗
(corCol *expression.CorrelatedColumn)

Source from the content-addressed store, hash-verified

750}
751
752func getCorColHashCode(corCol *expression.CorrelatedColumn) (res []byte) {
753 return codec.HashCode(res, *corCol.Data)
754}
755
756// Return true if cor col has changed.
757func (p *cteProducer) checkAndUpdateCorColHashCode() bool {

Callers 2

buildCTEMethod · 0.85

Calls 1

HashCodeFunction · 0.92

Tested by

no test coverage detected