ov

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

Finds all rows where the value of the column overlaps with values

Parameters

column

The column name to filter on

values

The values to filter on