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

[Format] C data interface

    XMLWordPrintableJSON

Details

    Description

      Apache Arrow is designed to be a universal in-memory format for the representation
      of tabular ("columnar") data. However, some projects may face a difficult
      choice between either depending on a fast-evolving project such as the
      Arrow C++ library, or having to reimplement adapters for data interchange,
      which may require significant, redundant development effort.

      The Arrow C data interface defines a very small, stable set of C definitions
      that can be easily copied in any project's source code and used for columnar
      data interchange in the Arrow format. For non-C/C++ languages and runtimes,
      it should be almost as easy to translate the C definitions into the
      corresponding C FFI declarations.

      Applications and libraries can therefore work with Arrow memory without
      necessarily using Arrow libraries or reinventing the wheel. Developers can
      choose between tight integration
      with the Arrow software project (benefitting from the growing array of
      facilities exposed by e.g. the C++ or Java implementations of Apache Arrow,
      but with the cost of a dependency) or minimal integration with the Arrow
      format only.

      Attachments

        Issue Links

          Activity

            People

              apitrou Antoine Pitrou
              npr Neal Richardson
              Votes:
              0 Vote for this issue
              Watchers:
              2 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 - 0.5h
                  0.5h