package python
Type Members
- class SedonaArrowEvalPythonEvaluatorFactory extends EvalPythonEvaluatorFactory
- case class SedonaArrowEvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan, evalType: Int) extends SparkPlan with EvalPythonExec with PythonSQLMetrics with Product with Serializable
A physical plan that evaluates a PythonUDF.