Uses of Class
org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock

Packages that use TableBlock
org.omnaest.utils.structure.table.concrete.internal.selection.join   
org.omnaest.utils.structure.table.concrete.predicates.internal.filter   
org.omnaest.utils.structure.table.concrete.predicates.internal.joiner   
 

Uses of TableBlock in org.omnaest.utils.structure.table.concrete.internal.selection.join
 

Methods in org.omnaest.utils.structure.table.concrete.internal.selection.join that return TableBlock
 TableBlock<E> JoinInner.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
           
 TableBlock<E> Join.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
          Joins two TableBlocks into one using a join dependent merging strategy
 

Methods in org.omnaest.utils.structure.table.concrete.internal.selection.join with parameters of type TableBlock
 TableBlock<E> JoinInner.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
           
 TableBlock<E> JoinInner.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
           
 TableBlock<E> Join.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
          Joins two TableBlocks into one using a join dependent merging strategy
 TableBlock<E> Join.joinTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight, TableInternal.StripeDataList<E> stripeDataList, PredicateJoinerCollector<E> predicateJoinerCollector)
          Joins two TableBlocks into one using a join dependent merging strategy
 

Uses of TableBlock in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
 

Method parameters in org.omnaest.utils.structure.table.concrete.predicates.internal.filter with type arguments of type TableBlock
 void PredicateFilter.filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
          Removes the TableInternal.StripeData instances of Rows from a given getRowStripeDataSet()
 void ColumnValueIsIn.filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
           
 void ColumnValueIsBetween.filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
           
 void ColumnValueEquals.filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
           
 void ColumnHaveDistinctRows.filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
           
 

Uses of TableBlock in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner
 

Methods in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner with parameters of type TableBlock
 boolean PredicateJoinerCollector.affectsBothTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 boolean PredicateJoinerCollector.affectsBothTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 boolean PredicateJoiner.affectsBothTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
          Returns true if the given TableBlocks are affected by this PredicateJoiner
 boolean PredicateJoiner.affectsBothTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
          Returns true if the given TableBlocks are affected by this PredicateJoiner
 boolean EqualColumns.affectsBothTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 boolean EqualColumns.affectsBothTableBlocks(TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 Set<TableInternal.StripeData<E>> PredicateJoinerCollector.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData, TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 Set<TableInternal.StripeData<E>> PredicateJoinerCollector.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData, TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 Set<TableInternal.StripeData<E>> PredicateJoiner.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData, TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
          Provides the TableInternal.StripeData instances from the right TableBlock which should be joined with the given TableInternal.StripeData of the left TableBlock.
 Set<TableInternal.StripeData<E>> PredicateJoiner.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData, TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
          Provides the TableInternal.StripeData instances from the right TableBlock which should be joined with the given TableInternal.StripeData of the left TableBlock.
 Set<TableInternal.StripeData<E>> EqualColumns.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData, TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 Set<TableInternal.StripeData<E>> EqualColumns.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData, TableBlock<E> tableBlockLeft, TableBlock<E> tableBlockRight)
           
 

Method parameters in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner with type arguments of type TableBlock
 void EqualColumns.filterStripeDataSet(Collection<TableBlock<E>> tableBlockCollection)
           
 



Copyright © 2011. All Rights Reserved.