felipecrv commented on issue #37153:
URL: https://github.com/apache/arrow/issues/37153#issuecomment-1678933078

   > We are not talking about virtual methods or type-based dispatching here, 
just concrete helper classes to avoid repeating the same low-level access code.
   
   Ok, that makes sense. I was confused by the fact that the code snippet has a 
super class. If virtual dispatching isn't wanted we could probably drop the 
super-class altogether and repeat the constructor that takes an `ArraySpan` in 
the concrete classes containing operations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to