Encoders

org.apache.spark.sql.Encoders
object Encoders

Spark-conventional alias; re-exports the derived Encoder instances and factory.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Encoders.type

Members list

Exports

Defined exports

def apply[T](using e: Encoder[T]): Encoder[T]
Exported from Encoder
private[sql] val rowEncoder: Encoder[Row]
Exported from Encoder

Identity encoder used for Dataset[Row] (DataFrames).

Identity encoder used for Dataset[Row] (DataFrames).

Attributes