Skip to content

Conversation

@fsaintjacques
Copy link
Contributor

No description provided.

@fsaintjacques fsaintjacques force-pushed the ARROW-3123-count-aggregate branch 2 times, most recently from 1a1ffe6 to 21e71e2 Compare March 2, 2019 18:17
@fsaintjacques fsaintjacques force-pushed the ARROW-3123-count-aggregate branch from 21e71e2 to b462b8c Compare March 4, 2019 14:28
@fsaintjacques
Copy link
Contributor Author

Failure is unrelated (https://issues.apache.org/jira/browse/ARROW-2957)

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1


Status Count(FunctionContext* context, const CountOptions& options, const Datum& value,
Datum* out) {
if (!value.is_array()) return Status::Invalid("Count is expecting an array datum.");
Copy link
Member

Choose a reason for hiding this comment

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

leave TODO about evaluation on chunked arrays (we need to think about how to address this generally rather than having a bunch of boilerplate)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants