datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Support StringView for binary operators

Open tlm365 opened this issue 1 year ago • 1 comments

Which issue does this PR close?

Part of #12180.

Rationale for this change

Support StringView for binary operators like ~, !~, etc.

What changes are included in this PR?

If Utf8View is in any side of binary operators, we COERCE to Utf8. This behaviour will remain until native StringView support is implemented.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

tlm365 avatar Aug 28 '24 10:08 tlm365

I plan to review this later today.

dharanad avatar Aug 28 '24 12:08 dharanad