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