Representation of an Interval in Vertica.
More...
Representation of an Interval in Vertica.
◆ breakUp()
Break up an Interval and set the arguments.
- Returns
- None
- Parameters
-
| [i] | Vertica Interval. |
| [days] | Number of days in the interval. |
| [hour] | Number of hours in the interval. |
| [min] | Number of minutes in the interval. |
| [sec] | Number of seconds including fractions of a second. |
◆ combine()
Compute an Interval from its components.
- Returns
- the value of the specified Interval
- Parameters
-
| [days] | Number of days in the interval. |
| [hour] | Number of hours in the interval. |
| [min] | Number of minutes in the interval. |
| [sec] | Number of seconds including fractions of a second. |