package common
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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.
-
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
-
object
DataTypeProtoConverter
Helper class for conversions between DataType and proto.DataType.
- object LiteralValueProtoConverter
-
object
StorageLevelProtoConverter
Helper class for conversions between StrageLevel and proto.StorageLevel.
- object UdfPacket extends Serializable