diff --git a/docs/generated/sql/aggregates.md b/docs/generated/sql/aggregates.md index 41ccfc184264..e2d6e597c8a4 100644 --- a/docs/generated/sql/aggregates.md +++ b/docs/generated/sql/aggregates.md @@ -1,157 +1,157 @@
Function → Returns | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
array_agg(arg1: bool) → bool[] | Aggregates the selected values into an array. +array_agg(arg1: bool) → bool[] Aggregates the selected values into an array. array_agg(arg1: bytes) → bytes[] Aggregates the selected values into an array. +array_agg(arg1: bytes) → bytes[] Aggregates the selected values into an array. array_agg(arg1: date) → date[] Aggregates the selected values into an array. +array_agg(arg1: date) → date[] Aggregates the selected values into an array. array_agg(arg1: decimal) → decimal[] Aggregates the selected values into an array. +array_agg(arg1: decimal) → decimal[] Aggregates the selected values into an array. array_agg(arg1: float) → float[] Aggregates the selected values into an array. +array_agg(arg1: float) → float[] Aggregates the selected values into an array. array_agg(arg1: inet) → inet[] Aggregates the selected values into an array. +array_agg(arg1: inet) → inet[] Aggregates the selected values into an array. array_agg(arg1: int) → int[] Aggregates the selected values into an array. +array_agg(arg1: int) → int[] Aggregates the selected values into an array. array_agg(arg1: interval) → interval[] Aggregates the selected values into an array. +array_agg(arg1: interval) → interval[] Aggregates the selected values into an array. array_agg(arg1: string) → string[] Aggregates the selected values into an array. +array_agg(arg1: string) → string[] Aggregates the selected values into an array. array_agg(arg1: time) → time[] Aggregates the selected values into an array. +array_agg(arg1: time) → time[] Aggregates the selected values into an array. array_agg(arg1: timestamp) → timestamp[] Aggregates the selected values into an array. +array_agg(arg1: timestamp) → timestamp[] Aggregates the selected values into an array. array_agg(arg1: timestamptz) → timestamptz[] Aggregates the selected values into an array. +array_agg(arg1: timestamptz) → timestamptz[] Aggregates the selected values into an array. array_agg(arg1: uuid) → uuid[] Aggregates the selected values into an array. +array_agg(arg1: uuid) → uuid[] Aggregates the selected values into an array. array_agg(arg1: oid) → oid[] Aggregates the selected values into an array. +array_agg(arg1: oid) → oid[] Aggregates the selected values into an array. array_agg(arg1: varbit) → varbit[] Aggregates the selected values into an array. +array_agg(arg1: varbit) → varbit[] Aggregates the selected values into an array. avg(arg1: decimal) → decimal Calculates the average of the selected values. +avg(arg1: decimal) → decimal Calculates the average of the selected values. avg(arg1: float) → float Calculates the average of the selected values. +avg(arg1: float) → float Calculates the average of the selected values. avg(arg1: int) → decimal Calculates the average of the selected values. +avg(arg1: int) → decimal Calculates the average of the selected values. bool_and(arg1: bool) → bool Calculates the boolean value of bool_and(arg1: bool) → bool Calculates the boolean value of bool_or(arg1: bool) → bool Calculates the boolean value of bool_or(arg1: bool) → bool Calculates the boolean value of concat_agg(arg1: bytes) → bytes Concatenates all selected values. +concat_agg(arg1: bytes) → bytes Concatenates all selected values. concat_agg(arg1: string) → string Concatenates all selected values. +concat_agg(arg1: string) → string Concatenates all selected values. count(arg1: anyelement) → int Calculates the number of selected elements. +count(arg1: anyelement) → int Calculates the number of selected elements. count_rows() → int Calculates the number of rows. +count_rows() → int Calculates the number of rows. json_agg(arg1: anyelement) → jsonb Aggregates values as a JSON or JSONB array. +json_agg(arg1: anyelement) → jsonb Aggregates values as a JSON or JSONB array. jsonb_agg(arg1: anyelement) → jsonb Aggregates values as a JSON or JSONB array. +jsonb_agg(arg1: anyelement) → jsonb Aggregates values as a JSON or JSONB array. max(arg1: bool) → bool Identifies the maximum selected value. +max(arg1: bool) → bool Identifies the maximum selected value. max(arg1: bytes) → bytes Identifies the maximum selected value. +max(arg1: bytes) → bytes Identifies the maximum selected value. max(arg1: date) → date Identifies the maximum selected value. +max(arg1: date) → date Identifies the maximum selected value. max(arg1: decimal) → decimal Identifies the maximum selected value. +max(arg1: decimal) → decimal Identifies the maximum selected value. max(arg1: float) → float Identifies the maximum selected value. +max(arg1: float) → float Identifies the maximum selected value. max(arg1: inet) → inet Identifies the maximum selected value. +max(arg1: inet) → inet Identifies the maximum selected value. max(arg1: int) → int Identifies the maximum selected value. +max(arg1: int) → int Identifies the maximum selected value. max(arg1: interval) → interval Identifies the maximum selected value. +max(arg1: interval) → interval Identifies the maximum selected value. max(arg1: string) → string Identifies the maximum selected value. +max(arg1: string) → string Identifies the maximum selected value. max(arg1: time) → time Identifies the maximum selected value. +max(arg1: time) → time Identifies the maximum selected value. max(arg1: timestamp) → timestamp Identifies the maximum selected value. +max(arg1: timestamp) → timestamp Identifies the maximum selected value. max(arg1: timestamptz) → timestamptz Identifies the maximum selected value. +max(arg1: timestamptz) → timestamptz Identifies the maximum selected value. max(arg1: uuid) → uuid Identifies the maximum selected value. +max(arg1: uuid) → uuid Identifies the maximum selected value. max(arg1: jsonb) → jsonb Identifies the maximum selected value. +max(arg1: jsonb) → jsonb Identifies the maximum selected value. max(arg1: oid) → oid Identifies the maximum selected value. +max(arg1: oid) → oid Identifies the maximum selected value. max(arg1: varbit) → varbit Identifies the maximum selected value. +max(arg1: varbit) → varbit Identifies the maximum selected value. min(arg1: bool) → bool Identifies the minimum selected value. +min(arg1: bool) → bool Identifies the minimum selected value. min(arg1: bytes) → bytes Identifies the minimum selected value. +min(arg1: bytes) → bytes Identifies the minimum selected value. min(arg1: date) → date Identifies the minimum selected value. +min(arg1: date) → date Identifies the minimum selected value. min(arg1: decimal) → decimal Identifies the minimum selected value. +min(arg1: decimal) → decimal Identifies the minimum selected value. min(arg1: float) → float Identifies the minimum selected value. +min(arg1: float) → float Identifies the minimum selected value. min(arg1: inet) → inet Identifies the minimum selected value. +min(arg1: inet) → inet Identifies the minimum selected value. min(arg1: int) → int Identifies the minimum selected value. +min(arg1: int) → int Identifies the minimum selected value. min(arg1: interval) → interval Identifies the minimum selected value. +min(arg1: interval) → interval Identifies the minimum selected value. min(arg1: string) → string Identifies the minimum selected value. +min(arg1: string) → string Identifies the minimum selected value. min(arg1: time) → time Identifies the minimum selected value. +min(arg1: time) → time Identifies the minimum selected value. min(arg1: timestamp) → timestamp Identifies the minimum selected value. +min(arg1: timestamp) → timestamp Identifies the minimum selected value. min(arg1: timestamptz) → timestamptz Identifies the minimum selected value. +min(arg1: timestamptz) → timestamptz Identifies the minimum selected value. min(arg1: uuid) → uuid Identifies the minimum selected value. +min(arg1: uuid) → uuid Identifies the minimum selected value. min(arg1: jsonb) → jsonb Identifies the minimum selected value. +min(arg1: jsonb) → jsonb Identifies the minimum selected value. min(arg1: oid) → oid Identifies the minimum selected value. +min(arg1: oid) → oid Identifies the minimum selected value. min(arg1: varbit) → varbit Identifies the minimum selected value. +min(arg1: varbit) → varbit Identifies the minimum selected value. sqrdiff(arg1: decimal) → decimal Calculates the sum of squared differences from the mean of the selected values. +sqrdiff(arg1: decimal) → decimal Calculates the sum of squared differences from the mean of the selected values. sqrdiff(arg1: float) → float Calculates the sum of squared differences from the mean of the selected values. +sqrdiff(arg1: float) → float Calculates the sum of squared differences from the mean of the selected values. sqrdiff(arg1: int) → decimal Calculates the sum of squared differences from the mean of the selected values. +sqrdiff(arg1: int) → decimal Calculates the sum of squared differences from the mean of the selected values. stddev(arg1: decimal) → decimal Calculates the standard deviation of the selected values. +stddev(arg1: decimal) → decimal Calculates the standard deviation of the selected values. stddev(arg1: float) → float Calculates the standard deviation of the selected values. +stddev(arg1: float) → float Calculates the standard deviation of the selected values. stddev(arg1: int) → decimal Calculates the standard deviation of the selected values. +stddev(arg1: int) → decimal Calculates the standard deviation of the selected values. string_agg(arg1: bytes, arg2: bytes) → bytes Concatenates all selected values using the provided delimiter. +string_agg(arg1: bytes, arg2: bytes) → bytes Concatenates all selected values using the provided delimiter. string_agg(arg1: string, arg2: string) → string Concatenates all selected values using the provided delimiter. +string_agg(arg1: string, arg2: string) → string Concatenates all selected values using the provided delimiter. sum(arg1: decimal) → decimal Calculates the sum of the selected values. +sum(arg1: decimal) → decimal Calculates the sum of the selected values. sum(arg1: float) → float Calculates the sum of the selected values. +sum(arg1: float) → float Calculates the sum of the selected values. sum(arg1: int) → decimal Calculates the sum of the selected values. +sum(arg1: int) → decimal Calculates the sum of the selected values. sum(arg1: interval) → interval Calculates the sum of the selected values. +sum(arg1: interval) → interval Calculates the sum of the selected values. sum_int(arg1: int) → int Calculates the sum of the selected values. +sum_int(arg1: int) → int Calculates the sum of the selected values. variance(arg1: decimal) → decimal Calculates the variance of the selected values. +variance(arg1: decimal) → decimal Calculates the variance of the selected values. variance(arg1: float) → float Calculates the variance of the selected values. +variance(arg1: float) → float Calculates the variance of the selected values. variance(arg1: int) → decimal Calculates the variance of the selected values. +variance(arg1: int) → decimal Calculates the variance of the selected values. xor_agg(arg1: bytes) → bytes Calculates the bitwise XOR of the selected values. +xor_agg(arg1: bytes) → bytes Calculates the bitwise XOR of the selected values. xor_agg(arg1: int) → int Calculates the bitwise XOR of the selected values. +xor_agg(arg1: int) → int Calculates the bitwise XOR of the selected values. |
Function → Returns | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
array_append(array: bool[], elem: bool) → bool[] | Appends array_append(array: bool[], elem: bool) → bool[] Appends array_append(array: bytes[], elem: bytes) → bytes[] Appends array_append(array: bytes[], elem: bytes) → bytes[] Appends array_append(array: date[], elem: date) → date[] Appends array_append(array: date[], elem: date) → date[] Appends array_append(array: decimal[], elem: decimal) → decimal[] Appends array_append(array: decimal[], elem: decimal) → decimal[] Appends array_append(array: float[], elem: float) → float[] Appends array_append(array: float[], elem: float) → float[] Appends array_append(array: inet[], elem: inet) → inet[] Appends array_append(array: inet[], elem: inet) → inet[] Appends array_append(array: int[], elem: int) → int[] Appends array_append(array: int[], elem: int) → int[] Appends array_append(array: interval[], elem: interval) → interval[] Appends array_append(array: interval[], elem: interval) → interval[] Appends array_append(array: string[], elem: string) → string[] Appends array_append(array: string[], elem: string) → string[] Appends array_append(array: time[], elem: time) → time[] Appends array_append(array: time[], elem: time) → time[] Appends array_append(array: timestamp[], elem: timestamp) → timestamp[] Appends array_append(array: timestamp[], elem: timestamp) → timestamp[] Appends array_append(array: timestamptz[], elem: timestamptz) → timestamptz[] Appends array_append(array: timestamptz[], elem: timestamptz) → timestamptz[] Appends array_append(array: uuid[], elem: uuid) → uuid[] Appends array_append(array: uuid[], elem: uuid) → uuid[] Appends array_append(array: oid[], elem: oid) → oid[] Appends array_append(array: oid[], elem: oid) → oid[] Appends array_append(array: varbit[], elem: varbit) → varbit[] Appends array_append(array: varbit[], elem: varbit) → varbit[] Appends array_cat(left: bool[], right: bool[]) → bool[] Appends two arrays. +array_cat(left: bool[], right: bool[]) → bool[] Appends two arrays. array_cat(left: bytes[], right: bytes[]) → bytes[] Appends two arrays. +array_cat(left: bytes[], right: bytes[]) → bytes[] Appends two arrays. array_cat(left: date[], right: date[]) → date[] Appends two arrays. +array_cat(left: date[], right: date[]) → date[] Appends two arrays. array_cat(left: decimal[], right: decimal[]) → decimal[] Appends two arrays. +array_cat(left: decimal[], right: decimal[]) → decimal[] Appends two arrays. array_cat(left: float[], right: float[]) → float[] Appends two arrays. +array_cat(left: float[], right: float[]) → float[] Appends two arrays. array_cat(left: inet[], right: inet[]) → inet[] Appends two arrays. +array_cat(left: inet[], right: inet[]) → inet[] Appends two arrays. array_cat(left: int[], right: int[]) → int[] Appends two arrays. +array_cat(left: int[], right: int[]) → int[] Appends two arrays. array_cat(left: interval[], right: interval[]) → interval[] Appends two arrays. +array_cat(left: interval[], right: interval[]) → interval[] Appends two arrays. array_cat(left: string[], right: string[]) → string[] Appends two arrays. +array_cat(left: string[], right: string[]) → string[] Appends two arrays. array_cat(left: time[], right: time[]) → time[] Appends two arrays. +array_cat(left: time[], right: time[]) → time[] Appends two arrays. array_cat(left: timestamp[], right: timestamp[]) → timestamp[] Appends two arrays. +array_cat(left: timestamp[], right: timestamp[]) → timestamp[] Appends two arrays. array_cat(left: timestamptz[], right: timestamptz[]) → timestamptz[] Appends two arrays. +array_cat(left: timestamptz[], right: timestamptz[]) → timestamptz[] Appends two arrays. array_cat(left: uuid[], right: uuid[]) → uuid[] Appends two arrays. +array_cat(left: uuid[], right: uuid[]) → uuid[] Appends two arrays. array_cat(left: oid[], right: oid[]) → oid[] Appends two arrays. +array_cat(left: oid[], right: oid[]) → oid[] Appends two arrays. array_cat(left: varbit[], right: varbit[]) → varbit[] Appends two arrays. +array_cat(left: varbit[], right: varbit[]) → varbit[] Appends two arrays. array_length(input: anyelement[], array_dimension: int) → int Calculates the length of array_length(input: anyelement[], array_dimension: int) → int Calculates the length of array_lower(input: anyelement[], array_dimension: int) → int Calculates the minimum value of array_lower(input: anyelement[], array_dimension: int) → int Calculates the minimum value of array_position(array: bool[], elem: bool) → int Return the index of the first occurrence of array_position(array: bool[], elem: bool) → int Return the index of the first occurrence of array_position(array: bytes[], elem: bytes) → int Return the index of the first occurrence of array_position(array: bytes[], elem: bytes) → int Return the index of the first occurrence of array_position(array: date[], elem: date) → int Return the index of the first occurrence of array_position(array: date[], elem: date) → int Return the index of the first occurrence of array_position(array: decimal[], elem: decimal) → int Return the index of the first occurrence of array_position(array: decimal[], elem: decimal) → int Return the index of the first occurrence of array_position(array: float[], elem: float) → int Return the index of the first occurrence of array_position(array: float[], elem: float) → int Return the index of the first occurrence of array_position(array: inet[], elem: inet) → int Return the index of the first occurrence of array_position(array: inet[], elem: inet) → int Return the index of the first occurrence of array_position(array: int[], elem: int) → int Return the index of the first occurrence of array_position(array: int[], elem: int) → int Return the index of the first occurrence of array_position(array: interval[], elem: interval) → int Return the index of the first occurrence of array_position(array: interval[], elem: interval) → int Return the index of the first occurrence of array_position(array: string[], elem: string) → int Return the index of the first occurrence of array_position(array: string[], elem: string) → int Return the index of the first occurrence of array_position(array: time[], elem: time) → int Return the index of the first occurrence of array_position(array: time[], elem: time) → int Return the index of the first occurrence of array_position(array: timestamp[], elem: timestamp) → int Return the index of the first occurrence of array_position(array: timestamp[], elem: timestamp) → int Return the index of the first occurrence of array_position(array: timestamptz[], elem: timestamptz) → int Return the index of the first occurrence of array_position(array: timestamptz[], elem: timestamptz) → int Return the index of the first occurrence of array_position(array: uuid[], elem: uuid) → int Return the index of the first occurrence of array_position(array: uuid[], elem: uuid) → int Return the index of the first occurrence of array_position(array: oid[], elem: oid) → int Return the index of the first occurrence of array_position(array: oid[], elem: oid) → int Return the index of the first occurrence of array_position(array: varbit[], elem: varbit) → int Return the index of the first occurrence of array_position(array: varbit[], elem: varbit) → int Return the index of the first occurrence of array_positions(array: bool[], elem: bool) → int[] Returns and array of indexes of all occurrences of array_positions(array: bool[], elem: bool) → int[] Returns and array of indexes of all occurrences of array_positions(array: bytes[], elem: bytes) → int[] Returns and array of indexes of all occurrences of array_positions(array: bytes[], elem: bytes) → int[] Returns and array of indexes of all occurrences of array_positions(array: date[], elem: date) → int[] Returns and array of indexes of all occurrences of array_positions(array: date[], elem: date) → int[] Returns and array of indexes of all occurrences of array_positions(array: decimal[], elem: decimal) → int[] Returns and array of indexes of all occurrences of array_positions(array: decimal[], elem: decimal) → int[] Returns and array of indexes of all occurrences of array_positions(array: float[], elem: float) → int[] Returns and array of indexes of all occurrences of array_positions(array: float[], elem: float) → int[] Returns and array of indexes of all occurrences of array_positions(array: inet[], elem: inet) → int[] Returns and array of indexes of all occurrences of array_positions(array: inet[], elem: inet) → int[] Returns and array of indexes of all occurrences of array_positions(array: int[], elem: int) → int[] Returns and array of indexes of all occurrences of array_positions(array: int[], elem: int) → int[] Returns and array of indexes of all occurrences of array_positions(array: interval[], elem: interval) → int[] Returns and array of indexes of all occurrences of array_positions(array: interval[], elem: interval) → int[] Returns and array of indexes of all occurrences of array_positions(array: string[], elem: string) → int[] Returns and array of indexes of all occurrences of array_positions(array: string[], elem: string) → int[] Returns and array of indexes of all occurrences of array_positions(array: time[], elem: time) → int[] Returns and array of indexes of all occurrences of array_positions(array: time[], elem: time) → int[] Returns and array of indexes of all occurrences of array_positions(array: timestamp[], elem: timestamp) → int[] Returns and array of indexes of all occurrences of array_positions(array: timestamp[], elem: timestamp) → int[] Returns and array of indexes of all occurrences of array_positions(array: timestamptz[], elem: timestamptz) → int[] Returns and array of indexes of all occurrences of array_positions(array: timestamptz[], elem: timestamptz) → int[] Returns and array of indexes of all occurrences of array_positions(array: uuid[], elem: uuid) → int[] Returns and array of indexes of all occurrences of array_positions(array: uuid[], elem: uuid) → int[] Returns and array of indexes of all occurrences of array_positions(array: oid[], elem: oid) → int[] Returns and array of indexes of all occurrences of array_positions(array: oid[], elem: oid) → int[] Returns and array of indexes of all occurrences of array_positions(array: varbit[], elem: varbit) → int[] Returns and array of indexes of all occurrences of array_positions(array: varbit[], elem: varbit) → int[] Returns and array of indexes of all occurrences of array_prepend(elem: bool, array: bool[]) → bool[] Prepends array_prepend(elem: bool, array: bool[]) → bool[] Prepends array_prepend(elem: bytes, array: bytes[]) → bytes[] Prepends array_prepend(elem: bytes, array: bytes[]) → bytes[] Prepends array_prepend(elem: date, array: date[]) → date[] Prepends array_prepend(elem: date, array: date[]) → date[] Prepends array_prepend(elem: decimal, array: decimal[]) → decimal[] Prepends array_prepend(elem: decimal, array: decimal[]) → decimal[] Prepends array_prepend(elem: float, array: float[]) → float[] Prepends array_prepend(elem: float, array: float[]) → float[] Prepends array_prepend(elem: inet, array: inet[]) → inet[] Prepends array_prepend(elem: inet, array: inet[]) → inet[] Prepends array_prepend(elem: int, array: int[]) → int[] Prepends array_prepend(elem: int, array: int[]) → int[] Prepends array_prepend(elem: interval, array: interval[]) → interval[] Prepends array_prepend(elem: interval, array: interval[]) → interval[] Prepends array_prepend(elem: string, array: string[]) → string[] Prepends array_prepend(elem: string, array: string[]) → string[] Prepends array_prepend(elem: time, array: time[]) → time[] Prepends array_prepend(elem: time, array: time[]) → time[] Prepends array_prepend(elem: timestamp, array: timestamp[]) → timestamp[] Prepends array_prepend(elem: timestamp, array: timestamp[]) → timestamp[] Prepends array_prepend(elem: timestamptz, array: timestamptz[]) → timestamptz[] Prepends array_prepend(elem: timestamptz, array: timestamptz[]) → timestamptz[] Prepends array_prepend(elem: uuid, array: uuid[]) → uuid[] Prepends array_prepend(elem: uuid, array: uuid[]) → uuid[] Prepends array_prepend(elem: oid, array: oid[]) → oid[] Prepends array_prepend(elem: oid, array: oid[]) → oid[] Prepends array_prepend(elem: varbit, array: varbit[]) → varbit[] Prepends array_prepend(elem: varbit, array: varbit[]) → varbit[] Prepends array_remove(array: bool[], elem: bool) → bool[] Remove from array_remove(array: bool[], elem: bool) → bool[] Remove from array_remove(array: bytes[], elem: bytes) → bytes[] Remove from array_remove(array: bytes[], elem: bytes) → bytes[] Remove from array_remove(array: date[], elem: date) → date[] Remove from array_remove(array: date[], elem: date) → date[] Remove from array_remove(array: decimal[], elem: decimal) → decimal[] Remove from array_remove(array: decimal[], elem: decimal) → decimal[] Remove from array_remove(array: float[], elem: float) → float[] Remove from array_remove(array: float[], elem: float) → float[] Remove from array_remove(array: inet[], elem: inet) → inet[] Remove from array_remove(array: inet[], elem: inet) → inet[] Remove from |