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

Struct plpgsqlSymType

pkg/sql/plpgsql/parser/plpgsql.go:204–210  ·  view source on GitHub ↗

line plpgsql-gen.y:338

Source from the content-addressed store, hash-verified

202
203//line plpgsql-gen.y:338
204type plpgsqlSymType struct {
205 yys int
206 id int32
207 pos int32
208 str string
209 union plpgsqlSymUnion
210}
211
212const IDENT = 57346
213const UIDENT = 57347

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected