Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-15257 [C++] Simplify ExecPlan's C++ interface
  3. ARROW-15258

[C++] Easy options to create a source node from a table

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.0.0
    • C++

    Description

      Given a Table there should be a very simple way to create a source node. Something like:

        std::shared_ptr<Table> table = ...
        ARROW_RETURN_NOT_OK(arrow::compute::MakeExecNode(
            "table", plan, {}, arrow::compute::TableSourceOptions{table.get()}));
      

      Attachments

        Activity

          People

            vibhatha Vibhatha Lakmal Abeykoon
            westonpace Weston Pace
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 4h 20m
                4h 20m