Object

org.apache.spark.sql.row

GemFireXDClientDialect

Related Doc: package row

Permalink

object GemFireXDClientDialect extends GemFireXDBaseDialect with Product with Serializable

Default dialect for GemFireXD >= 1.4.0. Contains specific type conversions to and from Spark SQL catalyst types.

Annotations
@DeveloperApi()
Linear Supertypes
Product, Equals, GemFireXDBaseDialect, JdbcExtendedDialect, JdbcDialect, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GemFireXDClientDialect
  2. Product
  3. Equals
  4. GemFireXDBaseDialect
  5. JdbcExtendedDialect
  6. JdbcDialect
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addExtraDriverProperties(isLoner: Boolean, props: Properties): Unit

    Permalink
    Definition Classes
    JdbcExtendedDialect
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def beforeFetch(connection: Connection, properties: Map[String, String]): Unit

    Permalink
    Definition Classes
    JdbcDialect
  7. def canHandle(url: String): Boolean

    Permalink
    Definition Classes
    GemFireXDClientDialect → JdbcDialect
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createSchema(schemaName: String, conn: Connection): Unit

    Permalink

    Create a new schema.

    Create a new schema.

    Definition Classes
    GemFireXDBaseDialectJdbcExtendedDialect
  10. def dropTable(tableName: String, conn: Connection, context: SQLContext, ifExists: Boolean): Unit

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCatalystType(sqlType: Int, typeName: String, size: Int, md: MetadataBuilder): Option[DataType]

    Permalink
    Definition Classes
    GemFireXDBaseDialect → JdbcDialect
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getJDBCType(dt: DataType, md: Metadata): Option[JdbcType]

    Permalink

    Look SPARK-10101 issue for similar problem.

    Look SPARK-10101 issue for similar problem. If the PR raised is ever merged we can remove this method here.

    md

    The metadata

    returns

    The new JdbcType if there is an override for this DataType

    Definition Classes
    GemFireXDBaseDialectJdbcExtendedDialect
  17. def getJDBCType(dt: DataType): Option[JdbcType]

    Permalink
    Definition Classes
    GemFireXDBaseDialect → JdbcDialect
  18. def getPartitionByClause(col: String): String

    Permalink
  19. def getSchemaQuery(table: String): String

    Permalink
    Definition Classes
    JdbcDialect
    Annotations
    @Since( "2.1.0" )
  20. def getTableExistsQuery(table: String): String

    Permalink
    Definition Classes
    GemFireXDBaseDialect → JdbcDialect
  21. def init(): Unit

    Permalink
    Definition Classes
    GemFireXDBaseDialect
  22. def initializeTable(tableName: String, caseSensitive: Boolean, conn: Connection): Unit

    Permalink
  23. def isCascadingTruncateTable(): Option[Boolean]

    Permalink
    Definition Classes
    JdbcDialect
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def quoteIdentifier(colName: String): String

    Permalink
    Definition Classes
    JdbcDialect
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def tableExists(tableName: String, conn: Connection, context: SQLContext): Boolean

    Permalink

    Query string to check for existence of a table

    Query string to check for existence of a table

    Definition Classes
    JdbcExtendedDialect
  31. def truncateTable(tableName: String): String

    Permalink

    Get the DDL to truncate a table, or null/empty if truncate is not supported.

    Get the DDL to truncate a table, or null/empty if truncate is not supported.

    Definition Classes
    JdbcExtendedDialect
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from GemFireXDBaseDialect

Inherited from JdbcExtendedDialect

Inherited from JdbcDialect

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped