<https://github.com/Eventual-Inc/Daft/blob/a804cfd...
# daft-dev
• need to figure out how to convert to
DataType::MapArray
again • perhaps can reduce alloc? ◦ making a boolean array for filtering maybe isnt most efficient thing ever
j
Making a MapArray should be: 1. Make a structarray 2. Make a listarray from the StructArray by adding offsets 3. Wrap into a MapArray We can walk you through it tomorrow!