Packages

o

org.apache.spark.sql.internal

StaticSQLConf

object StaticSQLConf

Static SQL configuration is a cross-session, immutable Spark configuration. External users can see the static sql configs via SparkSession.conf, but can NOT set/unset them.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StaticSQLConf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BROADCAST_EXCHANGE_MAX_THREAD_THRESHOLD: ConfigEntry[Int]
  5. val CATALOG_IMPLEMENTATION: ConfigEntry[String]
  6. val CODEGEN_CACHE_MAX_ENTRIES: ConfigEntry[Int]
  7. val CODEGEN_COMMENTS: ConfigEntry[Boolean]
  8. val DEBUG_MODE: ConfigEntry[Boolean]
  9. val DEFAULT_URL_STREAM_HANDLER_FACTORY_ENABLED: ConfigEntry[Boolean]
  10. val FILESOURCE_TABLE_RELATION_CACHE_SIZE: ConfigEntry[Int]
  11. val GLOBAL_TEMP_DATABASE: ConfigEntry[String]
  12. val HIVE_THRIFT_SERVER_SINGLESESSION: ConfigEntry[Boolean]
  13. val QUERY_EXECUTION_LISTENERS: OptionalConfigEntry[Seq[String]]
  14. val SCHEMA_STRING_LENGTH_THRESHOLD: ConfigEntry[Int]
  15. val SPARK_SESSION_EXTENSIONS: OptionalConfigEntry[Seq[String]]
  16. val SQL_EVENT_TRUNCATE_LENGTH: ConfigEntry[Int]
  17. val SQL_LEGACY_SESSION_INIT_WITH_DEFAULTS: ConfigEntry[Boolean]
  18. val STREAMING_QUERY_LISTENERS: OptionalConfigEntry[Seq[String]]
  19. val STREAMING_UI_ENABLED: ConfigEntry[Boolean]
  20. val STREAMING_UI_RETAINED_PROGRESS_UPDATES: ConfigEntry[Int]
  21. val STREAMING_UI_RETAINED_QUERIES: ConfigEntry[Int]
  22. val SUBQUERY_MAX_THREAD_THRESHOLD: ConfigEntry[Int]
  23. val UI_RETAINED_EXECUTIONS: ConfigEntry[Int]
  24. val WAREHOUSE_PATH: ConfigEntry[String]
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped