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

Class ArrayCreate

src/expr/src/scalar/func/variadic.rs:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 MzReflect
141)]
142pub struct ArrayCreate {
143 pub elem_type: SqlScalarType,
144}
145
146/// Constructs a new multidimensional array out of an arbitrary number of
147/// lower-dimensional arrays.

Callers 1

parse_literal_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected