Packages

package common

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class InvalidPlanInput(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Error thrown when a connect plan is not valid.

  2. case class UdfPacket(function: AnyRef, inputEncoders: Seq[AgnosticEncoder[_]], outputEncoder: AgnosticEncoder[_]) extends Serializable with Product

    A wrapper class around the UDF and it's Input/Output AgnosticEncoder(s).

    A wrapper class around the UDF and it's Input/Output AgnosticEncoder(s).

    This class is shared between the client and the server to allow for serialization and deserialization of the JVM object.

    function

    The UDF

    inputEncoders

    A list of AgnosticEncoder(s) for all input arguments of the UDF

    outputEncoder

    An AgnosticEncoder for the output of the UDF

    Annotations
    @SerialVersionUID()

Value Members

  1. object DataTypeProtoConverter

    Helper class for conversions between DataType and proto.DataType.

  2. object LiteralValueProtoConverter
  3. object StorageLevelProtoConverter

    Helper class for conversions between StrageLevel and proto.StorageLevel.

  4. object UdfPacket extends Serializable

Ungrouped