Package org.apache.wayang.spark.compiler
Interface FunctionCompiler.WayangSparkFunction
- All Known Implementing Classes:
FunctionCompiler.KeyExtractor
,FunctionCompiler.Reducer
- Enclosing class:
- FunctionCompiler
public static interface FunctionCompiler.WayangSparkFunction
Describes functions coming from Wayang, designated for Spark.
-
Method Summary
-
Method Details
-
getWayangFunction
Object getWayangFunction()- Returns:
- the original code object as has been defined in the Wayang API
-