removed unnecessary output data type in timeShift function
parent
94da665ef4
commit
a5715c2378
|
@ -16,7 +16,6 @@ The output table schema is the same as the input table.
|
|||
If the time is `null`, the time will continue to be `null`.
|
||||
|
||||
_**Function type:** Transformation_
|
||||
_**Output data type:** Object_
|
||||
|
||||
```js
|
||||
timeShift(duration: 10h, columns: ["_start", "_stop", "_time"])
|
||||
|
|
Loading…
Reference in New Issue