package
0.0.0-20170824124048-14e01491193a
Repository: https://github.com/blacktear23/tidb.git
Documentation: pkg.go.dev
# Functions
BuildIndexRange will build range of index for PhysicalIndexScan.
BuildRange is a method which can calculate IntColumnRange, ColumnRange, IndexRange.
BuildTableRange will build range of pk for PhysicalTableScan.
DetachColumnConditions distinguishes between access conditions and filter conditions from conditions.
DetachIndexFilterConditions will detach the access conditions from other conditions.
DetachIndexScanConditions will detach the index filters from table filters.
FullIndexRange is (-∞, +∞) for IndexRange.
FullIntRange is (-∞, +∞) for IntColumnRange.
Ranges2ColumnRanges changes []types.Range to []*types.ColumnRange.
Ranges2IndexRanges changes []types.Range to []*types.IndexRange.
Ranges2IntRanges changes []types.Range to []types.IntColumnRange.
# Constants
Error codes.
Range type.
Range type.
Range type.
# Variables
Error instances.