lidavidm opened a new issue, #3996:
URL: https://github.com/apache/arrow-adbc/issues/3996

   ### What feature or improvement would you like to see?
   
   JDBC and ODBC support this.
   
   The challenge is how we want to model them, especially wrt nested types (but 
also enums), and how we want to expose them relative to Arrow (e.g. providing a 
mapping from database type to Arrow type, and possibly vice versa?)
   
   - JDBC
     - 
[getUDTs](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getUDTs-java.lang.String-java.lang.String-java.lang.String-int:A-)
     - 
[getTypeInfo](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTypeInfo--)
     - 
[getSuperTypes](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTypes-java.lang.String-java.lang.String-java.lang.String-)
     - 
[getAttributes](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getAttributes-java.lang.String-java.lang.String-java.lang.String-java.lang.String-)
   - PostgreSQL: https://github.com/apache/arrow-adbc/issues/3971 (point 15)


-- 
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]

Reply via email to