[
https://issues.apache.org/jira/browse/ARROW-6211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906415#comment-16906415
]
Bryan Cutler commented on ARROW-6211:
-------------------------------------
This sounds good to me then, I agree it would be useful to have a generic
visitor api
> [Java] Remove dependency on RangeEqualsVisitor from ValueVector interface
> -------------------------------------------------------------------------
>
> Key: ARROW-6211
> URL: https://issues.apache.org/jira/browse/ARROW-6211
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Reporter: Pindikura Ravindra
> Assignee: Ji Liu
> Priority: Major
>
> This is a follow-up from [https://github.com/apache/arrow/pull/4933]
>
> public interface VectorVisitor<OUT, IN, EX extends Exception> \{..}
>
> In ValueVector :
> public <OUT, IN, EX extends Exception> OUT accept(VectorVisitor<OUT, IN, EX>
> visitor, IN value) throws EX;
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)