Skip to contents

Return a soql::soql_where() construct for a given column being in a list of values

Usage

soql_is_in(soql_list, column, match_values)

Arguments

soql_list

A soql query object, which can be piped in. If one hasn't been created yet, use or pipe in soql::soql().

column

The column to filter on

match_values

A vector of values that column must match

Value

A new soql object with the filter added, for use in other functions.