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

Function getCreateSequence

catalog/table.go:214–220  ·  view source on GitHub ↗
(temporary bool, sequenceName string)

Source from the content-addressed store, hash-verified

212 }
213 }
214
215 column := &sql.Column{
216 Name: columnInfo.ColumnName,
217 Type: columnInfo.DataType,
218 Nullable: nullable,
219 Source: tableName,
220 DatabaseSource: dbName,
221 Default: defaultValue,
222 Generated: generated,
223 Virtual: decodedComment.Meta.Virtual,

Callers 3

AddColumnMethod · 0.85
ModifyColumnMethod · 0.85
setAutoIncrementValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected