You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/11/23 22:44:59 UTC

[jira] [Created] (ARROW-388) [C++] Add a "shifted file" abstraction

Wes McKinney created ARROW-388:
----------------------------------

             Summary: [C++] Add a "shifted file" abstraction
                 Key: ARROW-388
                 URL: https://issues.apache.org/jira/browse/ARROW-388
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Wes McKinney


In an IPC setting, you may wish to interpret a file-like object by some other frame of reference. For example, you may want to consider the middle of a file to be the initial 0 position -- this would all be done with zero copy and no "work" performed, strictly passing through method calls to the underlying file interface. Related to ARROW-387, ARROW-384



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)