C++ SDK Documentation
12.0.0
|
Representation of an IntervalYM in Vertica. An Interval can be broken up into years and months. More...
Static Public Member Functions | |
static void | breakUp (IntervalYM i, int64 &years, int64 &months) |
Break up an Interval and set the arguments. More... | |
Representation of an IntervalYM in Vertica. An Interval can be broken up into years and months.
|
inlinestatic |
Break up an Interval and set the arguments.
i] | Vertica IntervalYM. |
years] | Number of years in the interval. |
months] | Number of months in the interval. |