package internal
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ColumnNodeLike extends AnyRef
Value Members
- object LambdaFunction extends Serializable
- object LegacyBehaviorPolicy extends Enumeration
- object UDFAdaptors extends Serializable
Adaptors from one UDF shape to another.
Adaptors from one UDF shape to another. For example adapting a foreach function for use in foreachPartition.
Please note that this class is being used in Spark Connect Scala UDFs. We need to be careful with any modifications to this class, otherwise we will break backwards compatibility. Concretely this means you can only add methods to this class. You cannot rename the class, move it, change its
serialVersionUID
, remove methods, change method signatures, or change method semantics.- Annotations
- @SerialVersionUID()
- object UnresolvedNamedLambdaVariable extends Serializable