org.apache.spark.sql.catalyst

encoders

package encoders

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. encoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ExpressionEncoder[T](schema: StructType, flat: Boolean, toRowExpressions: Seq[Expression], fromRowExpression: Expression, clsTag: ClassTag[T]) extends Encoder[T] with Product with Serializable

    A generic encoder for JVM objects.

Value Members

  1. object ExpressionEncoder extends Serializable

    A factory for constructing encoders that convert objects and primitives to and from the internal row format using catalyst expressions and code generation.

  2. object OuterScopes

  3. object RowEncoder

    A factory for constructing encoders that convert external row to/from the Spark SQL internal binary representation.

Inherited from AnyRef

Inherited from Any

Ungrouped