Closed toddfarmer closed 7 years ago
Note: This issue was originally created as ARROW-1495. Please see the migration documentation for further details.
Construct lazily to avoid performance penalty, but also enable result of RecordBatch::column to be dereferenced
RecordBatch::column
Note: Comment by Wes McKinney (wesm): Resolved in https://github.com/apache/arrow/commit/5aca7b669530b20121b8dda566ddc20ac1dadbeb
Note: This issue was originally created as ARROW-1495. Please see the migration documentation for further details.
Original Issue Description:
Construct lazily to avoid performance penalty, but also enable result of
RecordBatch::column
to be dereferenced