Skip to content

[C++] Refactor IPC vector "loading" and "unloading" to be based on cleaner visitor pattern #15327

@asfimport

Description

@asfimport

The logic for obtaining buffers and metaata from each array is currently somewhat self-contained in arrow/ipc/adapter.cc – this is somewhat inflexible. See the interface used in the Java implementation: https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/FieldVector.java#L52

This may be better implemented using virtual functions and the visitor pattern, which may yield better user-extensibility in the future

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions