Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
func
(t *Table) ExtraTableInfo() ExtraTableInfo {
103
return
t.comment.Meta
104
}
105
106
func
(t *Table) HasPrimaryKey() bool {
107
return
t.hasPrimaryKey
108
}
Callers
1
executeLoadData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected