You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cheeky thing here is that now we require a VortexSession to
serialize metadata:
1. Makes it hard to serialize arrays you didn't intend to. All arrays
must be registered at least.
2. Allows ScalarFnArray to serialize metadata using a dedicated
ArrayPlugin for that ScalarFn. So not all scalar function vtables need
to define array serde semantics, they just register an optional plugin.
This will allow us to port existing scalar arrays to scalar functions
without a wire break
---------
Signed-off-by: Nicholas Gates <nick@nickgates.com>
0 commit comments