Skip to content

Commit 19e849f

Browse files
author
Narine Kokhlikyan
committed
update data types
1 parent 5d34943 commit 19e849f

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

docs/sparkr.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,15 @@ and Spark.
367367
<td>boolean</td>
368368
</tr>
369369
<tr>
370+
<td>[POSIXct](https://stat.ethz.ch/R-manual/R-devel/library/base/html/DateTimeClasses.html)</td>
370371
<td>timestamp</td>
372+
</tr>
373+
<tr>
374+
<td>[POSIXlt](https://stat.ethz.ch/R-manual/R-devel/library/base/html/DateTimeClasses.html)</td>
371375
<td>timestamp</td>
372376
</tr>
373377
<tr>
374-
<td>date</td>
378+
<td>[Date](https://stat.ethz.ch/R-manual/R-devel/library/base/html/Dates.html)</td>
375379
<td>date</td>
376380
</tr>
377381
<tr>
@@ -382,18 +386,10 @@ and Spark.
382386
<td>list</td>
383387
<td>array</td>
384388
</tr>
385-
<tr>
386-
<td>map</td>
387-
<td>map</td>
388-
</tr>
389389
<tr>
390390
<td>env</td>
391391
<td>map</td>
392392
</tr>
393-
<tr>
394-
<td>struct</td>
395-
<td>struct</td>
396-
</tr>
397393
</table>
398394

399395
<div data-lang="r" markdown="1">

0 commit comments

Comments
 (0)