MCPcopy 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
941type plpgsqlLexer interface {
942 Lex(lval *plpgsqlSymType) int
943 Error(s string)
944}
945

Callers 1

plpgsqllex1Function · 0.65

Implementers 3

lexerpkg/sql/parser/lexer.go
lexerpkg/sql/plpgsql/parser/lexer.go
lexerpkg/util/jsonpath/parser/lexer.go

Calls

no outgoing calls

Tested by

no test coverage detected