Uses of Class
org.apache.wayang.spark.compiler.FunctionCompiler.KeyExtractor
-
Packages that use FunctionCompiler.KeyExtractor Package Description org.apache.wayang.spark.compiler -
-
Uses of FunctionCompiler.KeyExtractor in org.apache.wayang.spark.compiler
Methods in org.apache.wayang.spark.compiler that return FunctionCompiler.KeyExtractor Modifier and Type Method Description <T,K>
FunctionCompiler.KeyExtractor<T,K>FunctionCompiler. compileToKeyExtractor(TransformationDescriptor<T,K> descriptor)
Compile a key extraction.
-