Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cube2222/octosql
/ Error
Method
Error
parser/sqlparser/sql.go:2939–2939 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
2937
type
yyLexer
interface
{
2938
Lex(lval *yySymType) int
2939
Error(s string)
2940
}
2941
2942
type
yyParser
interface
{
Callers
15
Parse
Method · 0.65
TestGetTableName
Function · 0.65
Parse
Function · 0.65
TestAppend
Function · 0.65
TestSelect
Function · 0.65
TestSetAutocommitON
Function · 0.65
TestSetAutocommitOFF
Function · 0.65
TestIsAggregate
Function · 0.65
TestIsImpossible
Function · 0.65
TestColNameEqual
Function · 0.65
TestColIdent
Function · 0.65
TestHexDecode
Function · 0.65
Implementers
1
Tokenizer
parser/sqlparser/token.go
Calls
no outgoing calls
Tested by
15
TestGetTableName
Function · 0.52
TestAppend
Function · 0.52
TestSelect
Function · 0.52
TestSetAutocommitON
Function · 0.52
TestSetAutocommitOFF
Function · 0.52
TestIsAggregate
Function · 0.52
TestIsImpossible
Function · 0.52
TestColNameEqual
Function · 0.52
TestColIdent
Function · 0.52
TestHexDecode
Function · 0.52
TestAndOrPrecedence
Function · 0.52
TestPlusStarPrecedence
Function · 0.52