Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
167
type
ValueHandler
interface
{
168
Len() int
169
Null()
170
Date(d pgdate.Date)
171
Datum(d Datum)
Callers
7
Len
Method · 0.65
Len
Method · 0.65
jsonNode
Method · 0.65
AsJSON
Function · 0.65
Compare
Method · 0.65
Append
Method · 0.65
typeCheckOverloadedExprs
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected