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

Function FullColumnName

catalog/identifier.go:30–32  ·  view source on GitHub ↗
(catalog, schema, table, column string)

Source from the content-addressed store, hash-verified

28}
29
30func FullColumnName(catalog, schema, table, column string) string {
31 return FullTableName(catalog, schema, table) + `."` + column + `"`
32}
33
34// EncodeIndexName uses a simple encoding scheme (table$$index) for better visibility which is useful for debugging.
35func EncodeIndexName(table, index string) string {

Callers 3

createAllTableMethod · 0.85
AddColumnMethod · 0.85
ModifyColumnMethod · 0.85

Calls 1

FullTableNameFunction · 0.85

Tested by

no test coverage detected