Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
39
type
ScanSymType
interface
{
40
ID() int32
41
SetID(int32)
42
Pos() int32
43
SetPos(int32)
Callers
4
SplitFirstStatement
Function · 0.65
Tokens
Function · 0.65
scanIdent
Method · 0.65
cellIDCoveringPoint
Function · 0.65
Implementers
3
fakeSym
pkg/sql/scanner/scan.go
plpgsqlSymType
pkg/sql/plpgsql/parser/plpgsql.go
jsonpathSymType
pkg/util/jsonpath/parser/jsonpath.go
Calls
no outgoing calls
Tested by
no test coverage detected