Packages

c

org.apache.spark.sql.internal

ReadOnlySQLConf

class ReadOnlySQLConf extends SQLConf

A readonly SQLConf that will be created by tasks running at the executor side. It reads the configs from the local properties which are propagated from driver to executors.

Linear Supertypes
SQLConf, Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadOnlySQLConf
  2. SQLConf
  3. Logging
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadOnlySQLConf(context: TaskContext)

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. def adaptiveExecutionEnabled: Boolean
    Definition Classes
    SQLConf
  5. def adaptiveExecutionLogLevel: String
    Definition Classes
    SQLConf
  6. def addSingleFileInAddFile: Boolean
    Definition Classes
    SQLConf
  7. def advancedPartitionPredicatePushdownEnabled: Boolean
    Definition Classes
    SQLConf
  8. def allowNegativeScaleOfDecimalEnabled: Boolean
    Definition Classes
    SQLConf
  9. def analyzerMaxIterations: Int

    ************************ Spark SQL Params/Hints *******************

    ************************ Spark SQL Params/Hints *******************

    Definition Classes
    SQLConf
  10. def ansiEnabled: Boolean
    Definition Classes
    SQLConf
  11. def arrowMaxRecordsPerBatch: Int
    Definition Classes
    SQLConf
  12. def arrowPySparkEnabled: Boolean
    Definition Classes
    SQLConf
  13. def arrowPySparkFallbackEnabled: Boolean
    Definition Classes
    SQLConf
  14. def arrowSafeTypeConversion: Boolean
    Definition Classes
    SQLConf
  15. def arrowSparkREnabled: Boolean
    Definition Classes
    SQLConf
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def autoBroadcastJoinThreshold: Long
    Definition Classes
    SQLConf
  18. def autoSizeUpdateEnabled: Boolean
    Definition Classes
    SQLConf
  19. def avroCompressionCodec: String
    Definition Classes
    SQLConf
  20. def avroDeflateLevel: Int
    Definition Classes
    SQLConf
  21. def broadcastTimeout: Long
    Definition Classes
    SQLConf
  22. def bucketingEnabled: Boolean
    Definition Classes
    SQLConf
  23. def bucketingMaxBuckets: Int
    Definition Classes
    SQLConf
  24. def cacheVectorizedReaderEnabled: Boolean
    Definition Classes
    SQLConf
  25. def cartesianProductExecBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  26. def cartesianProductExecBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  27. def caseSensitiveAnalysis: Boolean
    Definition Classes
    SQLConf
  28. def caseSensitiveInferenceMode: SQLConf.HiveCaseSensitiveInferenceMode.Value
    Definition Classes
    SQLConf
  29. def castDatetimeToString: Boolean
    Definition Classes
    SQLConf
  30. def cboEnabled: Boolean
    Definition Classes
    SQLConf
  31. def checkpointLocation: Option[String]
    Definition Classes
    SQLConf
  32. def clear(): Unit
    Definition Classes
    ReadOnlySQLConfSQLConf
  33. def clone(): SQLConf
    Definition Classes
    ReadOnlySQLConfSQLConf → AnyRef
  34. def coalesceShufflePartitionsEnabled: Boolean
    Definition Classes
    SQLConf
  35. def codegenCacheMaxEntries: Int
    Definition Classes
    SQLConf
  36. def codegenComments: Boolean
    Definition Classes
    SQLConf
  37. def codegenFallback: Boolean
    Definition Classes
    SQLConf
  38. def codegenSplitAggregateFunc: Boolean
    Definition Classes
    SQLConf
  39. def columnBatchSize: Int
    Definition Classes
    SQLConf
  40. def columnNameOfCorruptRecord: String
    Definition Classes
    SQLConf
  41. def concatBinaryAsString: Boolean
    Definition Classes
    SQLConf
  42. def constraintPropagationEnabled: Boolean
    Definition Classes
    SQLConf
  43. def contains(key: String): Boolean

    Return whether a given key is set in this SQLConf.

    Return whether a given key is set in this SQLConf.

    Definition Classes
    SQLConf
  44. def continuousStreamingEpochBacklogQueueSize: Int
    Definition Classes
    SQLConf
  45. def continuousStreamingExecutorPollIntervalMs: Long
    Definition Classes
    SQLConf
  46. def continuousStreamingExecutorQueueSize: Int
    Definition Classes
    SQLConf
  47. def convertCTAS: Boolean
    Definition Classes
    SQLConf
  48. def copy(entries: (ConfigEntry[_], Any)*): SQLConf
    Definition Classes
    ReadOnlySQLConfSQLConf
  49. def crossJoinEnabled: Boolean
    Definition Classes
    SQLConf
  50. def csvColumnPruning: Boolean
    Definition Classes
    SQLConf
  51. def csvFilterPushDown: Boolean
    Definition Classes
    SQLConf
  52. def dataFramePivotMaxValues: Int
    Definition Classes
    SQLConf
  53. def dataFrameRetainGroupColumns: Boolean
    Definition Classes
    SQLConf
  54. def dataFrameSelfJoinAutoResolveAmbiguity: Boolean
    Definition Classes
    SQLConf
  55. def datetimeJava8ApiEnabled: Boolean
    Definition Classes
    SQLConf
  56. def decimalOperationsAllowPrecisionLoss: Boolean
    Definition Classes
    SQLConf
  57. def defaultDataSourceName: String
    Definition Classes
    SQLConf
  58. def defaultNumShufflePartitions: Int
    Definition Classes
    SQLConf
  59. def defaultSizeInBytes: Long
    Definition Classes
    SQLConf
  60. def disabledV2StreamingMicroBatchReaders: String
    Definition Classes
    SQLConf
  61. def disabledV2StreamingWriters: String
    Definition Classes
    SQLConf
  62. def dynamicPartitionPruningEnabled: Boolean
    Definition Classes
    SQLConf
  63. def dynamicPartitionPruningFallbackFilterRatio: Double
    Definition Classes
    SQLConf
  64. def dynamicPartitionPruningReuseBroadcastOnly: Boolean
    Definition Classes
    SQLConf
  65. def dynamicPartitionPruningUseStats: Boolean
    Definition Classes
    SQLConf
  66. def eltOutputAsString: Boolean
    Definition Classes
    SQLConf
  67. def enableRadixSort: Boolean
    Definition Classes
    SQLConf
  68. def enableTwoLevelAggMap: Boolean
    Definition Classes
    SQLConf
  69. def enableVectorizedHashMap: Boolean
    Definition Classes
    SQLConf
  70. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  72. def escapedStringLiterals: Boolean
    Definition Classes
    SQLConf
  73. def exchangeReuseEnabled: Boolean
    Definition Classes
    SQLConf
  74. def exponentLiteralAsDecimalEnabled: Boolean
    Definition Classes
    SQLConf
  75. def fallBackToHdfsForStatsEnabled: Boolean
    Definition Classes
    SQLConf
  76. def fastHashAggregateRowMaxCapacityBit: Int
    Definition Classes
    SQLConf
  77. def fetchShuffleBlocksInBatch: Boolean
    Definition Classes
    SQLConf
  78. def fileCommitProtocolClass: String
    Definition Classes
    SQLConf
  79. def fileCompressionFactor: Double
    Definition Classes
    SQLConf
  80. def fileSinkLogCleanupDelay: Long
    Definition Classes
    SQLConf
  81. def fileSinkLogCompactInterval: Int
    Definition Classes
    SQLConf
  82. def fileSinkLogDeletion: Boolean
    Definition Classes
    SQLConf
  83. def fileSourceLogCleanupDelay: Long
    Definition Classes
    SQLConf
  84. def fileSourceLogCompactInterval: Int
    Definition Classes
    SQLConf
  85. def fileSourceLogDeletion: Boolean
    Definition Classes
    SQLConf
  86. def filesMaxPartitionBytes: Long
    Definition Classes
    SQLConf
  87. def filesOpenCostInBytes: Long
    Definition Classes
    SQLConf
  88. def filesourcePartitionFileCacheSize: Long
    Definition Classes
    SQLConf
  89. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  90. def gatherFastStats: Boolean
    Definition Classes
    SQLConf
  91. def getAllConfs: Map[String, String]

    Return all the configuration properties that have been set (i.e.

    Return all the configuration properties that have been set (i.e. not the default). This creates a new copy of the config properties in the form of a Map.

    Definition Classes
    SQLConf
  92. def getAllDefinedConfs: Seq[(String, String, String, String)]

    Return all the configuration definitions that have been defined in SQLConf.

    Return all the configuration definitions that have been defined in SQLConf. Each definition contains key, defaultValue and doc.

    Definition Classes
    SQLConf
  93. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  94. def getConf[T](entry: OptionalConfigEntry[T]): Option[T]

    Return the value of an optional Spark SQL configuration property for the given key.

    Return the value of an optional Spark SQL configuration property for the given key. If the key is not set yet, returns None.

    Definition Classes
    SQLConf
  95. def getConf[T](entry: ConfigEntry[T]): T

    Return the value of Spark SQL configuration property for the given key.

    Return the value of Spark SQL configuration property for the given key. If the key is not set yet, return defaultValue in ConfigEntry.

    Definition Classes
    SQLConf
  96. def getConf[T](entry: ConfigEntry[T], defaultValue: T): T

    Return the value of Spark SQL configuration property for the given key.

    Return the value of Spark SQL configuration property for the given key. If the key is not set yet, return defaultValue. This is useful when defaultValue in ConfigEntry is not the desired one.

    Definition Classes
    SQLConf
  97. def getConfString(key: String, defaultValue: String): String

    Return the string value of Spark SQL configuration property for the given key.

    Return the string value of Spark SQL configuration property for the given key. If the key is not set yet, return defaultValue.

    Definition Classes
    SQLConf
  98. def getConfString(key: String): String

    Return the value of Spark SQL configuration property for the given key.

    Return the value of Spark SQL configuration property for the given key.

    Definition Classes
    SQLConf
    Annotations
    @throws( "if key is not set" )
  99. def groupByAliases: Boolean
    Definition Classes
    SQLConf
  100. def groupByOrdinal: Boolean
    Definition Classes
    SQLConf
  101. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  102. def hintErrorHandler: HintErrorHandler

    Returns the error handler for handling hint errors.

    Returns the error handler for handling hint errors.

    Definition Classes
    SQLConf
  103. def histogramEnabled: Boolean
    Definition Classes
    SQLConf
  104. def histogramNumBins: Int
    Definition Classes
    SQLConf
  105. def hiveThriftServerSingleSession: Boolean
    Definition Classes
    SQLConf
  106. def hugeMethodLimit: Int
    Definition Classes
    SQLConf
  107. def ignoreCorruptFiles: Boolean
    Definition Classes
    SQLConf
  108. def ignoreDataLocality: Boolean
    Definition Classes
    SQLConf
  109. def ignoreMissingFiles: Boolean
    Definition Classes
    SQLConf
  110. def inMemoryPartitionPruning: Boolean
    Definition Classes
    SQLConf
  111. def inMemoryTableScanStatisticsEnabled: Boolean
    Definition Classes
    SQLConf
  112. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  113. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  114. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  115. def isModifiable(key: String): Boolean
    Definition Classes
    SQLConf
  116. def isOrcSchemaMergingEnabled: Boolean
    Definition Classes
    SQLConf
  117. def isParquetBinaryAsString: Boolean
    Definition Classes
    SQLConf
  118. def isParquetINT96AsTimestamp: Boolean
    Definition Classes
    SQLConf
  119. def isParquetINT96TimestampConversion: Boolean
    Definition Classes
    SQLConf
  120. def isParquetSchemaMergingEnabled: Boolean
    Definition Classes
    SQLConf
  121. def isParquetSchemaRespectSummaries: Boolean
    Definition Classes
    SQLConf
  122. def isReplEagerEvalEnabled: Boolean
    Definition Classes
    SQLConf
  123. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  124. def isUnsupportedOperationCheckEnabled: Boolean
    Definition Classes
    SQLConf
  125. def joinReorderCardWeight: Double
    Definition Classes
    SQLConf
  126. def joinReorderDPStarFilter: Boolean
    Definition Classes
    SQLConf
  127. def joinReorderDPThreshold: Int
    Definition Classes
    SQLConf
  128. def joinReorderEnabled: Boolean
    Definition Classes
    SQLConf
  129. def jsonGeneratorIgnoreNullFields: Boolean
    Definition Classes
    SQLConf
  130. def legacyMsSqlServerNumericMappingEnabled: Boolean
    Definition Classes
    SQLConf
  131. def legacySizeOfNull: Boolean
    Definition Classes
    SQLConf
  132. def legacyTimeParserPolicy: SQLConf.LegacyBehaviorPolicy.Value
    Definition Classes
    SQLConf
  133. def limitScaleUpFactor: Int
    Definition Classes
    SQLConf
  134. def literalPickMinimumPrecision: Boolean
    Definition Classes
    SQLConf
  135. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  136. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  137. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  138. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  139. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  140. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  141. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  142. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  143. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  144. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  145. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  146. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  147. def loggingMaxLinesForCodegen: Int
    Definition Classes
    SQLConf
  148. def manageFilesourcePartitions: Boolean
    Definition Classes
    SQLConf
  149. def maxBatchesToRetainInMemory: Int
    Definition Classes
    SQLConf
  150. def maxNestedViewDepth: Int
    Definition Classes
    SQLConf
  151. def maxPlanStringLength: Int
    Definition Classes
    SQLConf
  152. def maxRecordsPerFile: Long
    Definition Classes
    SQLConf
  153. def maxToStringFields: Int
    Definition Classes
    SQLConf
  154. def metastorePartitionPruning: Boolean
    Definition Classes
    SQLConf
  155. def methodSplitThreshold: Int
    Definition Classes
    SQLConf
  156. def minBatchesToRetain: Int
    Definition Classes
    SQLConf
  157. def nameNonStructGroupingKeyAsValue: Boolean
    Definition Classes
    SQLConf
  158. def ndvMaxError: Double
    Definition Classes
    SQLConf
  159. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  160. def nestedPruningOnExpressions: Boolean
    Definition Classes
    SQLConf
  161. def nestedSchemaPruningEnabled: Boolean
    Definition Classes
    SQLConf
  162. def nonEmptyPartitionRatioForBroadcastJoin: Double
    Definition Classes
    SQLConf
  163. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  164. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  165. def numShufflePartitions: Int
    Definition Classes
    SQLConf
  166. def objectAggSortBasedFallbackThreshold: Int
    Definition Classes
    SQLConf
  167. def offHeapColumnVectorEnabled: Boolean
    Definition Classes
    SQLConf
  168. def optimizerExcludedRules: Option[String]
    Definition Classes
    SQLConf
  169. def optimizerInSetConversionThreshold: Int
    Definition Classes
    SQLConf
  170. def optimizerInSetSwitchThreshold: Int
    Definition Classes
    SQLConf
  171. def optimizerMaxIterations: Int
    Definition Classes
    SQLConf
  172. def optimizerMetadataOnly: Boolean
    Definition Classes
    SQLConf
  173. def optimizerPlanChangeBatches: Option[String]
    Definition Classes
    SQLConf
  174. def optimizerPlanChangeLogLevel: String
    Definition Classes
    SQLConf
  175. def optimizerPlanChangeRules: Option[String]
    Definition Classes
    SQLConf
  176. def orcCompressionCodec: String
    Definition Classes
    SQLConf
  177. def orcFilterPushDown: Boolean
    Definition Classes
    SQLConf
  178. def orcVectorizedReaderBatchSize: Int
    Definition Classes
    SQLConf
  179. def orcVectorizedReaderEnabled: Boolean
    Definition Classes
    SQLConf
  180. def orderByOrdinal: Boolean
    Definition Classes
    SQLConf
  181. def pandasGroupedMapAssignColumnsByName: Boolean
    Definition Classes
    SQLConf
  182. def pandasUDFBufferSize: Int
    Definition Classes
    SQLConf
  183. def parallelFileListingInStatsComputation: Boolean
    Definition Classes
    SQLConf
  184. def parallelPartitionDiscoveryParallelism: Int
    Definition Classes
    SQLConf
  185. def parallelPartitionDiscoveryThreshold: Int
    Definition Classes
    SQLConf
  186. def parquetCompressionCodec: String
    Definition Classes
    SQLConf
  187. def parquetFilterPushDown: Boolean
    Definition Classes
    SQLConf
  188. def parquetFilterPushDownDate: Boolean
    Definition Classes
    SQLConf
  189. def parquetFilterPushDownDecimal: Boolean
    Definition Classes
    SQLConf
  190. def parquetFilterPushDownInFilterThreshold: Int
    Definition Classes
    SQLConf
  191. def parquetFilterPushDownStringStartWith: Boolean
    Definition Classes
    SQLConf
  192. def parquetFilterPushDownTimestamp: Boolean
    Definition Classes
    SQLConf
  193. def parquetOutputCommitterClass: String
    Definition Classes
    SQLConf
  194. def parquetOutputTimestampType: SQLConf.ParquetOutputTimestampType.Value
    Definition Classes
    SQLConf
  195. def parquetRecordFilterEnabled: Boolean
    Definition Classes
    SQLConf
  196. def parquetVectorizedReaderBatchSize: Int
    Definition Classes
    SQLConf
  197. def parquetVectorizedReaderEnabled: Boolean
    Definition Classes
    SQLConf
  198. def partitionColumnTypeInferenceEnabled: Boolean
    Definition Classes
    SQLConf
  199. def partitionOverwriteMode: SQLConf.PartitionOverwriteMode.Value
    Definition Classes
    SQLConf
  200. def percentileAccuracy: Int
    Definition Classes
    SQLConf
  201. def planStatsEnabled: Boolean
    Definition Classes
    SQLConf
  202. def preferSortMergeJoin: Boolean
    Definition Classes
    SQLConf
  203. def pysparkJVMStacktraceEnabled: Boolean
    Definition Classes
    SQLConf
  204. def rangeExchangeSampleSizePerPartition: Int
    Definition Classes
    SQLConf
  205. val reader: ConfigReader
    Attributes
    protected
    Definition Classes
    ReadOnlySQLConfSQLConf
  206. def redactOptions[K, V](options: Map[K, V]): Map[K, V]

    Redacts the given option map according to the description of SQL_OPTIONS_REDACTION_PATTERN.

    Redacts the given option map according to the description of SQL_OPTIONS_REDACTION_PATTERN.

    Definition Classes
    SQLConf
  207. def replEagerEvalMaxNumRows: Int
    Definition Classes
    SQLConf
  208. def replEagerEvalTruncate: Int
    Definition Classes
    SQLConf
  209. def replaceDatabricksSparkAvroEnabled: Boolean
    Definition Classes
    SQLConf
  210. def replaceExceptWithFilter: Boolean
    Definition Classes
    SQLConf
  211. def resolver: Resolver

    Returns the Resolver for the current configuration, which can be used to determine if two identifiers are equal.

    Returns the Resolver for the current configuration, which can be used to determine if two identifiers are equal.

    Definition Classes
    SQLConf
  212. def runSQLonFile: Boolean
    Definition Classes
    SQLConf
  213. def serializerNestedSchemaPruningEnabled: Boolean
    Definition Classes
    SQLConf
  214. def sessionLocalTimeZone: String
    Definition Classes
    SQLConf
  215. def setCommandRejectsSparkCoreConfs: Boolean
    Definition Classes
    SQLConf
  216. def setConf[T](entry: ConfigEntry[T], value: T): Unit

    Set the given Spark SQL configuration property.

    Set the given Spark SQL configuration property.

    Definition Classes
    SQLConf
  217. def setConf(props: Properties): Unit

    Set Spark SQL configuration properties.

    Set Spark SQL configuration properties.

    Definition Classes
    SQLConf
  218. def setConfString(key: String, value: String): Unit

    Set the given Spark SQL configuration property using a string value.

    Set the given Spark SQL configuration property using a string value.

    Definition Classes
    SQLConf
  219. def setConfWithCheck(key: String, value: String): Unit
    Attributes
    protected
    Definition Classes
    ReadOnlySQLConfSQLConf
  220. def setOpsPrecedenceEnforced: Boolean
    Definition Classes
    SQLConf
  221. val settings: Map[String, String]
    Definition Classes
    ReadOnlySQLConfSQLConf
  222. def sortBeforeRepartition: Boolean
    Definition Classes
    SQLConf
  223. def sortMergeJoinExecBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  224. def sortMergeJoinExecBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  225. def starSchemaDetection: Boolean
    Definition Classes
    SQLConf
  226. def starSchemaFTRatio: Double
    Definition Classes
    SQLConf
  227. def stateStoreMinDeltasForSnapshot: Int
    Definition Classes
    SQLConf
  228. def stateStoreProviderClass: String
    Definition Classes
    SQLConf
  229. def storeAssignmentPolicy: SQLConf.StoreAssignmentPolicy.Value
    Definition Classes
    SQLConf
  230. def streamingFileCommitProtocolClass: String
    Definition Classes
    SQLConf
  231. def streamingMetricsEnabled: Boolean
    Definition Classes
    SQLConf
  232. def streamingNoDataMicroBatchesEnabled: Boolean
    Definition Classes
    SQLConf
  233. def streamingNoDataProgressEventInterval: Long
    Definition Classes
    SQLConf
  234. def streamingPollingDelay: Long
    Definition Classes
    SQLConf
  235. def streamingProgressRetention: Int
    Definition Classes
    SQLConf
  236. def streamingSchemaInference: Boolean
    Definition Classes
    SQLConf
  237. def stringRedactionPattern: Option[Regex]
    Definition Classes
    SQLConf
  238. def subexpressionEliminationEnabled: Boolean
    Definition Classes
    SQLConf
  239. def subqueryReuseEnabled: Boolean
    Definition Classes
    SQLConf
  240. def supportQuotedRegexColumnName: Boolean
    Definition Classes
    SQLConf
  241. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  242. def tableRelationCacheSize: Int
    Definition Classes
    SQLConf
  243. def toString(): String
    Definition Classes
    AnyRef → Any
  244. def topKSortFallbackThreshold: Int
    Definition Classes
    SQLConf
  245. def truncateTableIgnorePermissionAcl: Boolean
    Definition Classes
    SQLConf
  246. def unsetConf(entry: ConfigEntry[_]): Unit
    Definition Classes
    ReadOnlySQLConfSQLConf
  247. def unsetConf(key: String): Unit
    Definition Classes
    ReadOnlySQLConfSQLConf
  248. def useCompression: Boolean
    Definition Classes
    SQLConf
  249. def useObjectHashAggregation: Boolean
    Definition Classes
    SQLConf
  250. def validatePartitionColumns: Boolean
    Definition Classes
    SQLConf
  251. def variableSubstituteEnabled: Boolean
    Definition Classes
    SQLConf
  252. def verifyPartitionPath: Boolean
    Definition Classes
    SQLConf
  253. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  254. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  255. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  256. def warehousePath: String
    Definition Classes
    SQLConf
  257. def wholeStageEnabled: Boolean
    Definition Classes
    SQLConf
  258. def wholeStageMaxNumFields: Int
    Definition Classes
    SQLConf
  259. def wholeStageSplitConsumeFuncByOperator: Boolean
    Definition Classes
    SQLConf
  260. def wholeStageUseIdInClassName: Boolean
    Definition Classes
    SQLConf
  261. def windowExecBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  262. def windowExecBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  263. def writeLegacyParquetFormat: Boolean
    Definition Classes
    SQLConf

Inherited from SQLConf

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped