package udf
Type Members
- class ExtractSedonaUDFRule extends Rule[LogicalPlan] with Logging
- case class SedonaArrowEvalPython(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: LogicalPlan, evalType: Int) extends LogicalPlan with BaseEvalPython with Product with Serializable
- case class SedonaArrowEvalPythonExec(udfs: Seq[PythonUDF], resultAttrs: Seq[Attribute], child: SparkPlan, evalType: Int) extends SparkPlan with EvalPythonExec with PythonSQLMetrics with Product with Serializable
- class SedonaArrowStrategy extends Strategy