Packages

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package types

Type Members

  1. trait ColumnNodeLike extends AnyRef

Value Members

  1. object LambdaFunction extends Serializable
  2. object LegacyBehaviorPolicy extends Enumeration
  3. 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()
  4. object UnresolvedNamedLambdaVariable extends Serializable

Ungrouped