Ticket #91 (closed enhancement: fixed)
Constraint-based data
| Reported by: | kasper | Owned by: | kasper |
|---|---|---|---|
| Priority: | high | Milestone: | DataCleaner 1.2 |
| Component: | DataCleaner-core | Keywords: | |
| Cc: | |||
| Influenced classes: | |||
Description
Retrival of data from IDataFactory based on constraints.
- Create Constraint POJO where constraints have the form of: [column] [operator] [operand]
- Examples of operators: EQUALS_TO, DIFFERENT_FROM, HIGHER_THAN, LOWER_THAN
- Examples of operands: concrete values ("foobar"), other columns, null
- Create new method in IDataFactory: getConstrainedData([...], Constraint[] constraints);
- Implement getConstrainedData for the various data factory implementations.
Change History
Note: See
TracTickets for help on using
tickets.
