MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Name

Method Name

catalog/table.go:113–115  ·  view source on GitHub ↗

Name implements sql.Table.

()

Source from the content-addressed store, hash-verified

111func (t *Table) Collation() sql.CollationID {
112 return sql.Collation_Default
113}
114
115// Name implements sql.Table.
116func (t *Table) Name() string {
117 return t.name
118}

Callers 15

newMergableIndexFunction · 0.45
BuildMethod · 0.45
executeQueryMethod · 0.45
IsPureDataQueryFunction · 0.45
executeLoadDataMethod · 0.45
columnTypeHintsFunction · 0.45
columnTypeHintFunction · 0.45
NewSqlBatchReaderFunction · 0.45
sanityCheckDatabaseFunction · 0.45
CreateTestDirFunction · 0.45
InferSchemaFunction · 0.45

Calls

no outgoing calls

Tested by 1

newMergableIndexFunction · 0.36