dlt.destinations.impl.lance.utils
create_in_filter
def create_in_filter(field_name: str, array: pa.Array) -> str
Filters all rows where field_name is one of the values in the array
If array is dictionary-encoded (pa.DictionaryType) we emit the
distinct values stored in its dictionary.