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

Method HasPrimaryKey

catalog/table.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102func (t *Table) ExtraTableInfo() ExtraTableInfo {
103 return t.comment.Meta
104}
105
106func (t *Table) HasPrimaryKey() bool {
107 return t.hasPrimaryKey
108}

Callers 1

executeLoadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected