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

Method dims

src/repr/src/adt/array.rs:51–53  ·  view source on GitHub ↗

Returns the dimensions of the array.

(&self)

Source from the content-addressed store, hash-verified

49impl<'a, T> Array<'a, T> {
50 /// Returns the dimensions of the array.
51 pub fn dims(&self) -> ArrayDimensions<'a> {
52 self.dims
53 }
54
55 /// Returns the elements of the array.
56 pub fn elements(&self) -> DatumList<'a, T> {

Callers 15

stringify_datumFunction · 0.80
array_lengthFunction · 0.80
array_lowerFunction · 0.80
array_removeFunction · 0.80
array_upperFunction · 0.80
array_array_concatFunction · 0.80
array_create_multidimFunction · 0.80
array_indexFunction · 0.80
array_positionFunction · 0.80
evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected