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, SqlApiConf, Logging, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadOnlySQLConf
  2. SQLConf
  3. SqlApiConf
  4. Logging
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReadOnlySQLConf(context: TaskContext)

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

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 allowAutoGeneratedAliasForView: Boolean
    Definition Classes
    SQLConf
  9. def allowCollationsInMapKeys: Boolean
    Definition Classes
    SQLConf
  10. def allowNegativeScaleOfDecimalEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  11. def allowNonEmptyLocationInCTAS: Boolean
    Definition Classes
    SQLConf
  12. def allowStarWithSingleTableIdentifierInCount: Boolean
    Definition Classes
    SQLConf
  13. def allowsTempViewCreationWithMultipleNameparts: Boolean
    Definition Classes
    SQLConf
  14. def analyzerMaxIterations: Int

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

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

    Definition Classes
    SQLConf
  15. def ansiEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  16. def ansiRelationPrecedence: Boolean
    Definition Classes
    SQLConf
  17. def arrowLocalRelationThreshold: Long
    Definition Classes
    SQLConf
  18. def arrowMaxBytesPerBatch: Long
    Definition Classes
    SQLConf
  19. def arrowMaxRecordsPerBatch: Int
    Definition Classes
    SQLConf
  20. def arrowPySparkEnabled: Boolean
    Definition Classes
    SQLConf
  21. def arrowPySparkFallbackEnabled: Boolean
    Definition Classes
    SQLConf
  22. def arrowPySparkSelfDestructEnabled: Boolean
    Definition Classes
    SQLConf
  23. def arrowSafeTypeConversion: Boolean
    Definition Classes
    SQLConf
  24. def arrowSparkREnabled: Boolean
    Definition Classes
    SQLConf
  25. def arrowTransformWithStateInPandasMaxRecordsPerBatch: Int
    Definition Classes
    SQLConf
  26. def arrowUseLargeVarTypes: Boolean
    Definition Classes
    SQLConf
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def autoBroadcastJoinThreshold: Long
    Definition Classes
    SQLConf
  29. def autoBucketedScanEnabled: Boolean
    Definition Classes
    SQLConf
  30. def autoSizeUpdateEnabled: Boolean
    Definition Classes
    SQLConf
  31. def avroCompressionCodec: String
    Definition Classes
    SQLConf
  32. def avroFilterPushDown: Boolean
    Definition Classes
    SQLConf
  33. def broadcastCleanedSourceThreshold: Int
    Definition Classes
    SQLConf
  34. def broadcastHashJoinOutputPartitioningExpandLimit: Int
    Definition Classes
    SQLConf
  35. def broadcastTimeout: Long
    Definition Classes
    SQLConf
  36. def bucketingEnabled: Boolean
    Definition Classes
    SQLConf
  37. def bucketingMaxBuckets: Int
    Definition Classes
    SQLConf
  38. def cacheVectorizedReaderEnabled: Boolean
    Definition Classes
    SQLConf
  39. def cartesianProductExecBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  40. def cartesianProductExecBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  41. def caseSensitiveAnalysis: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  42. def caseSensitiveInferenceMode: SQLConf.HiveCaseSensitiveInferenceMode.Value
    Definition Classes
    SQLConf
  43. def castDatetimeToString: Boolean
    Definition Classes
    SQLConf
  44. def cboEnabled: Boolean
    Definition Classes
    SQLConf
  45. def charVarcharAsString: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  46. def checkpointLocation: Option[String]
    Definition Classes
    SQLConf
  47. def checkpointRenamedFileCheck: Boolean
    Definition Classes
    SQLConf
  48. def chunkBase64StringEnabled: Boolean
    Definition Classes
    SQLConf
  49. def clear(): Unit
    Definition Classes
    ReadOnlySQLConfSQLConf
  50. def cliPrintHeader: Boolean
    Definition Classes
    SQLConf
  51. def clone(): SQLConf
    Definition Classes
    ReadOnlySQLConfSQLConf → AnyRef
  52. def coalesceBucketsInJoinEnabled: Boolean
    Definition Classes
    SQLConf
  53. def coalesceBucketsInJoinMaxBucketRatio: Int
    Definition Classes
    SQLConf
  54. def coalesceShufflePartitionsEnabled: Boolean
    Definition Classes
    SQLConf
  55. def codegenCacheMaxEntries: Int
    Definition Classes
    SQLConf
  56. def codegenComments: Boolean
    Definition Classes
    SQLConf
  57. def codegenFactoryMode: String
    Definition Classes
    SQLConf
  58. def codegenFallback: Boolean
    Definition Classes
    SQLConf
  59. def codegenSplitAggregateFunc: Boolean
    Definition Classes
    SQLConf
  60. def columnBatchSize: Int
    Definition Classes
    SQLConf
  61. def columnNameOfCorruptRecord: String
    Definition Classes
    SQLConf
  62. def concatBinaryAsString: Boolean
    Definition Classes
    SQLConf
  63. def constraintPropagationEnabled: Boolean
    Definition Classes
    SQLConf
  64. 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
  65. def continuousStreamingEpochBacklogQueueSize: Int
    Definition Classes
    SQLConf
  66. def continuousStreamingExecutorPollIntervalMs: Long
    Definition Classes
    SQLConf
  67. def continuousStreamingExecutorQueueSize: Int
    Definition Classes
    SQLConf
  68. def convertCTAS: Boolean
    Definition Classes
    SQLConf
  69. def copy(entries: (ConfigEntry[_], Any)*): SQLConf
    Definition Classes
    ReadOnlySQLConfSQLConf
  70. def crossJoinEnabled: Boolean
    Definition Classes
    SQLConf
  71. def csvColumnPruning: Boolean
    Definition Classes
    SQLConf
  72. def csvEnableDateTimeParsingFallback: Option[Boolean]
    Definition Classes
    SQLConf
  73. def csvExpressionOptimization: Boolean
    Definition Classes
    SQLConf
  74. def csvFilterPushDown: Boolean
    Definition Classes
    SQLConf
  75. def dataFramePivotMaxValues: Int
    Definition Classes
    SQLConf
  76. def dataFrameQueryContextEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  77. def dataFrameRetainGroupColumns: Boolean
    Definition Classes
    SQLConf
  78. def dataFrameSelfJoinAutoResolveAmbiguity: Boolean
    Definition Classes
    SQLConf
  79. def dataFrameTransposeMaxValues: Int
    Definition Classes
    SQLConf
  80. def dataframeCacheLogLevel: String
    Definition Classes
    SQLConf
  81. def datetimeJava8ApiEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  82. def decimalOperationsAllowPrecisionLoss: Boolean
    Definition Classes
    SQLConf
  83. def decorrelateInnerQueryEnabled: Boolean
    Definition Classes
    SQLConf
  84. def decorrelateInnerQueryEnabledForExistsIn: Boolean
    Definition Classes
    SQLConf
  85. def defaultCacheStorageLevel: StorageLevel
    Definition Classes
    SQLConf
  86. def defaultColumnAllowedProviders: String
    Definition Classes
    SQLConf
  87. def defaultDataSourceName: String
    Definition Classes
    SQLConf
  88. def defaultDatabase: String
    Definition Classes
    SQLConf
  89. def defaultNumShufflePartitions: Int
    Definition Classes
    SQLConf
  90. def defaultSizeInBytes: Long
    Definition Classes
    SQLConf
  91. def disabledJdbcConnectionProviders: String
    Definition Classes
    SQLConf
  92. def disabledV2StreamingMicroBatchReaders: String
    Definition Classes
    SQLConf
  93. def disabledV2StreamingWriters: String
    Definition Classes
    SQLConf
  94. def doubleQuotedIdentifiers: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  95. def dynamicPartitionPruningEnabled: Boolean
    Definition Classes
    SQLConf
  96. def dynamicPartitionPruningFallbackFilterRatio: Double
    Definition Classes
    SQLConf
  97. def dynamicPartitionPruningReuseBroadcastOnly: Boolean
    Definition Classes
    SQLConf
  98. def dynamicPartitionPruningUseStats: Boolean
    Definition Classes
    SQLConf
  99. def eltOutputAsString: Boolean
    Definition Classes
    SQLConf
  100. def enableDefaultColumns: Boolean
    Definition Classes
    SQLConf
  101. def enableRadixSort: Boolean
    Definition Classes
    SQLConf
  102. def enableTwoLevelAggMap: Boolean
    Definition Classes
    SQLConf
  103. def enableVectorizedHashMap: Boolean
    Definition Classes
    SQLConf
  104. def enforceReservedKeywords: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  105. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  106. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  107. def errorMessageFormat: ErrorMessageFormat.Value
    Definition Classes
    SQLConf
  108. def escapedStringLiterals: Boolean
    Definition Classes
    SQLConf
  109. def exchangeReuseEnabled: Boolean
    Definition Classes
    SQLConf
  110. def exponentLiteralAsDecimalEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  111. def expressionTreeChangeLogLevel: String
    Definition Classes
    SQLConf
  112. def fallBackToHdfsForStatsEnabled: Boolean
    Definition Classes
    SQLConf
  113. def fastFailFileFormatOutput: Boolean
    Definition Classes
    SQLConf
  114. def fastHashAggregateRowMaxCapacityBit: Int
    Definition Classes
    SQLConf
  115. def fetchShuffleBlocksInBatch: Boolean
    Definition Classes
    SQLConf
  116. def fileCommitProtocolClass: String
    Definition Classes
    SQLConf
  117. def fileCompressionFactor: Double
    Definition Classes
    SQLConf
  118. def fileSinkLogCleanupDelay: Long
    Definition Classes
    SQLConf
  119. def fileSinkLogCompactInterval: Int
    Definition Classes
    SQLConf
  120. def fileSinkLogDeletion: Boolean
    Definition Classes
    SQLConf
  121. def fileSourceLogCleanupDelay: Long
    Definition Classes
    SQLConf
  122. def fileSourceLogCompactInterval: Int
    Definition Classes
    SQLConf
  123. def fileSourceLogDeletion: Boolean
    Definition Classes
    SQLConf
  124. def fileStreamSinkMetadataIgnored: Boolean
    Definition Classes
    SQLConf
  125. def filesMaxPartitionBytes: Long
    Definition Classes
    SQLConf
  126. def filesMaxPartitionNum: Option[Int]
    Definition Classes
    SQLConf
  127. def filesMinPartitionNum: Option[Int]
    Definition Classes
    SQLConf
  128. def filesOpenCostInBytes: Long
    Definition Classes
    SQLConf
  129. def filesourcePartitionFileCacheSize: Long
    Definition Classes
    SQLConf
  130. def gatherFastStats: Boolean
    Definition Classes
    SQLConf
  131. 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
  132. 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
  133. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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")
  139. def globalTempDatabase: String
    Definition Classes
    SQLConf
  140. def groupByAliases: Boolean
    Definition Classes
    SQLConf
  141. def groupByOrdinal: Boolean
    Definition Classes
    SQLConf
  142. def groupingIdWithAppendedUserGroupByEnabled: Boolean
    Definition Classes
    SQLConf
  143. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  144. def hintErrorHandler: HintErrorHandler

    Returns the error handler for handling hint errors.

    Returns the error handler for handling hint errors.

    Definition Classes
    SQLConf
  145. def histogramEnabled: Boolean
    Definition Classes
    SQLConf
  146. def histogramNumBins: Int
    Definition Classes
    SQLConf
  147. def histogramNumericPropagateInputType: Boolean
    Definition Classes
    SQLConf
  148. def hiveThriftServerSingleSession: Boolean
    Definition Classes
    SQLConf
  149. def hugeMethodLimit: Int
    Definition Classes
    SQLConf
  150. def ignoreCorruptFiles: Boolean
    Definition Classes
    SQLConf
  151. def ignoreDataLocality: Boolean
    Definition Classes
    SQLConf
  152. def ignoreInvalidPartitionPaths: Boolean
    Definition Classes
    SQLConf
  153. def ignoreMissingFiles: Boolean
    Definition Classes
    SQLConf
  154. def ignoreMissingParquetFieldId: Boolean
    Definition Classes
    SQLConf
  155. def inMemoryPartitionPruning: Boolean
    Definition Classes
    SQLConf
  156. def inMemoryTableScanStatisticsEnabled: Boolean
    Definition Classes
    SQLConf
  157. def inferDictAsStruct: Boolean
    Definition Classes
    SQLConf
  158. def inferPandasDictAsMap: Boolean
    Definition Classes
    SQLConf
  159. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  160. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  161. def integerGroupingIdEnabled: Boolean
    Definition Classes
    SQLConf
  162. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  163. def isModifiable(key: String): Boolean
    Definition Classes
    SQLConf
  164. def isOrcSchemaMergingEnabled: Boolean
    Definition Classes
    SQLConf
  165. def isParquetBinaryAsString: Boolean
    Definition Classes
    SQLConf
  166. def isParquetINT96AsTimestamp: Boolean
    Definition Classes
    SQLConf
  167. def isParquetINT96TimestampConversion: Boolean
    Definition Classes
    SQLConf
  168. def isParquetSchemaMergingEnabled: Boolean
    Definition Classes
    SQLConf
  169. def isParquetSchemaRespectSummaries: Boolean
    Definition Classes
    SQLConf
  170. def isReplEagerEvalEnabled: Boolean
    Definition Classes
    SQLConf
  171. def isStateSchemaCheckEnabled: Boolean
    Definition Classes
    SQLConf
  172. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  173. def isUnsupportedOperationCheckEnabled: Boolean
    Definition Classes
    SQLConf
  174. def joinReorderCardWeight: Double
    Definition Classes
    SQLConf
  175. def joinReorderDPStarFilter: Boolean
    Definition Classes
    SQLConf
  176. def joinReorderDPThreshold: Int
    Definition Classes
    SQLConf
  177. def joinReorderEnabled: Boolean
    Definition Classes
    SQLConf
  178. def jsonEnableDateTimeParsingFallback: Option[Boolean]
    Definition Classes
    SQLConf
  179. def jsonEnablePartialResults: Boolean
    Definition Classes
    SQLConf
  180. def jsonExpressionOptimization: Boolean
    Definition Classes
    SQLConf
  181. def jsonFilterPushDown: Boolean
    Definition Classes
    SQLConf
  182. def jsonGeneratorIgnoreNullFields: Boolean
    Definition Classes
    SQLConf
  183. def jsonWriteNullIfWithDefaultValue: Boolean
    Definition Classes
    SQLConf
  184. def legacyAllowUntypedScalaUDFs: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  185. def legacyCodingErrorAction: Boolean
    Definition Classes
    SQLConf
  186. def legacyDB2BooleanMappingEnabled: Boolean
    Definition Classes
    SQLConf
  187. def legacyDB2numericMappingEnabled: Boolean
    Definition Classes
    SQLConf
  188. def legacyDuplicateBetweenInput: Boolean
    Definition Classes
    SQLConf
  189. def legacyEvalCurrentTime: Boolean
    Definition Classes
    SQLConf
  190. def legacyInferArrayTypeFromFirstElement: Boolean
    Definition Classes
    SQLConf
  191. def legacyInferMapStructTypeFromFirstItem: Boolean
    Definition Classes
    SQLConf
  192. def legacyIntervalEnabled: Boolean
    Definition Classes
    SQLConf
  193. def legacyJavaCharsets: Boolean
    Definition Classes
    SQLConf
  194. def legacyMsSqlServerDatetimeOffsetMappingEnabled: Boolean
    Definition Classes
    SQLConf
  195. def legacyMsSqlServerNumericMappingEnabled: Boolean
    Definition Classes
    SQLConf
  196. def legacyMySqlBitArrayMappingEnabled: Boolean
    Definition Classes
    SQLConf
  197. def legacyMySqlTimestampNTZMappingEnabled: Boolean
    Definition Classes
    SQLConf
  198. def legacyNegativeIndexInArrayInsert: Boolean
    Definition Classes
    SQLConf
  199. def legacyNullInEmptyBehavior: Boolean
    Definition Classes
    SQLConf
  200. def legacyOracleTimestampMappingEnabled: Boolean
    Definition Classes
    SQLConf
  201. def legacyParquetNanosAsLong: Boolean
    Definition Classes
    SQLConf
  202. def legacyPathOptionBehavior: Boolean
    Definition Classes
    SQLConf
  203. def legacyPostgresDatetimeMappingEnabled: Boolean
    Definition Classes
    SQLConf
  204. def legacyRaiseErrorWithoutErrorClass: Boolean
    Definition Classes
    SQLConf
  205. def legacySizeOfNull: Boolean
    Definition Classes
    SQLConf
  206. def legacyStatisticalAggregate: Boolean
    Definition Classes
    SQLConf
  207. def legacyTimeParserPolicy: LegacyBehaviorPolicy.Value
    Definition Classes
    SQLConf → SqlApiConf
  208. def limitInitialNumPartitions: Int
    Definition Classes
    SQLConf
  209. def limitScaleUpFactor: Int
    Definition Classes
    SQLConf
  210. def literalPickMinimumPrecision: Boolean
    Definition Classes
    SQLConf
  211. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  212. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  213. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  214. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  215. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  216. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  217. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  218. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  219. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  220. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  221. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  222. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  223. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  224. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  225. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  226. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  227. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  228. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  229. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  230. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  231. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  232. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  233. def loggingMaxLinesForCodegen: Int
    Definition Classes
    SQLConf
  234. def manageFilesourcePartitions: Boolean
    Definition Classes
    SQLConf
  235. def maxBatchesToRetainInMemory: Int
    Definition Classes
    SQLConf
  236. def maxConcurrentOutputFileWriters: Int
    Definition Classes
    SQLConf
  237. def maxMetadataStringLength: Int
    Definition Classes
    SQLConf
  238. def maxNestedViewDepth: Int
    Definition Classes
    SQLConf
  239. def maxPlanStringLength: Int
    Definition Classes
    SQLConf
  240. def maxRecordsPerFile: Long
    Definition Classes
    SQLConf
  241. def maxToStringFields: Int
    Definition Classes
    SQLConf → SqlApiConf
  242. def metadataCacheTTL: Long
    Definition Classes
    SQLConf
  243. def metastoreDropPartitionsByName: Boolean
    Definition Classes
    SQLConf
  244. def metastorePartitionPruning: Boolean
    Definition Classes
    SQLConf
  245. def metastorePartitionPruningFallbackOnException: Boolean
    Definition Classes
    SQLConf
  246. def metastorePartitionPruningFastFallback: Boolean
    Definition Classes
    SQLConf
  247. def metastorePartitionPruningInSetThreshold: Int
    Definition Classes
    SQLConf
  248. def methodSplitThreshold: Int
    Definition Classes
    SQLConf
  249. def minBatchesToRetain: Int
    Definition Classes
    SQLConf
  250. def nameNonStructGroupingKeyAsValue: Boolean
    Definition Classes
    SQLConf
  251. def ndvMaxError: Double
    Definition Classes
    SQLConf
  252. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  253. def nestedPruningOnExpressions: Boolean
    Definition Classes
    SQLConf
  254. def nestedSchemaPruningEnabled: Boolean
    Definition Classes
    SQLConf
  255. def nonEmptyPartitionRatioForBroadcastJoin: Double
    Definition Classes
    SQLConf
  256. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  257. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  258. def numShufflePartitions: Int
    Definition Classes
    SQLConf
  259. def numStateStoreMaintenanceThreads: Int
    Definition Classes
    SQLConf
  260. def objectAggSortBasedFallbackThreshold: Int
    Definition Classes
    SQLConf
  261. def objectLevelCollationsEnabled: Boolean
    Definition Classes
    SQLConf
  262. def offHeapColumnVectorEnabled: Boolean
    Definition Classes
    SQLConf
  263. def optimizeNullAwareAntiJoin: Boolean
    Definition Classes
    SQLConf
  264. def optimizerExcludedRules: Option[String]
    Definition Classes
    SQLConf
  265. def optimizerInSetConversionThreshold: Int
    Definition Classes
    SQLConf
  266. def optimizerInSetSwitchThreshold: Int
    Definition Classes
    SQLConf
  267. def optimizerMaxIterations: Int
    Definition Classes
    SQLConf
  268. def optimizerMetadataOnly: Boolean
    Definition Classes
    SQLConf
  269. def orcAggregatePushDown: Boolean
    Definition Classes
    SQLConf
  270. def orcCompressionCodec: String
    Definition Classes
    SQLConf
  271. def orcFilterPushDown: Boolean
    Definition Classes
    SQLConf
  272. def orcVectorizedReaderBatchSize: Int
    Definition Classes
    SQLConf
  273. def orcVectorizedReaderEnabled: Boolean
    Definition Classes
    SQLConf
  274. def orcVectorizedReaderNestedColumnEnabled: Boolean
    Definition Classes
    SQLConf
  275. def orcVectorizedWriterBatchSize: Int
    Definition Classes
    SQLConf
  276. def orderByOrdinal: Boolean
    Definition Classes
    SQLConf
  277. def pandasGroupedMapAssignColumnsByName: Boolean
    Definition Classes
    SQLConf
  278. def pandasStructHandlingMode: String
    Definition Classes
    SQLConf
  279. def pandasUDFBufferSize: Int
    Definition Classes
    SQLConf
  280. def parallelFileListingInStatsComputation: Boolean
    Definition Classes
    SQLConf
  281. def parallelPartitionDiscoveryParallelism: Int
    Definition Classes
    SQLConf
  282. def parallelPartitionDiscoveryThreshold: Int
    Definition Classes
    SQLConf
  283. def parquetAggregatePushDown: Boolean
    Definition Classes
    SQLConf
  284. def parquetCompressionCodec: String
    Definition Classes
    SQLConf
  285. def parquetFieldIdReadEnabled: Boolean
    Definition Classes
    SQLConf
  286. def parquetFieldIdWriteEnabled: Boolean
    Definition Classes
    SQLConf
  287. def parquetFilterPushDown: Boolean
    Definition Classes
    SQLConf
  288. def parquetFilterPushDownDate: Boolean
    Definition Classes
    SQLConf
  289. def parquetFilterPushDownDecimal: Boolean
    Definition Classes
    SQLConf
  290. def parquetFilterPushDownInFilterThreshold: Int
    Definition Classes
    SQLConf
  291. def parquetFilterPushDownStringPredicate: Boolean
    Definition Classes
    SQLConf
  292. def parquetFilterPushDownTimestamp: Boolean
    Definition Classes
    SQLConf
  293. def parquetInferTimestampNTZEnabled: Boolean
    Definition Classes
    SQLConf
  294. def parquetOutputTimestampType: SQLConf.ParquetOutputTimestampType.Value
    Definition Classes
    SQLConf
  295. def parquetRecordFilterEnabled: Boolean
    Definition Classes
    SQLConf
  296. def parquetVectorizedReaderBatchSize: Int
    Definition Classes
    SQLConf
  297. def parquetVectorizedReaderEnabled: Boolean
    Definition Classes
    SQLConf
  298. def parquetVectorizedReaderNestedColumnEnabled: Boolean
    Definition Classes
    SQLConf
  299. def partitionColumnTypeInferenceEnabled: Boolean
    Definition Classes
    SQLConf
  300. def partitionOverwriteMode: SQLConf.PartitionOverwriteMode.Value
    Definition Classes
    SQLConf
  301. def percentileAccuracy: Int
    Definition Classes
    SQLConf
  302. def planChangeBatches: Option[String]
    Definition Classes
    SQLConf
  303. def planChangeLogLevel: String
    Definition Classes
    SQLConf
  304. def planChangeRules: Option[String]
    Definition Classes
    SQLConf
  305. def planStatsEnabled: Boolean
    Definition Classes
    SQLConf
  306. def plannedWriteEnabled: Boolean
    Definition Classes
    SQLConf
  307. def preferSortMergeJoin: Boolean
    Definition Classes
    SQLConf
  308. def preserveCharVarcharTypeInfo: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  309. def pysparkHideTraceback: Boolean
    Definition Classes
    SQLConf
  310. def pysparkJVMStacktraceEnabled: Boolean
    Definition Classes
    SQLConf
  311. def pysparkPlotMaxRows: Int
    Definition Classes
    SQLConf
  312. def pysparkSimplifiedTraceback: Boolean
    Definition Classes
    SQLConf
  313. def pysparkWorkerPythonExecutable: Option[String]
    Definition Classes
    SQLConf
  314. def pythonPlannerExecMemory: Option[Long]
    Definition Classes
    SQLConf
  315. def pythonUDFArrowConcurrencyLevel: Option[Int]
    Definition Classes
    SQLConf
  316. def pythonUDFProfiler: Option[String]
    Definition Classes
    SQLConf
  317. def pythonUDFWorkerFaulthandlerEnabled: Boolean
    Definition Classes
    SQLConf
  318. def pythonUDFWorkerIdleTimeoutSeconds: Long
    Definition Classes
    SQLConf
  319. def rangeExchangeSampleSizePerPartition: Int
    Definition Classes
    SQLConf
  320. def ratioExtraSpaceAllowedInCheckpoint: Double
    Definition Classes
    SQLConf
  321. def readSideCharPadding: Boolean
    Definition Classes
    SQLConf
  322. val reader: ConfigReader
    Attributes
    protected
    Definition Classes
    ReadOnlySQLConfSQLConf
  323. def redactOptions[K, V](options: Seq[(K, V)]): Seq[(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
  324. 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
  325. def replEagerEvalMaxNumRows: Int
    Definition Classes
    SQLConf
  326. def replEagerEvalTruncate: Int
    Definition Classes
    SQLConf
  327. def replaceDatabricksSparkAvroEnabled: Boolean
    Definition Classes
    SQLConf
  328. def replaceExceptWithFilter: Boolean
    Definition Classes
    SQLConf
  329. 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
  330. def runSQLonFile: Boolean
    Definition Classes
    SQLConf
  331. def runtimeFilterBloomFilterEnabled: Boolean
    Definition Classes
    SQLConf
  332. def runtimeFilterCreationSideThreshold: Long
    Definition Classes
    SQLConf
  333. def runtimeRowLevelOperationGroupFilterEnabled: Boolean
    Definition Classes
    SQLConf
  334. def serializerNestedSchemaPruningEnabled: Boolean
    Definition Classes
    SQLConf
  335. def sessionLocalTimeZone: String
    Definition Classes
    SQLConf → SqlApiConf
  336. def sessionWindowBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  337. def sessionWindowBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  338. def setCommandRejectsSparkCoreConfs: Boolean
    Definition Classes
    SQLConf
  339. 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
  340. def setConf(props: Properties): Unit

    Set Spark SQL configuration properties.

    Set Spark SQL configuration properties.

    Definition Classes
    SQLConf
  341. 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
  342. def setConfWithCheck(key: String, value: String): Unit
    Attributes
    protected
    Definition Classes
    ReadOnlySQLConfSQLConf
  343. def setOpsPrecedenceEnforced: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  344. val settings: Map[String, String]
    Definition Classes
    ReadOnlySQLConfSQLConf
  345. def sortBeforeRepartition: Boolean
    Definition Classes
    SQLConf
  346. def sortMergeJoinExecBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  347. def sortMergeJoinExecBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  348. def stackTracesInDataFrameContext: Int
    Definition Classes
    SQLConf → SqlApiConf
  349. def starSchemaDetection: Boolean
    Definition Classes
    SQLConf
  350. def starSchemaFTRatio: Double
    Definition Classes
    SQLConf
  351. def stateStoreCheckpointFormatVersion: Int
    Definition Classes
    SQLConf
  352. def stateStoreCompressionCodec: String
    Definition Classes
    SQLConf
  353. def stateStoreEncodingFormat: String
    Definition Classes
    SQLConf
  354. def stateStoreFormatValidationEnabled: Boolean
    Definition Classes
    SQLConf
  355. def stateStoreMinDeltasForSnapshot: Int
    Definition Classes
    SQLConf
  356. def stateStoreProviderClass: String
    Definition Classes
    SQLConf
  357. def stateStoreSkipNullsForStreamStreamJoins: Boolean
    Definition Classes
    SQLConf
  358. def statefulOperatorCorrectnessCheckEnabled: Boolean
    Definition Classes
    SQLConf
  359. def storeAnalyzedPlanForView: Boolean
    Definition Classes
    SQLConf
  360. def storeAssignmentPolicy: SQLConf.StoreAssignmentPolicy.Value
    Definition Classes
    SQLConf
  361. def streamingFileCommitProtocolClass: String
    Definition Classes
    SQLConf
  362. def streamingMaintenanceInterval: Long
    Definition Classes
    SQLConf
  363. def streamingMetricsEnabled: Boolean
    Definition Classes
    SQLConf
  364. def streamingNoDataMicroBatchesEnabled: Boolean
    Definition Classes
    SQLConf
  365. def streamingNoDataProgressEventInterval: Long
    Definition Classes
    SQLConf
  366. def streamingPollingDelay: Long
    Definition Classes
    SQLConf
  367. def streamingProgressRetention: Int
    Definition Classes
    SQLConf
  368. def streamingSchemaInference: Boolean
    Definition Classes
    SQLConf
  369. def streamingSessionWindowMergeSessionInLocalPartition: Boolean
    Definition Classes
    SQLConf
  370. def streamingStateSchemaFilesThreshold: Int
    Definition Classes
    SQLConf
  371. def streamingValueStateSchemaEvolutionThreshold: Int
    Definition Classes
    SQLConf
  372. def stringRedactionPattern: Option[Regex]
    Definition Classes
    SQLConf
  373. def subexpressionEliminationCacheMaxEntries: Int
    Definition Classes
    SQLConf
  374. def subexpressionEliminationEnabled: Boolean
    Definition Classes
    SQLConf
  375. def subexpressionEliminationSkipForShotcutExpr: Boolean
    Definition Classes
    SQLConf
  376. def subqueryReuseEnabled: Boolean
    Definition Classes
    SQLConf
  377. def supportQuotedRegexColumnName: Boolean
    Definition Classes
    SQLConf
  378. def supportSecondOffsetFormat: Boolean
    Definition Classes
    SQLConf
  379. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  380. def tableRelationCacheSize: Int
    Definition Classes
    SQLConf
  381. def timestampType: AtomicType
    Definition Classes
    SQLConf → SqlApiConf
  382. def toString(): String
    Definition Classes
    AnyRef → Any
  383. def topKSortFallbackThreshold: Int
    Definition Classes
    SQLConf
  384. def trimCollationEnabled: Boolean
    Definition Classes
    SQLConf
  385. def truncateTableIgnorePermissionAcl: Boolean
    Definition Classes
    SQLConf
  386. def tvfAllowMultipleTableArguments: Boolean
    Definition Classes
    SQLConf
  387. def uiExplainMode: String
    Definition Classes
    SQLConf
  388. def unsetConf(entry: ConfigEntry[_]): Unit
    Definition Classes
    ReadOnlySQLConfSQLConf
  389. def unsetConf(key: String): Unit
    Definition Classes
    ReadOnlySQLConfSQLConf
  390. def updatePartStatsInAnalyzeTableEnabled: Boolean
    Definition Classes
    SQLConf
  391. def useCompression: Boolean
    Definition Classes
    SQLConf
  392. def useCurrentSQLConfigsForView: Boolean
    Definition Classes
    SQLConf
  393. def useDeprecatedKafkaOffsetFetching: Boolean
    Definition Classes
    SQLConf
  394. def useListFilesFileSystemList: String
    Definition Classes
    SQLConf
  395. def useNullsForMissingDefaultColumnValues: Boolean
    Definition Classes
    SQLConf
  396. def useObjectHashAggregation: Boolean
    Definition Classes
    SQLConf
  397. def usePartitionEvaluator: Boolean
    Definition Classes
    SQLConf
  398. def useV1Command: Boolean
    Definition Classes
    SQLConf
  399. def v2BucketingAllowCompatibleTransforms: Boolean
    Definition Classes
    SQLConf
  400. def v2BucketingAllowJoinKeysSubsetOfPartitionKeys: Boolean
    Definition Classes
    SQLConf
  401. def v2BucketingAllowSorting: Boolean
    Definition Classes
    SQLConf
  402. def v2BucketingEnabled: Boolean
    Definition Classes
    SQLConf
  403. def v2BucketingPartiallyClusteredDistributionEnabled: Boolean
    Definition Classes
    SQLConf
  404. def v2BucketingPushPartValuesEnabled: Boolean
    Definition Classes
    SQLConf
  405. def v2BucketingShuffleEnabled: Boolean
    Definition Classes
    SQLConf
  406. def validatePartitionColumns: Boolean
    Definition Classes
    SQLConf
  407. def variableSubstituteEnabled: Boolean
    Definition Classes
    SQLConf
  408. def vectorizedHugeVectorReserveRatio: Double
    Definition Classes
    SQLConf
  409. def vectorizedHugeVectorThreshold: Int
    Definition Classes
    SQLConf
  410. def viewSchemaBindingEnabled: Boolean
    Definition Classes
    SQLConf
  411. def viewSchemaCompensation: Boolean
    Definition Classes
    SQLConf
  412. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  413. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  414. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  415. def warehousePath: String
    Definition Classes
    SQLConf
  416. def wholeStageEnabled: Boolean
    Definition Classes
    SQLConf
  417. def wholeStageMaxNumFields: Int
    Definition Classes
    SQLConf
  418. def wholeStageSplitConsumeFuncByOperator: Boolean
    Definition Classes
    SQLConf
  419. def wholeStageUseIdInClassName: Boolean
    Definition Classes
    SQLConf
  420. def windowExecBufferInMemoryThreshold: Int
    Definition Classes
    SQLConf
  421. def windowExecBufferSpillThreshold: Int
    Definition Classes
    SQLConf
  422. def windowGroupLimitThreshold: Int
    Definition Classes
    SQLConf
  423. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging
  424. def writeLegacyParquetFormat: Boolean
    Definition Classes
    SQLConf

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from SQLConf

Inherited from SqlApiConf

Inherited from Logging

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped