Class FilterAndFlattenJoinedValuesAdapter
- java.lang.Object
-
- org.datavec.local.transforms.join.FilterAndFlattenJoinedValuesAdapter
-
- All Implemented Interfaces:
Serializable,FlatMapFunctionAdapter<JoinedValue,List<Writable>>
public class FilterAndFlattenJoinedValuesAdapter extends Object implements FlatMapFunctionAdapter<JoinedValue,List<Writable>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterAndFlattenJoinedValuesAdapter(Join.JoinType joinType)
-
-
-
Constructor Detail
-
FilterAndFlattenJoinedValuesAdapter
public FilterAndFlattenJoinedValuesAdapter(Join.JoinType joinType)
-
-
Method Detail
-
call
public List<List<Writable>> call(JoinedValue joinedValue) throws Exception
- Specified by:
callin interfaceFlatMapFunctionAdapter<JoinedValue,List<Writable>>- Throws:
Exception
-
-