The `TableDescriptor` is a type defined in the `github.com.cockroachdb.cockroach.pkg.sql.sqlbase` package in Go language. It represents the metadata and schema information of a table in a CockroachDB database. It contains details such as the table name, column definitions, primary key constraints, indexes, and foreign key relationships. This descriptor is used by CockroachDB's SQL engine for processing and validating SQL queries and data operations on the table.
Golang TableDescriptor - 18 examples found. These are the top rated real world Golang examples of github.com/cockroachdb/cockroach/pkg/sql/sqlbase.TableDescriptor extracted from open source projects. You can rate examples to help us improve the quality of examples.