Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
type
Plan
interface
{
47
// Get the schema.
48
Schema() *expression.Schema
49
50
// Get the ID.
51
ID() int
Callers
15
dataForColumnsInTable
Method · 0.95
buildTbl2UpdateColumns
Method · 0.65
completeSort
Method · 0.65
injectSort
Method · 0.65
extractHandleCol
Method · 0.65
GetAvgRowSize
Method · 0.65
SetSchema
Method · 0.65
GetIndexNetDataSize
Method · 0.65
GetAvgTableRowSize
Method · 0.65
GetAvgTableRowSize
Method · 0.65
ResolveCorrelatedColumns
Method · 0.65
ExtractCorrelatedCols
Method · 0.65
Calls
no outgoing calls
Tested by
15
TestIndexLookUpReaderTryLookUpPushDown
Function · 0.52
testDAGPlanBuilderSplitAvg
Function · 0.52
newMockJoin
Function · 0.52
newDataSource
Function · 0.52
TestDPReorderTPCHQ5
Function · 0.52
TestHandleFineGrainedShuffle
Function · 0.52
testAnalyzeLookUpFilters
Function · 0.52
TestIndexJoinAnalyzeLookUpFilters
Function · 0.52
TestRangeFallbackForAnalyzeLookUpFilters
Function · 0.52
TestEliminateProjectionUnderUnion
Function · 0.52
TestExtraPKNotNullFlag
Function · 0.52
checkDataSourceCols
Function · 0.52