cd

fun cd(column: String, values: List<Any>)(source)

Finds all rows where the value of the column is contained in values

Parameters

column

The column name to filter on

values

The values to filter on