You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pindikura Ravindra / @pravindra:
It'll be useful for generic visitors to carry state (the IN value allows that). For the RangeEqualsVisitors, you can always use Void.
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.
The text was updated successfully, but these errors were encountered: