org.apache.spark.sql.execution.command

CreateDataSourceTableUtils

object CreateDataSourceTableUtils extends Logging

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val DATASOURCE_OUTPUTPATH: String

  7. val DATASOURCE_PREFIX: String

  8. val DATASOURCE_PROVIDER: String

  9. val DATASOURCE_SCHEMA: String

  10. val DATASOURCE_SCHEMA_BUCKETCOL_PREFIX: String

  11. val DATASOURCE_SCHEMA_NUMBUCKETCOLS: String

  12. val DATASOURCE_SCHEMA_NUMBUCKETS: String

  13. val DATASOURCE_SCHEMA_NUMPARTCOLS: String

  14. val DATASOURCE_SCHEMA_NUMPARTS: String

  15. val DATASOURCE_SCHEMA_NUMSORTCOLS: String

  16. val DATASOURCE_SCHEMA_PARTCOL_PREFIX: String

  17. val DATASOURCE_SCHEMA_PART_PREFIX: String

  18. val DATASOURCE_SCHEMA_PREFIX: String

  19. val DATASOURCE_SCHEMA_SORTCOL_PREFIX: String

  20. val DATASOURCE_WRITEJOBUUID: String

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def createDataSourceTable(sparkSession: SparkSession, tableIdent: TableIdentifier, userSpecifiedSchema: Option[StructType], partitionColumns: Array[String], bucketSpec: Option[BucketSpec], provider: String, options: Map[String, String], isExternal: Boolean): Unit

  24. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Logging
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  32. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  33. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  36. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  37. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  38. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  39. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  40. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  41. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  42. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  43. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. def validateName(name: String): Boolean

    Checks if the given name conforms the Hive standard ("[a-zA-z_0-9]+"), i.

    Checks if the given name conforms the Hive standard ("[a-zA-z_0-9]+"), i.e. if this name only contains characters, numbers, and _.

    This method is intended to have the same behavior of org.apache.hadoop.hive.metastore.MetaStoreUtils.validateName.

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped