Skip to content

[SQL] Support window queries sorting over unsigned types, UUID #5890

@mihaibudiu

Description

@mihaibudiu

Just treat the UUID as a unsigned value.
Unfortunately for UUID this will not work for UUID NULL types, since the encoding needs to fit in 128 bits, and we need an extra bit for NULL.

Metadata

Metadata

Assignees

Labels

SQL compilerRelated to the SQL compilerhigh priorityTask should be tackled first, added in the current sprint if necessary

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions