You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Pindikura Ravindra (JIRA)" <ji...@apache.org> on 2019/08/12 08:42:00 UTC

[jira] [Created] (ARROW-6211) [Java] Remove dependency on RangeEqualsVisitor from ValueVector interface

Pindikura Ravindra created ARROW-6211:
-----------------------------------------

             Summary: [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
            Reporter: Pindikura Ravindra


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)