The sqlbase.TableDescriptor is a package in the Golang library github.com.cockroachdb.cockroach.sql that defines the structure and properties of a database table in CockroachDB. This table descriptor contains information such as the table's name, schema, columns, indexes, constraints, and other metadata required for managing the table's operations and behavior. It provides methods for accessing and manipulating the table's properties, making it an essential component for working with tables in CockroachDB's SQL database system.
Golang TableDescriptor - 20 examples found. These are the top rated real world Golang examples of github.com/cockroachdb/cockroach/sql/sqlbase.TableDescriptor extracted from open source projects. You can rate examples to help us improve the quality of examples.