Skip to content

Commit 76ebe50

Browse files
committed
modify data-type definition with enum
1 parent 5c9e553 commit 76ebe50

File tree

2 files changed

+61
-4
lines changed

2 files changed

+61
-4
lines changed

docs/PythonAPIReference.files/sheet003.htm

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,70 @@
5656

5757
<body link="#0563C1" vlink="#954F72" class=xl67>
5858

59-
<table border=0 cellpadding=0 cellspacing=0 width=783 style='border-collapse:
60-
collapse;table-layout:fixed;width:588pt'>
59+
<table border=0 cellpadding=0 cellspacing=0 width=998 style='border-collapse:
60+
collapse;table-layout:fixed;width:749pt'>
6161
<col class=xl67 width=229 style='mso-width-source:userset;mso-width-alt:7328;
6262
width:172pt'>
63+
<col class=xl67 width=215 style='mso-width-source:userset;mso-width-alt:6880;
64+
width:161pt'>
6365
<col class=xl67 width=554 style='mso-width-source:userset;mso-width-alt:17728;
6466
width:416pt'>
6567
<tr height=18 style='height:13.5pt'>
6668
<td rowspan=2 height=36 class=xl93 width=229 style='border-bottom:.5pt solid black;
6769
height:27.0pt;width:172pt'>data type</td>
68-
<td rowspan=2 class=xl91 width=554 style='border-bottom:.5pt solid black;
69-
width:416pt'>value</td>
70+
<td rowspan=2 class=xl91 width=215 style='border-bottom:.5pt solid black;
71+
width:161pt'>value</td>
72+
<td rowspan=2 class=xl105 width=554 style='border-bottom:.5pt solid black;
73+
width:416pt'>old value</td>
7074
</tr>
7175
<tr height=18 style='height:13.5pt'>
7276
</tr>
7377
<tr class=xl67 height=36 style='height:27.0pt'>
7478
<td height=36 class=xl68 style='height:27.0pt;border-top:none'>ContainerType</td>
79+
<td class=xl69 width=215 style='border-top:none;border-left:none;width:161pt'>COLLECTION,<br>
80+
TIME_SERIES</td>
7581
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_CONTAINER_COLLECTION,<br>
7682
GS_CONTAINER_TIME_SERIES</td>
7783
</tr>
7884
<tr height=54 style='height:40.5pt'>
7985
<td height=54 class=xl68 style='height:40.5pt;border-top:none'>IndexType</td>
86+
<td class=xl69 width=215 style='border-top:none;border-left:none;width:161pt'>TREE,<br>
87+
HASH,<br>
88+
DEFAULT</td>
8089
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_INDEX_FLAG_TREE,<br>
8190
GS_INDEX_FLAG_HASH,<br>
8291
GS_INDEX_FLAG_DEFAULT</td>
8392
</tr>
8493
<tr height=54 style='height:40.5pt'>
8594
<td height=54 class=xl68 style='height:40.5pt;border-top:none'>RowSetType</td>
95+
<td class=xl69 width=215 style='border-top:none;border-left:none;width:161pt'>CONTAINER_ROWS,<br>
96+
AGGREGATION_RESULT,<br>
97+
QUERY_ANALYSIS</td>
8698
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_ROW_SET_CONTAINER_ROWS,<br>
8799
GS_ROW_SET_AGGREGATION_RESULT,<br>
88100
GS_ROW_SET_QUERY_ANALYSIS</td>
89101
</tr>
90102
<tr height=342 style='height:256.5pt'>
91103
<td height=342 class=xl68 style='height:256.5pt;border-top:none'>Type</td>
104+
<td class=xl80 width=215 style='border-top:none;border-left:none;width:161pt'>STRING,<br>
105+
BOOL,<br>
106+
BYTE,<br>
107+
SHORT,<br>
108+
INTEGER,<br>
109+
LONG,<br>
110+
FLOAT,<br>
111+
DOUBLE,<br>
112+
TIMESTAMP,<br>
113+
BLOB,<br>
114+
STRING_ARRAY,<br>
115+
BOOL_ARRAY,<br>
116+
BYTE_ARRAY,<br>
117+
SHORT_ARRAY,<br>
118+
INTEGER_ARRAY,<br>
119+
LONG_ARRAY,<br>
120+
FLOAT_ARRAY,<br>
121+
DOUBLE_ARRAY,<br>
122+
TIMESTAMP_ARRAY</td>
92123
<td class=xl80 width=554 style='border-top:none;border-left:none;width:416pt'>GS_TYPE_STRING,<br>
93124
GS_TYPE_BOOL,<br>
94125
GS_TYPE_BYTE,<br>
@@ -111,6 +142,13 @@
111142
</tr>
112143
<tr height=126 style='height:94.5pt'>
113144
<td height=126 class=xl68 style='height:94.5pt;border-top:none'>TimeUnit</td>
145+
<td class=xl69 width=215 style='border-top:none;border-left:none;width:161pt'>YEAR,<br>
146+
MONTH,<br>
147+
DAY,<br>
148+
HOUR,<br>
149+
MINUTE,<br>
150+
SECOND,<br>
151+
MILLISECOND</td>
114152
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_TIME_UNIT_YEAR,<br>
115153
GS_TIME_UNIT_MONTH,<br>
116154
GS_TIME_UNIT_DAY,<br>
@@ -122,6 +160,7 @@
122160
<![if supportMisalignedColumns]>
123161
<tr height=0 style='display:none'>
124162
<td width=229 style='width:172pt'></td>
163+
<td width=215 style='width:161pt'></td>
125164
<td width=554 style='width:416pt'></td>
126165
</tr>
127166
<![endif]>

docs/PythonAPIReference.files/stylesheet.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,21 @@ td
317317
background:#FCE4D6;
318318
mso-pattern:black none;
319319
white-space:normal;}
320+
.xl105
321+
{mso-style-parent:style0;
322+
color:windowtext;
323+
border-top:.5pt solid windowtext;
324+
border-right:.5pt solid windowtext;
325+
border-bottom:none;
326+
border-left:.5pt solid windowtext;
327+
background:#D9D9D9;
328+
mso-pattern:black none;
329+
white-space:normal;}
330+
.xl106
331+
{mso-style-parent:style0;
332+
border-top:none;
333+
border-right:.5pt solid windowtext;
334+
border-bottom:.5pt solid windowtext;
335+
border-left:.5pt solid windowtext;
336+
background:#D9D9D9;
337+
mso-pattern:black none;}

0 commit comments

Comments
 (0)