extractor_output_skip_if_duplicate
Columns used to detect duplicate rows in extractor outputs. If another row has the same values in all columns in a skip-if-duplicate condition, the row is skipped.
Primary Key:Foreign Keys:extractor_column_id=>extractor_column.extractor_column_idextractor_output_id=>extractor_output.extractor_output_id
extractor_output_skip_if_duplicate_extractor_column_id_idx-extractor_column_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_output_id | bigint | No | Yes | The output the condition applies to Generated through expression: |
extractor_column_id | bigint | No | Yes | Column included in the duplicate key. Rows matching on all columns in the group are treated as duplicates and skipped. Generated through expression: |