Skip to content

[Java] Remove dependency on RangeEqualsVisitor from ValueVector interface #22600

@asfimport

Description

@asfimport

This is a follow-up from #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;

 

Reporter: Pindikura Ravindra / @pravindra
Assignee: Ji Liu / @tianchen92

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-6211. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions