Package com.macrofocus.molap.dataframe
Class CombinedDataFrame.LeftJoinCombinedRecipe<R,C>
- java.lang.Object
-
- com.macrofocus.molap.dataframe.CombinedDataFrame.LeftJoinCombinedRecipe<R,C>
-
- All Implemented Interfaces:
CombinedDataFrame.CombinedRecipe<R,C>
- Enclosing class:
- CombinedDataFrame<R,C,V>
public static class CombinedDataFrame.LeftJoinCombinedRecipe<R,C> extends java.lang.Object implements CombinedDataFrame.CombinedRecipe<R,C>
-
-
Constructor Summary
Constructors Constructor Description LeftJoinCombinedRecipe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniqueIndex<C>
buildColumnIndex(DataFrame<R,C,?> dataFrame1, DataFrame<R,C,?> dataFrame2)
UniqueIndex<R>
buildRowIndex(DataFrame<R,C,?> dataFrame1, DataFrame<R,C,?> dataFrame2)
-
-
-
Method Detail
-
buildRowIndex
public UniqueIndex<R> buildRowIndex(DataFrame<R,C,?> dataFrame1, DataFrame<R,C,?> dataFrame2)
- Specified by:
buildRowIndex
in interfaceCombinedDataFrame.CombinedRecipe<R,C>
-
buildColumnIndex
public UniqueIndex<C> buildColumnIndex(DataFrame<R,C,?> dataFrame1, DataFrame<R,C,?> dataFrame2)
- Specified by:
buildColumnIndex
in interfaceCombinedDataFrame.CombinedRecipe<R,C>
-
-