Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Lookahead
Method
Lookahead
pkg/sql/plpgsql/parser/plpgsql.go:948–948 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
946
type
plpgsqlParser
interface
{
947
Parse(plpgsqlLexer) int
948
Lookahead() int
949
}
950
951
type
plpgsqlParserImpl
struct
{
Callers
6
MakeExecSqlStmt
Method · 0.65
MakeFetchOrMoveStmt
Method · 0.65
ReadIntegerForLoopControl
Method · 0.65
peekForExecute
Method · 0.65
findFirstOccurrence
Method · 0.65
readSQLConstruct
Method · 0.65
Implementers
2
plpgsqlParserImpl
pkg/sql/plpgsql/parser/plpgsql.go
jsonpathParserImpl
pkg/util/jsonpath/parser/jsonpath.go
Calls
no outgoing calls
Tested by
no test coverage detected