xborder commented on issue #3793: URL: https://github.com/apache/arrow-adbc/issues/3793#issuecomment-3705644123
Isn't that specific to how you implement the database? I think you can use these as inspiration: - In the go flightsql driver you have a [mapping](https://github.com/apache/arrow-adbc/blob/d380961a14d714768256b755b2dec1f8e6100a58/go/adbc/driver/internal/shared_utils.go#L699) from arrow types to XDBC types (which are mostly inspired in JDBC/ODBC types) - In C# bigquery driver there's a [mapping](https://github.com/apache/arrow-adbc/blob/d380961a14d714768256b755b2dec1f8e6100a58/csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L1074) from BigQuery types to XDBC types -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
