Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ Error
Method
Error
pkg/sql/parser/sql.go:14390–14390 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
14388
type
sqlLexer
interface
{
14389
Lex(lval *sqlSymType) int
14390
Error(s string)
14391
}
14392
14393
type
sqlParser
interface
{
Callers
13
Flatten
Function · 0.65
FullError
Function · 0.65
Error
Method · 0.65
TestUnimplementedSyntax
Function · 0.65
scanPlaceholder
Method · 0.65
scanString
Method · 0.65
Parse
Method · 0.65
parse
Method · 0.65
populateErrorDetails
Method · 0.65
LoadLocation
Function · 0.65
Format
Method · 0.65
AfterTest
Function · 0.65
Implementers
1
lexer
pkg/sql/parser/lexer.go
Calls
no outgoing calls
Tested by
2
TestUnimplementedSyntax
Function · 0.52
TestReferredVarsInSelectStatement
Function · 0.52