T - type of object to flattenpublic class JoinFlattenFunction<T> extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<List<JoinElement<T>>,T>,List<JoinElement<T>>>
| Constructor and Description |
|---|
JoinFlattenFunction(String inputStageName) |
| Modifier and Type | Method and Description |
|---|---|
List<JoinElement<T>> |
call(scala.Tuple2<List<JoinElement<T>>,T> in) |
public JoinFlattenFunction(String inputStageName)
public List<JoinElement<T>> call(scala.Tuple2<List<JoinElement<T>>,T> in) throws Exception
call in interface org.apache.spark.api.java.function.Function<scala.Tuple2<List<JoinElement<T>>,T>,List<JoinElement<T>>>ExceptionCopyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.