This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 4612998b89 GH-37440: [C#][Docs] Add Flight SQL supported functions to
status.rst (#37441)
4612998b89 is described below
commit 4612998b892dda698ce1f088b109aafaae7b594c
Author: jeremyosterhoudt <[email protected]>
AuthorDate: Tue Aug 29 19:03:35 2023 -0700
GH-37440: [C#][Docs] Add Flight SQL supported functions to status.rst
(#37441)
### Rationale for this change
Update the feature support documentation to reflect that Flight SQL is now
supported with C#
### What changes are included in this PR?
The feature support matrix for Flight SQL now lists functions supported
with C#
### Are these changes tested?
N/A
### Are there any user-facing changes?
Yes, the documentation.
No
Closes issue #37440
* Closes: #37440
Authored-by: jeremyosterhoudt <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/status.rst | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/docs/source/status.rst b/docs/source/status.rst
index 6d7f674932..e96fd1a610 100644
--- a/docs/source/status.rst
+++ b/docs/source/status.rst
@@ -243,9 +243,9 @@ support/not support individual features.
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| CancelQuery | ✓ | ✓ | |
| | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| ClosePreparedStatement | ✓ | ✓ | ✓ |
| | | | |
+| ClosePreparedStatement | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| CreatePreparedStatement | ✓ | ✓ | ✓ |
| | | | |
+| CreatePreparedStatement | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| CreatePreparedSubstraitPlan | ✓ | ✓ | |
| | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
@@ -253,35 +253,35 @@ support/not support individual features.
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| EndTransaction | ✓ | ✓ | |
| | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetCatalogs | ✓ | ✓ | ✓ |
| | | | |
+| GetCatalogs | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetCrossReference | ✓ | ✓ | ✓ |
| | | | |
+| GetCrossReference | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetDbSchemas | ✓ | ✓ | ✓ |
| | | | |
+| GetDbSchemas | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetExportedKeys | ✓ | ✓ | ✓ |
| | | | |
+| GetExportedKeys | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetImportedKeys | ✓ | ✓ | ✓ |
| | | | |
+| GetImportedKeys | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetPrimaryKeys | ✓ | ✓ | ✓ |
| | | | |
+| GetPrimaryKeys | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetSqlInfo | ✓ | ✓ | ✓ |
| | | | |
+| GetSqlInfo | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetTables | ✓ | ✓ | ✓ |
| | | | |
+| GetTables | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetTableTypes | ✓ | ✓ | ✓ |
| | | | |
+| GetTableTypes | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| GetXdbcTypeInfo | ✓ | ✓ | ✓ |
| | | | |
+| GetXdbcTypeInfo | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| PreparedStatementQuery | ✓ | ✓ | ✓ |
| | | | |
+| PreparedStatementQuery | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| PreparedStatementUpdate | ✓ | ✓ | ✓ |
| | | | |
+| PreparedStatementUpdate | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| StatementSubstraitPlan | ✓ | ✓ | |
| | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| StatementQuery | ✓ | ✓ | ✓ |
| | | | |
+| StatementQuery | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
-| StatementUpdate | ✓ | ✓ | ✓ |
| | | | |
+| StatementUpdate | ✓ | ✓ | ✓ |
| ✓ | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
.. seealso::