Class VectorUDT

Object
org.apache.spark.sql.types.AbstractDataType
All Implemented Interfaces:
Serializable

public class VectorUDT extends UserDefinedType<Vector>
:: AlphaComponent ::

User-defined type for Vector which allows easy interaction with SQL via Dataset.

See Also: