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

Method Len

pkg/sql/sem/tree/parse_string.go:168–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166// ValueHandler is an interface to allow raw types to be extracted from strings.
167type ValueHandler interface {
168 Len() int
169 Null()
170 Date(d pgdate.Date)
171 Datum(d Datum)

Callers 7

LenMethod · 0.65
LenMethod · 0.65
jsonNodeMethod · 0.65
AsJSONFunction · 0.65
CompareMethod · 0.65
AppendMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected