zeroshade commented on PR #3607: URL: https://github.com/apache/arrow-adbc/pull/3607#issuecomment-3438055674
Added more functions based on the comments and back-and-forth here. The current collection of new functions is: * ConnectionGetInfoAsync * ConnectionGetObjectsAsync * ConnectionGetTableSchemaAsync * ConnectionGetTableTypesAsync * ConnectionGetStatisticsAsync * ConnectionGetStatisticNamesAsync * ConnectionReadPartitionAsync * StatementExecuteSchemaAsync * StatementNextResultSetSchema * StatementNextResultSetSchemaAsync * StatementExecutePartitionsAsync * StatementNextResultSet * StatementExecuteQueryAsync * StatementNextResultSetAsync > Not to expand the scope too much, but looking at https://github.com/apache/arrow-adbc/issues/1514 I wonder if we should add this parameter to Execute. (It might be cleaner to just add a separate call for it, though.) personally, I'd prefer a separate call for this and do it in a follow-up PR rather than in this one. But I'm open to it here if there's consensus. -- 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]
