Package org.apache.wayang.spark.compiler
package org.apache.wayang.spark.compiler
-
ClassDescriptionBinaryOperatorAdapter<Type>Wraps a
BinaryOperator
as aFunction2
.Implements aFunction2
that callsExtendedFunction.open(ExecutionContext)
of its implementation before delegating the very firstFunction2.call(Object, Object)
.ExtendedFlatMapFunctionAdapter<InputType,OutputType> Implements aFlatMapFunction
that callsExtendedFunction.open(ExecutionContext)
of its implementation before delegating the very firstFunction.call(Object)
.ExtendedFunction<InputType,OutputType> Implements aFunction
that callsExtendedFunction.open(ExecutionContext)
of its implementation before delegating the very firstFunction.call(Object)
.ExtendedMapFunctionAdapter<InputType,OutputType> Implements aFunction
that callsExtendedFunction.open(ExecutionContext)
of its implementation before delegating the very firstFunction.call(Object)
.ExtendedMapPartitionsFunctionAdapter<InputType,OutputType> Wraps aFunction
as aFlatMapFunction
.Implements aFunction
that callsExtendedFunction.open(ExecutionContext)
of its implementation before delegating the very firstFunction.call(Object)
.FlatMapFunctionAdapter<InputType,OutputType> Wraps aFunction
as aFlatMapFunction
.A compiler translates Wayang functions into executable Java functions.Spark function for building pair RDDs.FunctionCompiler.Reducer<Type>Spark function for aggregating data quanta.Describes functions coming from Wayang, designated for Spark.MapFunctionAdapter<InputType,OutputType> Wraps aFunction
as aFunction
.MapPartitionsFunctionAdapter<InputType,OutputType> Wraps aFunction
as aFlatMapFunction
.PredicateAdapter<InputType>Wraps aPredicate
as aFunction
.