Vertica::VIntervalYM Class Reference
Representation of an IntervalYM in Vertica. An Interval can be broken up into years and months.
Collaboration diagram for Vertica::VIntervalYM:
| Static Public Member Functions | |
|---|---|
| static void | breakUp (IntervalYM i, int64 &years, int64 &months) |
| Break up an Interval and set the arguments. |
Detailed Description
Representation of an IntervalYM in Vertica. An Interval can be broken up into years and months.
Member Function Documentation
◆breakUp()
static void Vertica::VIntervalYM::breakUp(IntervalYM i, int64 & years, int64 & months)
inlinestatic
Break up an Interval and set the arguments.
Returns None
Parameters
[i]: Vertica IntervalYM.[years]: Number of years in the interval.[months]: Number of months in the interval.