Module array_positions

Source

Statics§

_LINKME_ELEMENT_array_position_anyarray_any_int4 πŸ”’
_LINKME_ELEMENT_array_position_anyarray_any_int4_int4 πŸ”’
_LINKME_ELEMENT_array_positions_anyarray_any_int4array πŸ”’

Functions§

array_position πŸ”’
Returns the subscript of the first occurrence of the second argument in the array, or NULL if it’s not present.
array_position_anyarray_any_int4 πŸ”’
array_position_anyarray_any_int4_int4 πŸ”’
array_position_common πŸ”’
array_position_start πŸ”’
Returns the subscript of the first occurrence of the second argument in the array, or NULL if it’s not present. The search begins at the third argument.
array_positions πŸ”’
Returns an array of the subscripts of all occurrences of the second argument in the array given as first argument. Note the behavior is slightly different from PG.
array_positions_anyarray_any_int4array πŸ”’