[
https://issues.apache.org/jira/browse/ARROW-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905702#comment-16905702
]
Yosuke Shiro commented on ARROW-6204:
-------------------------------------
Perhaps, should we add "garrow_chunked_array_is_in" rather than
"garrow_array_is_in_chunked_array"?
It seems that both a left hand side array and a right hand side array need to
be "ChunkedArray".
So, I think it is good to add the following function in compute.cpp.
{code:java}
GArrowChunkedArray *
garrow_chunked_array_is_in(GArrowChunkedArray *left,
GArrowChunkedArray *right,
GError **error){code}
[~kou]
What do you think about this?
> [GLib] Add garrow_array_is_in_chunked_array()
> ---------------------------------------------
>
> Key: ARROW-6204
> URL: https://issues.apache.org/jira/browse/ARROW-6204
> Project: Apache Arrow
> Issue Type: New Feature
> Components: GLib
> Reporter: Yosuke Shiro
> Assignee: Yosuke Shiro
> Priority: Major
>
> This is follow-up of
> [https://github.com/apache/arrow/pull/5047#issuecomment-520103706].
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)