Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ IsNull
Method
IsNull
pgtype/multirange.go:16–16 ·
view source on GitHub ↗
IsNull returns true if the value is SQL NULL.
()
Source
from the content-addressed store, hash-verified
14
type
MultirangeGetter
interface
{
15
// IsNull returns true if the value is SQL NULL.
16
IsNull() bool
17
18
// Len returns the number of elements in the multirange.
19
Len() int
Callers
2
Encode
Method · 0.65
Encode
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected