Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/gh-ost
/ IsAutoIncrementDefined
Method
IsAutoIncrementDefined
go/sql/parser.go:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
func
(atp *AlterTableParser) IsAutoIncrementDefined() bool {
184
return
atp.isAutoIncrementDefined
185
}
186
187
func
(atp *AlterTableParser) GetExplicitSchema() string {
188
return
atp.explicitSchema
Callers
6
TestParseAlterStatement
Function · 0.95
TestParseAlterStatementrivialRename
Function · 0.95
TestParseAlterStatementWithAutoIncrement
Function · 0.95
TestParseAlterStatementrivialRenames
Function · 0.95
TestParseAlterStatementNonTrivial
Function · 0.95
initiateApplier
Method · 0.80
Calls
no outgoing calls
Tested by
5
TestParseAlterStatement
Function · 0.76
TestParseAlterStatementrivialRename
Function · 0.76
TestParseAlterStatementWithAutoIncrement
Function · 0.76
TestParseAlterStatementrivialRenames
Function · 0.76
TestParseAlterStatementNonTrivial
Function · 0.76