You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2019/11/12 17:10:00 UTC

[jira] [Updated] (ARROW-6398) [C++] Consolidate ScanOptions and ScanContext

     [ https://issues.apache.org/jira/browse/ARROW-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Kietzman updated ARROW-6398:
--------------------------------
    Summary: [C++] Consolidate ScanOptions and ScanContext  (was: [C++] consolidate ScanOptions and ScanContext)

> [C++] Consolidate ScanOptions and ScanContext
> ---------------------------------------------
>
>                 Key: ARROW-6398
>                 URL: https://issues.apache.org/jira/browse/ARROW-6398
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, C++ - Dataset
>            Reporter: Ben Kietzman
>            Assignee: Ben Kietzman
>            Priority: Minor
>              Labels: dataset, pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> Currently ScanOptions has two distinct responsibilities: it contains the data selector (and eventually projection schema) for the current scan and it serves as the base class for format specific scan options.
> In addition, we have ScanContext which holds the memory pool for the current scan.
> I think these classes should be rearranged as follows: ScanOptions will be removed and FileScanOptions will be the abstract base class for format specific scan options. ScanContext will be a concrete struct and contain the data selector, projection schema, a vector of FileScanOptions, and any other shared scan state.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)