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

Method Len

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

Len returns the length of the Datum array.

()

Source from the content-addressed store, hash-verified

5186
5187// Len returns the length of the Datum array.
5188func (d *DArray) Len() int {
5189 return len(d.Array)
5190}
5191
5192// Size implements the Datum interface.
5193func (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