fdb-record-layer
fdb-record-layer copied to clipboard
Resolves #2717: Support Value-based InSource
This allows for IN
s with a Value
based source to be used during query execution with an IN-join or IN-union plan. There already was an InComparandSource
, so rather than introducing a new one, it makes use of that existing class.
This resolves #2717.