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)