Li Jin created ARROW-2581: ----------------------------- Summary: [Java] Unify reset() interface for vectors Key: ARROW-2581 URL: https://issues.apache.org/jira/browse/ARROW-2581 Project: Apache Arrow Issue Type: Improvement Components: Java - Vectors Affects Versions: 0.9.0 Reporter: Li Jin
Currently, many vectors have "reset()" methods but it's not part of the vector interface and is not implemented by all vectors (e.g. ListVector doesn't have a reset method). I think a similar interface to "clear()" would be a good improvement. -- This message was sent by Atlassian JIRA (v7.6.3#76005)