Skip to main content
Create an array that is filled by the given value

Signatures

RS_Array(length: Integer, value: Double)

Parameters

length
Integer
required
The length value.
value
Double
required
The fill value for the array.

Return type

An array of double values.

Example

SELECT RS_Array(height * width, 0.0)