filter_rows(ds_in: dataset, {
    "param": value,
    ...
}) -> (ds_out: dataset)
filter_rows(ds_in: dataset, {
    "param": value,
    ...
}) -> (ds_out: dataset)
query
string
required

The graphext advanced query used to identify the rows to keep.