MCPcopy
hub / github.com/pingcap/tidb / Open

Method Open

pkg/executor/split.go:343–346  ·  view source on GitHub ↗

Open implements the Executor Open interface.

(context.Context)

Source from the content-addressed store, hash-verified

341
342// Open implements the Executor Open interface.
343func (e *SplitTableRegionExec) Open(context.Context) (err error) {
344 e.splitKeys, err = e.getSplitTableKeys()
345 return err
346}
347
348// Next implements the Executor Next interface.
349func (e *SplitTableRegionExec) Next(ctx context.Context, chk *chunk.Chunk) error {

Callers

nothing calls this directly

Calls 1

getSplitTableKeysMethod · 0.95

Tested by

no test coverage detected