Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FeatureIDTiDB represents the general TiDB-specific features. FeatureIDTiDB = "" // FeatureIDAutoRandom is the `auto_random` feature. FeatureIDAutoRandom = "auto_rand" // FeatureIDAutoIDCache is the `auto_id_cache` feature. FeatureIDAutoIDCache = "auto_id_cache" // FeatureIDAutoRandomBase is the `auto_random_base` feature. FeatureIDAutoRandomBase = "auto_rand_base" // FeatureIDClusteredIndex is the `clustered_index` feature. FeatureIDClusteredIndex = "clustered_index" // FeatureIDForceAutoInc is the `force auto_increment` feature. FeatureIDForceAutoInc = "force_inc" // FeatureIDPlacement is the `placement rule` feature. FeatureIDPlacement = "placement" // FeatureIDTTL is the `ttl` feature FeatureIDTTL = "ttl" // FeatureIDResourceGroup is the `resource group` feature. FeatureIDResourceGroup = "resource_group" // FeatureIDGlobalIndex is the `Global Index` feature. FeatureIDGlobalIndex = "global_index" )
Variables ¶
This section is empty.
Functions ¶
func CanParseFeature ¶
CanParseFeature is used to check if a feature can be parsed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.