You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ GridDB Server need to be started in advance.
79
79
- put single row, get row with key
80
80
- normal query, aggregation with TQL
81
81
- Multi-Put/Get/Query (batch processing)
82
-
- Array type for GridDB (comming soon)
82
+
- Array type for GridDB
83
83
84
84
(not available)
85
85
- GEOMETRY type for GridDB
@@ -91,7 +91,7 @@ Please refer to the following files for more detailed information.
91
91
-[Python Client API Reference](https://griddb.github.io/python_client/PythonAPIReference.htm)
92
92
93
93
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
95
95
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.
0 commit comments