package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
HasSpecialAttributes checks if a table has any special attributes.
# Variables
AllPlacementPolicyAttribute is the Placement Policy attribute filter used by ListTablesWithSpecialAttribute.
AllSpecialAttribute marks a model.TableInfo with any special attributes.
ForeignKeysAttribute is the ForeignKeys attribute filter used by ListTablesWithSpecialAttribute.
PartitionAttribute is the Partition attribute filter used by ListTablesWithSpecialAttribute.
PlacementPolicyAttribute is the Placement Policy attribute filter used by ListTablesWithSpecialAttribute.
TableLockAttribute is the Table Lock attribute filter used by ListTablesWithSpecialAttribute.
TiFlashAttribute is the TiFlashReplica attribute filter used by ListTablesWithSpecialAttribute.
TTLAttribute is the TTL attribute filter used by ListTablesWithSpecialAttribute.
# Structs
TableInfoResult is used to store the result of ListTablesWithSpecialAttribute.
# Interfaces
MetaOnlyInfoSchema is a workaround.
Misc contains the methods that are not closely related to InfoSchema.
SchemaAndTable is define for iterating all the schemas and tables in the infoschema.
# Type aliases
DBInfoAsInfoSchema is used mainly in test.
SpecialAttributeFilter is used to filter tables with special attributes.