package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
NewApplyImpl creates a new ApplyImpl.
NewHashJoinImpl creates a new HashJoinImpl.
NewIndexReaderImpl creates a new IndexReader Implementation.
NewIndexScanImpl creates a new IndexScan Implementation.
NewLimitImpl creates a new LimitImpl.
NewMaxOneRowImpl creates a new MaxOneRowImpl.
NewMemTableScanImpl creates a new table dual Implementation.
NewMergeJoinImpl creates a new MergeJoinImpl.
NewNominalSortImpl creates a new NominalSort Implementation.
NewProjectionImpl creates a new projection Implementation.
NewShowImpl creates a new ShowImpl.
NewSortImpl creates a new sort Implementation.
NewTableDualImpl creates a new table dual Implementation.
NewTableReaderImpl creates a new table reader Implementation.
NewTableScanImpl creates a new table scan Implementation.
NewTiDBHashAggImpl creates a new TiDBHashAggImpl.
NewTiDBSelectionImpl creates a new TiDBSelectionImpl.
NewTiDBTopNImpl creates a new TiDBTopNImpl.
NewTiKVHashAggImpl creates a new TiKVHashAggImpl.
NewTiKVSelectionImpl creates a new TiKVSelectionImpl.
NewTiKVTopNImpl creates a new TiKVTopNImpl.
NewUnionAllImpl creates a new UnionAllImpl.
NewWindowImpl creates a new WindowImpl.
# Structs
ApplyImpl is the implementation of PhysicalApply.
HashJoinImpl is the implementation for PhysicalHashJoin.
IndexReaderImpl is the implementation of PhysicalIndexReader.
IndexScanImpl is the Implementation of PhysicalIndexScan.
LimitImpl is the implementation of PhysicalLimit.
MaxOneRowImpl is the implementation of PhysicalApply.
MemTableScanImpl implementation of PhysicalTableDual.
MergeJoinImpl is the implementation for PhysicalMergeJoin.
NominalSortImpl is the implementation of NominalSort.
ProjectionImpl is the implementation of PhysicalProjection.
ShowImpl is the Implementation of PhysicalShow.
SortImpl implementation of PhysicalSort.
TableDualImpl implementation of PhysicalTableDual.
TableReaderImpl implementation of PhysicalTableReader.
TableScanImpl implementation of PhysicalTableScan.
TiDBHashAggImpl is the implementation of PhysicalHashAgg in TiDB layer.
TiDBSelectionImpl is the implementation of PhysicalSelection in TiDB layer.
TiDBTopNImpl is the implementation of PhysicalTopN in TiDB layer.
TiKVHashAggImpl is the implementation of PhysicalHashAgg in TiKV layer.
TiKVSelectionImpl is the implementation of PhysicalSelection in TiKV layer.
TiKVTopNImpl is the implementation of PhysicalTopN in TiKV layer.
UnionAllImpl is the implementation of PhysicalUnionAll.
WindowImpl is the implementation of PhysicalWindow.