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

Method Name

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

Name returns the name of the table.

()

Source from the content-addressed store, hash-verified

20type Handler interface {
21 // Name returns the name of the table.
22 Name() string
23 // RowIter returns a sql.RowIter that returns the rows of the table.
24 RowIter(ctx *sql.Context, partition sql.Partition) (sql.RowIter, error)
25 // PkSchema returns the table's schema.

Callers 15

GetRepoSizeFunction · 0.65
CountTableFilesFunction · 0.65
startServerWithMetricsFunction · 0.65
NameMethod · 0.65
DebugStringMethod · 0.65
IterRootObjectsMethod · 0.65
GetSchemasMethod · 0.65
HandleMergeMethod · 0.65
HandleMergeMethod · 0.65
HandleMergeMethod · 0.65

Calls

no outgoing calls

Tested by 6

GetRepoSizeFunction · 0.52
CountTableFilesFunction · 0.52
startServerWithMetricsFunction · 0.52
TestAuthDoltProceduresFunction · 0.52