Uses of Class
org.apache.wayang.spark.compiler.FunctionCompiler
-
Packages that use FunctionCompiler Package Description org.apache.wayang.profiler.spark org.apache.wayang.spark.execution -
-
Uses of FunctionCompiler in org.apache.wayang.profiler.spark
Fields in org.apache.wayang.profiler.spark declared as FunctionCompiler Modifier and Type Field Description protected FunctionCompiler
SparkOperatorProfiler. functionCompiler
-
Uses of FunctionCompiler in org.apache.wayang.spark.execution
Fields in org.apache.wayang.spark.execution declared as FunctionCompiler Modifier and Type Field Description FunctionCompiler
SparkExecutor. compiler
Compiler to create Spark UDFs.Methods in org.apache.wayang.spark.execution that return FunctionCompiler Modifier and Type Method Description FunctionCompiler
SparkExecutor. getCompiler()
Provide aFunctionCompiler
.
-