MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Indexes

Method Indexes

server/tables/handler.go:32–32  ·  view source on GitHub ↗

Indexes returns the table's indexes.

()

Source from the content-addressed store, hash-verified

30 Handler
31 // Indexes returns the table's indexes.
32 Indexes() ([]sql.Index, error)
33 // LookupPartitions returns a sql.PartitionIter that can be used to look up rows in the table using the given lookup
34 LookupPartitions(context *sql.Context, lookup sql.IndexLookup) (sql.PartitionIter, error)
35}

Callers 4

generateForeignKeyNameFunction · 0.65
validateCreateTableFunction · 0.65
validateIdentifiersFunction · 0.65
GetIndexesMethod · 0.65

Implementers 6

PgConstraintHandlerserver/tables/pgcatalog/pg_constraint.
PgIndexHandlerserver/tables/pgcatalog/pg_index.go
PgTypeHandlerserver/tables/pgcatalog/pg_type.go
PgNamespaceHandlerserver/tables/pgcatalog/pg_namespace.g
PgClassHandlerserver/tables/pgcatalog/pg_class.go
PgAttributeHandlerserver/tables/pgcatalog/pg_attribute.g

Calls

no outgoing calls

Tested by

no test coverage detected