title: "Materialize v0.100" date: 2024-05-22 released: true
Add a MAP
expression that allows constructing a map
from a list of key–value pairs or a subquery.
SELECT MAP['a' => 1, 'b' => 2];
map
-------------
{a=>1,b=>2}
COPY TO
command in the WebSocket API, so it's
possible to run it from the SQL Shell.