Skip to content

Commit 5b34ad6

Browse files
committed
add get_column_names()
1 parent 4c92f7f commit 5b34ad6

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

docs/PythonAPIReference.files/sheet002.htm

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
<td rowspan=12 height=342 class=xl88 width=127 style='height:256.5pt;
9191
border-top:none;width:95pt'>Container</td>
9292
<td class=xl69 width=434 style='border-top:none;border-left:none;width:326pt'>void
93-
create_index(string column_name, IndexType index_type=DEFAULT, string
94-
name=None)</td>
93+
create_index(string column_name, IndexType index_type=DEFAULT)</td>
9594
<td class=xl80 width=454 style='border-top:none;border-left:none;width:341pt'>Creates
9695
a specified type of index on the specified Column</td>
9796
<td class=xl69 width=334 style='border-top:none;border-left:none;width:251pt'> </td>
@@ -100,7 +99,7 @@
10099
<tr height=36 style='height:27.0pt'>
101100
<td height=36 class=xl69 width=434 style='height:27.0pt;border-top:none;
102101
border-left:none;width:326pt'>void drop_index(string colum_name, IndexType
103-
index_type=DEFAULT, string name=None)</td>
102+
index_type=DEFAULT)</td>
104103
<td class=xl80 width=454 style='border-top:none;border-left:none;width:341pt'>Removes
105104
the specified type of index among indexes on the specified Column</td>
106105
<td class=xl69 width=334 style='border-top:none;border-left:none;width:251pt'> </td>
@@ -360,7 +359,7 @@
360359
&quot;val2&quot;, &quot;val3&quot;]</td>
361360
</tr>
362361
<tr height=18 style='height:13.5pt'>
363-
<td rowspan=6 height=180 class=xl83 width=127 style='height:135.0pt;
362+
<td rowspan=7 height=198 class=xl83 width=127 style='height:148.5pt;
364363
width:95pt'>RowSet</td>
365364
<td class=xl69 width=434 style='border-top:none;border-left:none;width:326pt'>void
366365
remove()</td>
@@ -414,6 +413,15 @@
414413
= [1, &quot;val&quot;]</td>
415414
<td class=xl69 width=271 style='border-top:none;border-left:none;width:203pt'> </td>
416415
</tr>
416+
<tr height=18 style='height:13.5pt'>
417+
<td height=18 class=xl69 width=434 style='height:13.5pt;border-top:none;
418+
border-left:none;width:326pt'>string get_column_names()</td>
419+
<td class=xl80 width=454 style='border-top:none;border-left:none;width:341pt'>Get
420+
a list of column names</td>
421+
<td class=xl69 width=334 style='border-top:none;border-left:none;width:251pt'> </td>
422+
<td class=xl69 width=271 style='border-top:none;border-left:none;width:203pt'>[&quot;ts&quot;,
423+
&quot;val&quot;]</td>
424+
</tr>
417425
<tr height=36 style='height:27.0pt'>
418426
<td rowspan=9 height=306 class=xl89 width=127 style='height:229.5pt;
419427
width:95pt'>Store</td>
@@ -629,8 +637,8 @@
629637
<td class=xl69 width=334 style='border-top:none;border-left:none;width:251pt'> </td>
630638
<td class=xl69 width=271 style='border-top:none;border-left:none;width:203pt'> </td>
631639
</tr>
632-
<tr height=18 style='height:13.5pt'>
633-
<td height=18 class=xl85 width=127 style='height:13.5pt;width:95pt'></td>
640+
<tr height=2047 style='height:409.6pt'>
641+
<td height=2047 class=xl85 width=127 style='height:409.6pt;width:95pt'></td>
634642
<td class=xl81 width=434 style='width:326pt'></td>
635643
<td class=xl79 width=454 style='width:341pt'></td>
636644
<td class=xl81 width=334 style='width:251pt'></td>

docs/PythonAPIReference.files/sheet003.htm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@
109109
GS_TYPE_DOUBLE_ARRAY,<br>
110110
GS_TYPE_TIMESTAMP_ARRAY</td>
111111
</tr>
112-
<tr height=18 style='height:13.5pt'>
113-
<td height=18 class=xl68 style='height:13.5pt;border-top:none'>FetchOption</td>
114-
<td class=xl68 style='border-top:none;border-left:none'>GS_FETCH_LIMIT</td>
115-
</tr>
116112
<tr height=126 style='height:94.5pt'>
117113
<td height=126 class=xl68 style='height:94.5pt;border-top:none'>TimeUnit</td>
118114
<td class=xl69 width=554 style='border-top:none;border-left:none;width:416pt'>GS_TIME_UNIT_YEAR,<br>

0 commit comments

Comments
 (0)