fdb-record-layer
fdb-record-layer copied to clipboard
Improve implementation of `ConstantObjectValue`
It should take care of promoting the value by employing the same logic we have in PromoteValue
, in other words we should extract the promotion logic in PromoteValue
and use in ConstantObjectValue
and PromoteValue
.