Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Lex
Method
Lex
pkg/sql/plpgsql/parser/plpgsql.go:942–942 ·
view source on GitHub ↗
(lval *plpgsqlSymType)
Source
from the content-addressed store, hash-verified
940
941
type
plpgsqlLexer
interface
{
942
Lex(lval *plpgsqlSymType) int
943
Error(s string)
944
}
945
Callers
1
plpgsqllex1
Function · 0.65
Implementers
3
lexer
pkg/sql/parser/lexer.go
lexer
pkg/sql/plpgsql/parser/lexer.go
lexer
pkg/util/jsonpath/parser/lexer.go
Calls
no outgoing calls
Tested by
no test coverage detected