org.omnaest.utils.structure.table.concrete.predicates.internal.filter
Class ColumnHaveDistinctRows<E>
java.lang.Object
org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows<E>
- All Implemented Interfaces:
- Serializable, PredicateFilter<E>, TableSelectable.Predicate<E>
public class ColumnHaveDistinctRows<E>
- extends Object
- implements PredicateFilter<E>
Filters all duplicate Rows / Rows with the same Table.Column values will be collapsed to one.
- Author:
- Omnaest
- See Also:
TableSelectable.Predicate,
PredicateFilter,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnHaveDistinctRows
public ColumnHaveDistinctRows()
- This is an internal used class. Use
TableSelectable.Selection.distinct() instead.
filterStripeDataSet
public void filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
- Description copied from interface:
PredicateFilter
- Removes the
TableInternal.StripeData instances of Rows from a given TableBlock.getRowStripeDataSet()
- Specified by:
filterStripeDataSet in interface PredicateFilter<E>
getRequiredColumns
public Table.Column<E>[] getRequiredColumns()
- Description copied from interface:
PredicateFilter
- Returns the
Table.Columns which are required for this PredicateFilter
- Specified by:
getRequiredColumns in interface PredicateFilter<E>
- Returns:
Copyright © 2011. All Rights Reserved.