package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

FormatIndexElements formats the key columns an index.
IndexForDisplay formats an index descriptor as a SQL string.

# Constants

IndexDisplayDefOnly indicates index definition to be printed as INDEX definition format within a CREATE TABLE statement.
IndexDisplayShowCreate indicates index definition to be printed as a CREATE INDEX statement.

# Type aliases

IndexDisplayMode influences how an index should be formatted for pretty print in IndexForDisplay function.