open_time()
Get the timestamp corresponding to the open time from a candlestick aggregate
Since 1.14.0
Get the timestamp corresponding to the open time from a candlestick aggregate.
Arguments
Section titled “Arguments”The syntax is:
open_time( candlestick Candlestick) RETURNS TIMESTAMPTZ| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| candlestick | Candlestick | - | ✔ | Candlestick aggregate |
Returns
Section titled “Returns”| Column | Type | Description |
|---|---|---|
| open_time | TIMESTAMPTZ | The time at which the opening price occurred |