You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/10/12 14:44:53 UTC

[arrow] branch master updated (61240a1414 -> 093a4fe346)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 61240a1414 ARROW-17724  [R] Allow package name prefix inside dplyr::across's .fns argument (#14279)
     add 093a4fe346 ARROW-17971: [Format][Docs] Add ADBC (#14079)

No new revisions were added by this update.

Summary of changes:
 docs/source/format/ADBC.rst                        |  299 +++++
 .../{cpp/api/table.rst => format/ADBC/C.rst}       |   32 +-
 .../ADBC/Go.rst}                                   |   20 +-
 .../{cpp/api/table.rst => format/ADBC/Java.rst}    |   36 +-
 docs/source/format/ADBCQuadrants.svg               |   64 ++
 docs/source/index.rst                              |    1 +
 format/adbc.h                                      | 1207 ++++++++++++++++++++
 7 files changed, 1605 insertions(+), 54 deletions(-)
 create mode 100644 docs/source/format/ADBC.rst
 copy docs/source/{cpp/api/table.rst => format/ADBC/C.rst} (64%)
 copy docs/source/{cpp/examples/dataset_documentation_example.rst => format/ADBC/Go.rst} (61%)
 copy docs/source/{cpp/api/table.rst => format/ADBC/Java.rst} (54%)
 create mode 100644 docs/source/format/ADBCQuadrants.svg
 create mode 100644 format/adbc.h