MobilityDB
1.3
Loading...
Searching...
No Matches
Transformation functions
bigintset_shift_scale
bigintspan_expand
bigintspan_shift_scale
bigintspanset_shift_scale
dateset_shift_scale
datespan_shift_scale
datespanset_shift_scale
floatset_ceil
floatset_degrees
floatset_floor
floatset_radians
floatset_shift_scale
floatspan_ceil
floatspan_degrees
floatspan_expand
floatspan_floor
floatspan_radians
floatspan_round
floatspan_shift_scale
floatspanset_ceil
floatspanset_degrees
floatspanset_floor
floatspanset_radians
floatspanset_round
floatspanset_shift_scale
intset_shift_scale
intspan_expand
intspan_shift_scale
intspanset_shift_scale
set_round
textcat_text_textset
textcat_textset_text
textset_initcap
textset_lower
textset_upper
timestamptz_tprecision
tstzset_shift_scale
tstzset_tprecision
tstzspan_expand
tstzspan_shift_scale
tstzspan_tprecision
tstzspanset_shift_scale
tstzspanset_tprecision
◆
intset_shift_scale()
Set
* intset_shift_scale
(
const
Set
*
s
,
int
shift
,
int
width
,
bool
hasshift
,
bool
haswidth
)
Return an integer set shifted and/or scaled by two values.
Parameters
[in]
s
Set
[in]
shift
Value for shifting the elements
[in]
width
Width of the result
[in]
hasshift
True when the shift argument is given
[in]
haswidth
True when the width argument is given @csqlfn
Numset_shift()
,
Numset_scale()
,
Numset_shift_scale()
,
Generated by
1.9.5