MobilityDB 1.3
Loading...
Searching...
No Matches

◆ bigintset_shift_scale()

Set * bigintset_shift_scale ( const Set s,
int64  shift,
int64  width,
bool  hasshift,
bool  haswidth 
)

Return a big integer set shifted and/or scaled by two values.

Parameters
[in]sSet
[in]shiftValue for shifting the elements
[in]widthWidth of the result
[in]hasshiftTrue when the shift argument is given
[in]haswidthTrue when the width argument is given @csqlfn Numset_shift(), Numset_scale(), Numset_shift_scale(),