MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / elements

Method elements

src/repr/src/adt/array.rs:56–58  ·  view source on GitHub ↗

Returns the elements of the array.

(&self)

Source from the content-addressed store, hash-verified

54
55 /// Returns the elements of the array.
56 pub fn elements(&self) -> DatumList<'a, T> {
57 self.elements
58 }
59
60 /// Returns true if this array's dimensions are valid for the Int2Vector type.
61 /// Int2Vector is 1-D; empty arrays use 0 dimensions (PostgreSQL convention).

Callers 15

array_concatFunction · 0.80
unnest_arrayFunction · 0.80
acl_explodeFunction · 0.80
mz_acl_explodeFunction · 0.80
jsonb_get_pathFunction · 0.80
map_contains_all_keysFunction · 0.80
map_contains_any_keysFunction · 0.80
stringify_datumFunction · 0.80
array_removeFunction · 0.80
array_containsFunction · 0.80
array_contains_arrayFunction · 0.80
array_array_concatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected