Skip to content

Commit 950143c

Browse files
committed
modify available Function
1 parent 31a5a2a commit 950143c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GridDB Server need to be started in advance.
7979
- put single row, get row with key
8080
- normal query, aggregation with TQL
8181
- Multi-Put/Get/Query (batch processing)
82-
- Array type for GridDB (comming soon)
82+
- Array type for GridDB
8383

8484
(not available)
8585
- GEOMETRY type for GridDB
@@ -91,7 +91,7 @@ Please refer to the following files for more detailed information.
9191
- [Python Client API Reference](https://griddb.github.io/python_client/PythonAPIReference.htm)
9292

9393
Note:
94-
1. The current API might be changed in the next version. e.g. put_container
94+
1. The current API might be changed in the next version. e.g. ContainerInfo
9595
2. References to objects obtained using the get method described below must be referenced prior to executing the methods. When referencing after the execution of the get methods, please copy the basic data type such as string from the object and reference it to the copied data.
9696
- get_container_info
9797

0 commit comments

Comments
 (0)