Skip to content

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Feb 25, 2021

Also enable nth_to_indices on decimal and fixed size binary data.

@pitrou pitrou requested a review from bkietz February 25, 2021 18:35
Also enable nth_to_indices on decimal and fixed size binary data.
@pitrou pitrou force-pushed the ARROW-11662-sort-decimal branch from 518f0f8 to cbdbba5 Compare February 25, 2021 19:46
@github-actions
Copy link

Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

bool IsNull() const { return array->IsNull(index); }

ViewType GetView() const { return array->GetView(index); }
LogicalValueType Value() const { return V::LogicalValue(array->GetView(index)); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to refactor/rename GetViewType, this was very confusing to read (not in any way that's your fault)

@bkietz bkietz closed this in dfd2323 Feb 26, 2021
@pitrou pitrou deleted the ARROW-11662-sort-decimal branch March 1, 2021 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants