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

Method Len

pkg/sql/sem/tree/datum.go:3470–3472  ·  view source on GitHub ↗

Len returns the length of the Datum array.

()

Source from the content-addressed store, hash-verified

3468
3469// Len returns the length of the Datum array.
3470func (d *DArray) Len() int {
3471 return len(d.Array)
3472}
3473
3474// Size implements the Datum interface.
3475func (d *DArray) Size() uintptr {

Callers 5

CompareMethod · 0.95
NextMethod · 0.95
IsMinMethod · 0.95
ValidateMethod · 0.95
AppendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected