MCPcopy Index your code
hub / github.com/jackc/pgx / Dimensions

Method Dimensions

pgtype/array_codec.go:15–15  ·  view source on GitHub ↗

Dimensions returns the array dimensions. If array is nil then nil is returned.

()

Source from the content-addressed store, hash-verified

13type ArrayGetter interface {
14 // Dimensions returns the array dimensions. If array is nil then nil is returned.
15 Dimensions() []ArrayDimension
16
17 // Index returns the element at i.
18 Index(i int) any

Callers 2

EncodeMethod · 0.65
EncodeMethod · 0.65

Implementers 3

anySliceArrayReflectpgtype/builtin_wrappers.go
anyMultiDimSliceArraypgtype/builtin_wrappers.go
anyArrayArrayReflectpgtype/builtin_wrappers.go

Calls

no outgoing calls

Tested by

no test coverage detected