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

Method Rows

pkg/executor/stmtsummary.go:278–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276type rowsPuller interface {
277 Closeable
278 Rows() ([][]types.Datum, error)
279}
280
281type rowsReader struct {

Callers 15

TestIssue38533Function · 0.65
TestIssue40679Function · 0.65
testRandomPlanCacheCasesFunction · 0.65
TestIssue42125Function · 0.65
TestBuiltinFuncFlenFunction · 0.65

Implementers 10

mockTableIRdumpling/export/util_for_test.go
tableDatadumpling/export/ir_impl.go
multiQueriesChunkdumpling/export/ir_impl.go
mockRowspkg/ttl/ttlworker/session_test.go
TestServerClientpkg/server/internal/testserverclient/s
TableRegionpkg/lightning/mydump/region.go
Resultpkg/testkit/result.go
MemReaderpkg/util/stmtsummary/v2/reader.go
HistoryReaderpkg/util/stmtsummary/v2/reader.go
Columnpkg/util/chunk/column.go

Calls

no outgoing calls

Tested by 15

TestIssue38533Function · 0.52
TestIssue40679Function · 0.52
testRandomPlanCacheCasesFunction · 0.52
TestIssue42125Function · 0.52
TestBuiltinFuncFlenFunction · 0.52