MCPcopy 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.
130func (t *Table) Schema() sql.Schema {
131 return t.schema.Schema
132}
133

Callers 10

RunCreateTableTestFunction · 0.45
BuildMethod · 0.45
executeQueryMethod · 0.45
executeLoadDataMethod · 0.45
getTableSchemaMethod · 0.45
StartMethod · 0.45
ValidateCopyFromFunction · 0.45
ValidateCopyToFunction · 0.45
handleCopyDataHelperMethod · 0.45
handleCopyToStdoutMethod · 0.45

Calls

no outgoing calls

Tested by 1

RunCreateTableTestFunction · 0.36