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

[C++] Simplify primitive array type builders to use a default type singleton

    XMLWordPrintableJSON

Details

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

    Description

      Currently the builder classes all expect to be passed a shared_ptr<DataType> – for the primitive types (boolean, numbers, strings, etc.) it would be simpler to default to a common value rather than requiring that you obtain an instance yourself from someplace (e.g. arrow::uint8() as in the WIP patch for ARROW-373)

      Attachments

        Issue Links

          Activity

            People

              uwe Uwe Korn
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: