removed unnecessary output data type in timeShift function

pull/89/head
Scott Anderson 2019-03-14 06:42:11 -05:00
parent 94da665ef4
commit a5715c2378
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ The `timeShift()` function adds a fixed duration to time columns.
The output table schema is the same as the input table. The output table schema is the same as the input table.
If the time is `null`, the time will continue to be `null`. If the time is `null`, the time will continue to be `null`.
_**Function type:** Transformation_ _**Function type:** Transformation_
_**Output data type:** Object_
```js ```js
timeShift(duration: 10h, columns: ["_start", "_stop", "_time"]) timeShift(duration: 10h, columns: ["_start", "_stop", "_time"])