risingwave_common::array

Module map_array

source

Re-exports§

Modules§

  • cmp 🔒
    Refer to MapArray for the semantics of the comparison.
  • scalar 🔒
    We can enforce the invariants (see MapArray) in too many places (both MapValue, MapRef and MapArray).

Structs§

  • MapArray is physically just a List<Struct<key: K, value: V>> array, but with some additional restrictions.