fdb-record-layer
fdb-record-layer copied to clipboard
Use of Type.TypeCode.UNKNOWN in BinaryPhysicalOperator
See comment https://github.com/FoundationDB/fdb-record-layer/pull/2899#discussion_r1753904755
This seems to be used there as a stand-in for null values: the associated implementations all look to return null
. But I imagine it would be better to know that the Value
is null and not unresolved.