Generate a boolean column based on a query string, marking rows that match the condition.
Inputs
The input dataset to evaluate against the query.
Outputs
A boolean column indicating whether each row in the dataset matches the query.
Parameters
The graphext advanced query used to identify rows to flag.
Was this page helpful?