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
Rename table merge to table union in the public API
"Table union" seems to be more appropriate than "table merge", since "merge" is
often used in the LSM-Tree literature to mean "run merges". The table union
semantics are also similar to `Map.union` from the well known `Data.Map` module,
so just from the name it should be more obvious at a glance what the semantics
of "table union" are.
The semantics of table union are made a little more specific in the haddocks.
0 commit comments