MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / ID

Method ID

pkg/sql/scanner/scan.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38// ScanSymType is the interface for accessing the fields of a yacc symType.
39type ScanSymType interface {
40 ID() int32
41 SetID(int32)
42 Pos() int32
43 SetPos(int32)

Callers 4

SplitFirstStatementFunction · 0.65
TokensFunction · 0.65
scanIdentMethod · 0.65
cellIDCoveringPointFunction · 0.65

Implementers 3

fakeSympkg/sql/scanner/scan.go
plpgsqlSymTypepkg/sql/plpgsql/parser/plpgsql.go
jsonpathSymTypepkg/util/jsonpath/parser/jsonpath.go

Calls

no outgoing calls

Tested by

no test coverage detected