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

# Functions

BuildColumnRange builds the range for sampling histogram to calculate the row count.
BuildTableRange will build range of pk for PhysicalTableScan.
DetachCondAndBuildRangeForIndex will detach the index filters from table filters.
DetachCondsForTableRange detaches the conditions used for range calculation form other useless conditions for calculating the table range.
DetachSimpleCondAndBuildRangeForIndex will detach the index filters from table filters.
ExtractAccessConditionsForColumn detaches the access conditions used for range calculation.
FullIntRange is used for table range.
FullRange is (-∞, +∞) for Range.

# Constants

Error codes.
RangeType constants.
RangeType constants.
RangeType constants.

# Variables

Error instances.

# Structs

Range represents a range generated in physical plan building phase.

# Type aliases

RangeType is alias for int.