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

Struct jsonpathSymType

pkg/util/jsonpath/parser/jsonpath.go:177–183  ·  view source on GitHub ↗

line jsonpath-gen.y:190

Source from the content-addressed store, hash-verified

175
176//line jsonpath-gen.y:190
177type jsonpathSymType struct {
178 yys int
179 id int32
180 pos int32
181 str string
182 union jsonpathSymUnion
183}
184
185const IDENT = 57346
186const UIDENT = 57347

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected