Module mz_persist_types::schema
source ยท Expand description
Persist schema evolution.
Structsยง
- See backward_compatible.
- An ordered identifier for a pair of key and val schemas registered to a shard.
Enumsยง
- Array
Migration ๐ - Struct
Array ๐Migration
Constantsยง
Functionsยง
- Returns a function to migrate arrow data encoded by
old
to be the same DataType as arrow data encoded bynew
, ifnew
is backward compatible withold
. Exposed for testing.