BaseEvalPython Unary Logical Operators¶
BaseEvalPython
is an extension of the UnaryNode abstraction for unary logical operators that can execute PythonUDFs.
Contract¶
udfs¶
udfs: Seq[PythonUDF]
resultAttrs¶
resultAttrs: Seq[Attribute]
Result Attributes
Used when:
BaseEvalPython
is requested for the output and producedAttributes
Implementations¶
- ArrowEvalPython
BatchEvalPython