Skip to contents

Returns a list based on the elements selected by the index_list.

Usage

list_select(value_list, index_list)

Arguments

value_list

T[]

index_list

BIGINT[]

Value

T[]

SQL examples

list_select([10, 20, 30, 40], [1, 4])