forked from griddb/python_client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsheet003.htm
More file actions
192 lines (186 loc) · 6.16 KB
/
sheet003.htm
File metadata and controls
192 lines (186 loc) · 6.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 15">
<link id=Main-File rel=Main-File href="../PythonAPIReference.htm">
<link rel=File-List href=filelist.xml>
<link rel=Stylesheet href=stylesheet.css>
<style>
<!--table
{mso-displayed-decimal-separator:"\.";
mso-displayed-thousand-separator:"\,";}
@page
{margin:.75in .7in .75in .7in;
mso-header-margin:.3in;
mso-footer-margin:.3in;}
ruby
{ruby-align:left;}
rt
{color:windowtext;
font-size:6.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"MS Pゴシック", monospace;
mso-font-charset:128;
mso-char-type:katakana;
display:none;}
-->
</style>
<![if !supportTabStrip]><script language="JavaScript">
<!--
function fnUpdateTabs()
{
if (parent.window.g_iIEVer>=4) {
if (parent.document.readyState=="complete"
&& parent.frames['frTabs'].document.readyState=="complete")
parent.fnSetActiveSheet(2);
else
window.setTimeout("fnUpdateTabs();",150);
}
}
if (window.name!="frSheet")
window.location.replace("../PythonAPIReference.htm");
else
fnUpdateTabs();
//-->
</script>
<![endif]>
</head>
<body link="#0563C1" vlink="#954F72" class=xl67>
<table border=0 cellpadding=0 cellspacing=0 width=1148 style='border-collapse:
collapse;table-layout:fixed;width:862pt'>
<col class=xl67 width=229 style='mso-width-source:userset;mso-width-alt:7328;
width:172pt'>
<col class=xl67 width=365 style='mso-width-source:userset;mso-width-alt:11680;
width:274pt'>
<col class=xl67 width=554 style='mso-width-source:userset;mso-width-alt:17728;
width:416pt'>
<tr height=18 style='height:13.5pt'>
<td rowspan=2 height=36 class=xl98 width=229 style='border-bottom:.5pt solid black;
height:27.0pt;width:172pt'>data type</td>
<td rowspan=2 class=xl100 width=365 style='border-bottom:.5pt solid black;
width:274pt'>value</td>
<td rowspan=2 class=xl96 width=554 style='border-bottom:.5pt solid black;
width:416pt'>old value</td>
</tr>
<tr height=18 style='height:13.5pt'>
</tr>
<tr class=xl67 height=36 style='height:27.0pt'>
<td height=36 class=xl68 style='height:27.0pt;border-top:none'>ContainerType</td>
<td class=xl69 width=365 style='border-top:none;border-left:none;width:274pt'>COLLECTION,<br>
TIME_SERIES</td>
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_CONTAINER_COLLECTION,<br>
GS_CONTAINER_TIME_SERIES</td>
</tr>
<tr height=54 style='height:40.5pt'>
<td height=54 class=xl68 style='height:40.5pt;border-top:none'>IndexType</td>
<td class=xl69 width=365 style='border-top:none;border-left:none;width:274pt'>TREE,<br>
HASH,<font class="font6"><br>
DEFAULT</font></td>
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_INDEX_FLAG_TREE,<br>
GS_INDEX_FLAG_HASH,<br>
GS_INDEX_FLAG_DEFAULT</td>
</tr>
<tr height=54 style='height:40.5pt'>
<td height=54 class=xl68 style='height:40.5pt;border-top:none'>RowSetType</td>
<td class=xl69 width=365 style='border-top:none;border-left:none;width:274pt'>CONTAINER_ROWS,<br>
AGGREGATION_RESULT,<br>
QUERY_ANALYSIS</td>
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_ROW_SET_CONTAINER_ROWS,<br>
GS_ROW_SET_AGGREGATION_RESULT,<br>
GS_ROW_SET_QUERY_ANALYSIS</td>
</tr>
<tr height=342 style='height:256.5pt'>
<td height=342 class=xl68 style='height:256.5pt;border-top:none'>Type</td>
<td class=xl80 width=365 style='border-top:none;border-left:none;width:274pt'>STRING,<br>
BOOL,<br>
BYTE,<br>
SHORT,<br>
INTEGER,<br>
LONG,<br>
FLOAT,<br>
DOUBLE,<br>
TIMESTAMP,<br>
BLOB,<br>
STRING_ARRAY,<br>
BOOL_ARRAY,<br>
BYTE_ARRAY,<br>
SHORT_ARRAY,<br>
INTEGER_ARRAY,<br>
LONG_ARRAY,<br>
FLOAT_ARRAY,<br>
DOUBLE_ARRAY,<br>
TIMESTAMP_ARRAY</td>
<td class=xl80 width=554 style='border-top:none;border-left:none;width:416pt'>GS_TYPE_STRING,<br>
GS_TYPE_BOOL,<br>
GS_TYPE_BYTE,<br>
GS_TYPE_SHORT,<br>
GS_TYPE_INTEGER,<br>
GS_TYPE_LONG,<br>
GS_TYPE_FLOAT,<br>
GS_TYPE_DOUBLE,<br>
GS_TYPE_TIMESTAMP,<br>
GS_TYPE_BLOB,<br>
GS_TYPE_STRING_ARRAY,<br>
GS_TYPE_BOOL_ARRAY,<br>
GS_TYPE_BYTE_ARRAY,<br>
GS_TYPE_SHORT_ARRAY,<br>
GS_TYPE_INTEGER_ARRAY,<br>
GS_TYPE_LONG_ARRAY,<br>
GS_TYPE_FLOAT_ARRAY,<br>
GS_TYPE_DOUBLE_ARRAY,<br>
GS_TYPE_TIMESTAMP_ARRAY</td>
</tr>
<tr height=126 style='height:94.5pt'>
<td height=126 class=xl68 style='height:94.5pt;border-top:none'>TimeUnit</td>
<td class=xl69 width=365 style='border-top:none;border-left:none;width:274pt'>YEAR,<br>
MONTH,<br>
DAY,<br>
HOUR,<br>
MINUTE,<br>
SECOND,<br>
MILLISECOND</td>
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_TIME_UNIT_YEAR,<br>
GS_TIME_UNIT_MONTH,<br>
GS_TIME_UNIT_DAY,<br>
GS_TIME_UNIT_HOUR,<br>
GS_TIME_UNIT_MINUTE,<br>
GS_TIME_UNIT_SECOND,<br>
GS_TIME_UNIT_MILLISECOND</td>
</tr>
<tr height=36 style='height:27.0pt'>
<td height=36 class=xl88 style='height:27.0pt;border-top:none'>TypeOption</td>
<td class=xl89 width=365 style='border-top:none;border-left:none;width:274pt'>NULLABLE,<br>
NOT_NULL</td>
<td class=xl87 style='border-top:none;border-left:none'> </td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl67 style='height:13.5pt'></td>
<td class=xl67></td>
<td class=xl67></td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl91 style='height:13.5pt'>Note: red is only GridDB V4.X</td>
<td class=xl67></td>
<td class=xl67></td>
</tr>
<tr height=18 style='height:13.5pt'>
<td height=18 class=xl92 style='height:13.5pt'></td>
<td class=xl67></td>
<td class=xl67></td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=229 style='width:172pt'></td>
<td width=365 style='width:274pt'></td>
<td width=554 style='width:416pt'></td>
</tr>
<![endif]>
</table>
</body>
</html>