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

   ### What feature or improvement would you like to see?
   
   Add a `GetObjectsFunctions`
   
   ## Prior Art
   
   - [JDBC: 
getSystemFunctions](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSystemFunctions--)
   - [JDBC: 
getFunctions](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctions-java.lang.String-java.lang.String-java.lang.String-)
   - [JDBC: 
getFunctionColumns](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctionColumns-java.lang.String-java.lang.String-java.lang.String-java.lang.String-)
   - BigQuery: https://github.com/adbc-drivers/bigquery/issues/118
   - Databricks: https://github.com/adbc-drivers/databricks/issues/236
   - PostgreSQL: https://github.com/apache/arrow-adbc/issues/3971
   - Snowflake: https://github.com/adbc-drivers/snowflake/issues/77
   - Trino: https://github.com/adbc-drivers/trino/issues/60
   
   ## Design Issues
   - Do we expose system functions, etc. in the same function?
   - Do we expose procedures in the same function?
   - How do we expose signatures?
   - How do we expose overloads?
   - How do we provide Arrow-equivalent signatures?
   - How do we handle database-specific properties?
   
   ## Proposal
   
   TBD


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