Packages

class PythonUDFRunner extends BasePythonRunner[Array[Byte], Array[Byte]]

A helper class to run Python UDFs in Spark.

Linear Supertypes
BasePythonRunner[Array[Byte], Array[Byte]], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonUDFRunner
  2. BasePythonRunner
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PythonUDFRunner(funcs: Seq[ChainedPythonFunctions], evalType: Int, argOffsets: Array[Array[Int]])

Type Members

  1. class MonitorThread extends Thread
    Definition Classes
    BasePythonRunner
  2. abstract class ReaderIterator extends Iterator[OUT]
    Definition Classes
    BasePythonRunner
  3. abstract class WriterThread extends Thread
    Definition Classes
    BasePythonRunner

Value Members

  1. def compute(inputIterator: Iterator[Array[Byte]], partitionIndex: Int, context: TaskContext): Iterator[Array[Byte]]
    Definition Classes
    BasePythonRunner