MCPcopy Create free account
hub / github.com/pingcap/tidb / IsExhausted

Method IsExhausted

pkg/ttl/sqlbuilder/sql.go:377–379  ·  view source on GitHub ↗

IsExhausted returns whether the generator is exhausted

()

Source from the content-addressed store, hash-verified

375
376// IsExhausted returns whether the generator is exhausted
377func (g *ScanQueryGenerator) IsExhausted() bool {
378 return g.exhausted
379}
380
381func (g *ScanQueryGenerator) setStack(key []types.Datum) error {
382 if key == nil {

Callers 1

TestScanQueryGeneratorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestScanQueryGeneratorFunction · 0.76