package
2.1.0-rc.2+incompatible
Repository: https://github.com/coderushing/tidb.git
Documentation: pkg.go.dev

# Functions

NewSimpleStats creates a simple StatsInfo with rowCount.

# Constants

CopDoubleReadTaskType stands for the a IndexLookup tasks executed in the coprocessor layer.
CopSingleReadTaskType stands for the a TableScan or IndexScan tasks executed in the coprocessor layer.
RootTaskType stands for the tasks that executed in the TiDB layer.

# Structs

PhysicalProperty stands for the required physical property by parents.
StatsInfo stores the basic information of statistics for the plan's output.

# Type aliases

TaskType is the type of execution task.