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

Function unimplemented

pkg/sql/plpgsql/parser/plpgsql.go:35–38  ·  view source on GitHub ↗
(plpgsqllex plpgsqlLexer, feature string)

Source from the content-addressed store, hash-verified

33}
34
35func unimplemented(plpgsqllex plpgsqlLexer, feature string) int {
36 plpgsqllex.(*lexer).Unimplemented(feature)
37 return 1
38}
39
40var _ scanner.ScanSymType = &plpgsqlSymType{}
41

Callers 1

ParseMethod · 0.70

Calls 1

UnimplementedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…