Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read-only OGR ADBC (Arrow Database Connectivity) driver #11003

Merged
merged 4 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3df2f4d View commit details
    Browse the repository at this point in the history
  2. Add OGRDuplicateCharacter()

    rouault committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7f18fd6 View commit details
    Browse the repository at this point in the history
  3. Add read-only OGR ADBC (Arrow Database Connectivity) driver

    Cf https://arrow.apache.org/adbc/current/index.html for what ADBC is.
    
    Depends on the adbc-driver-manager library.
    
    The driver is read-only, and there is no support for spatial data currently.
    
    Beyond official ADBC drivers (adbc-driver-sqlite,
    adbc-driver-postgresql, adbc-driver-snowflake, adbc-driver-bigquery,
    etc.), it can also be used to read Parquet or DuckDB datasets using libduckdb, if
    libduckdb is installed and can be loaded through dynamic shared library opening.
    rouault committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    400e020 View commit details
    Browse the repository at this point in the history
  4. Add GDALSetAdbcDriverInitFunc() and use it in OGR ADBC driver

    Also no longer make AdbcDriverManager a requirement
    paleolimbot authored and rouault committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ecf9fe7 View commit details
    Browse the repository at this point in the history