MCPcopy 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

946type plpgsqlParser interface {
947 Parse(plpgsqlLexer) int
948 Lookahead() int
949}
950
951type plpgsqlParserImpl struct {

Callers 6

MakeExecSqlStmtMethod · 0.65
MakeFetchOrMoveStmtMethod · 0.65
peekForExecuteMethod · 0.65
findFirstOccurrenceMethod · 0.65
readSQLConstructMethod · 0.65

Implementers 2

plpgsqlParserImplpkg/sql/plpgsql/parser/plpgsql.go
jsonpathParserImplpkg/util/jsonpath/parser/jsonpath.go

Calls

no outgoing calls

Tested by

no test coverage detected