Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-493

[C++] Allow in-memory array over 2^31 -1 elements but require splitting at IPC / RPC boundaries

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.3.0
    • C++
    • None

    Description

      To make Arrow a more flexible container for interacting with foreign data, it will be useful to be able to do zero-copy construction of arrays having a footprint of larger than 2 billion * sizeof(type). When sending such data over the wire, we would need to break it into pieces of at most 2 billion

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: