Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
func
(t *Table) Collation() sql.CollationID {
112
return
sql.Collation_Default
113
}
114
115
// Name implements sql.Table.
116
func
(t *Table) Name() string {
117
return
t.name
118
}
Callers
15
newMergableIndex
Function · 0.45
Build
Method · 0.45
executeQuery
Method · 0.45
IsPureDataQuery
Function · 0.45
executeLoadData
Method · 0.45
columnTypeHints
Function · 0.45
columnTypeHint
Function · 0.45
NewSqlBatchReader
Function · 0.45
sanityCheckDatabase
Function · 0.45
CreateTestDir
Function · 0.45
InferSchema
Function · 0.45
getOptionValueAsDatabaseNames
Function · 0.45
Calls
no outgoing calls
Tested by
1
newMergableIndex
Function · 0.36