Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ Schema
Method
Schema
catalog/table.go:128–130 ·
view source on GitHub ↗
Schema implements sql.Table.
()
Source
from the content-addressed store, hash-verified
126
return
sql.PartitionsToPartitionIter(), nil
127
}
128
129
// Schema implements sql.Table.
130
func
(t *Table) Schema() sql.Schema {
131
return
t.schema.Schema
132
}
133
Callers
10
RunCreateTableTest
Function · 0.45
Build
Method · 0.45
executeQuery
Method · 0.45
executeLoadData
Method · 0.45
getTableSchema
Method · 0.45
Start
Method · 0.45
ValidateCopyFrom
Function · 0.45
ValidateCopyTo
Function · 0.45
handleCopyDataHelper
Method · 0.45
handleCopyToStdout
Method · 0.45
Calls
no outgoing calls
Tested by
1
RunCreateTableTest
Function · 0.36