MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Len

Method Len

postgres/parser/sem/tree/datum.go:1736–1738  ·  view source on GitHub ↗

Len returns the length of the Datum array.

()

Source from the content-addressed store, hash-verified

1734
1735// Len returns the length of the Datum array.
1736func (d *DArray) Len() int {
1737 return len(d.Array)
1738}
1739
1740// Size implements the Datum interface.
1741func (d *DArray) Size() uintptr {

Callers 2

ValidateMethod · 0.95
AppendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected