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 FunctionCompilerSparkOperatorProfiler. 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 FunctionCompilerSparkExecutor. compilerCompiler to create Spark UDFs.Methods in org.apache.wayang.spark.execution that return FunctionCompiler Modifier and Type Method Description FunctionCompilerSparkExecutor. getCompiler()Provide aFunctionCompiler.
-