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

Method Schema

pkg/planner/core/base/plan_base.go:48–48  ·  view source on GitHub ↗

Get the schema.

()

Source from the content-addressed store, hash-verified

46type Plan interface {
47 // Get the schema.
48 Schema() *expression.Schema
49
50 // Get the ID.
51 ID() int

Callers 15

dataForColumnsInTableMethod · 0.95
completeSortMethod · 0.65
injectSortMethod · 0.65
extractHandleColMethod · 0.65
GetAvgRowSizeMethod · 0.65
SetSchemaMethod · 0.65
GetIndexNetDataSizeMethod · 0.65
GetAvgTableRowSizeMethod · 0.65
GetAvgTableRowSizeMethod · 0.65
ExtractCorrelatedColsMethod · 0.65

Calls

no outgoing calls

Tested by 15

newMockJoinFunction · 0.52
newDataSourceFunction · 0.52
TestDPReorderTPCHQ5Function · 0.52
testAnalyzeLookUpFiltersFunction · 0.52
TestExtraPKNotNullFlagFunction · 0.52
checkDataSourceColsFunction · 0.52