com.memsql.spark.connector

dataframe

package dataframe

Visibility
  1. Public
  2. All

Type Members

  1. class BigIntUnsignedType extends UserDefinedType[BigIntUnsignedValue]

    Spark SQL org.apache.spark.sql.types.UserDefinedType for MemSQL's BIGINT UNSIGNED column type.

  2. class BigIntUnsignedValue extends Serializable with MemSQLCustomType

    Annotations
    @SQLUserDefinedType()
  3. class DatetimeType extends UserDefinedType[DatetimeValue]

    Spark SQL org.apache.spark.sql.types.UserDefinedType for MemSQL's DATETIME column type.

  4. class DatetimeValue extends Serializable with MemSQLCustomType

    Annotations
    @SQLUserDefinedType()
  5. class GeographyPointType extends UserDefinedType[GeographyPointValue]

    Spark SQL org.apache.spark.sql.types.UserDefinedType for MemSQL's GEOGRAPHYPOINT column type.

  6. class GeographyPointValue extends Serializable with MemSQLCustomType

    Annotations
    @SQLUserDefinedType()
  7. class GeographyType extends UserDefinedType[GeographyValue]

    Spark SQL org.apache.spark.sql.types.UserDefinedType for MemSQL's GEOGRAPHY column type.

  8. class GeographyValue extends Serializable with MemSQLCustomType

    Annotations
    @SQLUserDefinedType()
  9. class JsonType extends UserDefinedType[JsonValue]

    Spark SQL org.apache.spark.sql.types.UserDefinedType for MemSQL's JSON column type.

  10. class JsonValue extends Serializable with MemSQLCustomType

    Annotations
    @SQLUserDefinedType()
  11. trait MemSQLCustomType extends AnyRef

    A trait used to identify MemSQL custom types

Ungrouped