Packages

class SQLConf extends Serializable with Logging with SqlApiConf

A class that enables the setting and getting of mutable config parameters/hints.

In the presence of a SQLContext, these can be set and queried by passing SET commands into Spark SQL's query functions (i.e. sql()). Otherwise, users of this class can modify the hints by programmatically calling the setters and getters of this class.

SQLConf is thread-safe (internally synchronized, so safe to be used in multiple threads).

Linear Supertypes
SqlApiConf, Logging, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLConf
  2. SqlApiConf
  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 SQLConf()

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
  5. def adaptiveExecutionLogLevel: String
  6. def addSingleFileInAddFile: Boolean
  7. def advancedPartitionPredicatePushdownEnabled: Boolean
  8. def allowAutoGeneratedAliasForView: Boolean
  9. def allowNegativeScaleOfDecimalEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  10. def allowNonEmptyLocationInCTAS: Boolean
  11. def allowStarWithSingleTableIdentifierInCount: Boolean
  12. def allowsTempViewCreationWithMultipleNameparts: Boolean
  13. def analyzerMaxIterations: Int

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

  14. def ansiEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  15. def ansiRelationPrecedence: Boolean
  16. def arrowLocalRelationThreshold: Long
  17. def arrowMaxRecordsPerBatch: Int
  18. def arrowPySparkEnabled: Boolean
  19. def arrowPySparkFallbackEnabled: Boolean
  20. def arrowPySparkSelfDestructEnabled: Boolean
  21. def arrowSafeTypeConversion: Boolean
  22. def arrowSparkREnabled: Boolean
  23. def arrowUseLargeVarTypes: Boolean
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def autoBroadcastJoinThreshold: Long
  26. def autoBucketedScanEnabled: Boolean
  27. def autoSizeUpdateEnabled: Boolean
  28. def avroCompressionCodec: String
  29. def avroDeflateLevel: Int
  30. def avroFilterPushDown: Boolean
  31. def broadcastHashJoinOutputPartitioningExpandLimit: Int
  32. def broadcastTimeout: Long
  33. def bucketingEnabled: Boolean
  34. def bucketingMaxBuckets: Int
  35. def cacheVectorizedReaderEnabled: Boolean
  36. def cartesianProductExecBufferInMemoryThreshold: Int
  37. def cartesianProductExecBufferSpillThreshold: Int
  38. def caseSensitiveAnalysis: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  39. def caseSensitiveInferenceMode: SQLConf.HiveCaseSensitiveInferenceMode.Value
  40. def castDatetimeToString: Boolean
  41. def cboEnabled: Boolean
  42. def charVarcharAsString: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  43. def checkpointLocation: Option[String]
  44. def checkpointRenamedFileCheck: Boolean
  45. def clear(): Unit
  46. def cliPrintHeader: Boolean
  47. def clone(): SQLConf
    Definition Classes
    SQLConf → AnyRef
  48. def coalesceBucketsInJoinEnabled: Boolean
  49. def coalesceBucketsInJoinMaxBucketRatio: Int
  50. def coalesceShufflePartitionsEnabled: Boolean
  51. def codegenCacheMaxEntries: Int
  52. def codegenComments: Boolean
  53. def codegenFactoryMode: String
  54. def codegenFallback: Boolean
  55. def codegenSplitAggregateFunc: Boolean
  56. def columnBatchSize: Int
  57. def columnNameOfCorruptRecord: String
  58. def concatBinaryAsString: Boolean
  59. def constraintPropagationEnabled: Boolean
  60. def contains(key: String): Boolean

    Return whether a given key is set in this SQLConf.

  61. def continuousStreamingEpochBacklogQueueSize: Int
  62. def continuousStreamingExecutorPollIntervalMs: Long
  63. def continuousStreamingExecutorQueueSize: Int
  64. def convertCTAS: Boolean
  65. def copy(entries: (ConfigEntry[_], Any)*): SQLConf
  66. def crossJoinEnabled: Boolean
  67. def csvColumnPruning: Boolean
  68. def csvEnableDateTimeParsingFallback: Option[Boolean]
  69. def csvExpressionOptimization: Boolean
  70. def csvFilterPushDown: Boolean
  71. def dataFramePivotMaxValues: Int
  72. def dataFrameRetainGroupColumns: Boolean
  73. def dataFrameSelfJoinAutoResolveAmbiguity: Boolean
  74. def datetimeJava8ApiEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  75. def decimalOperationsAllowPrecisionLoss: Boolean
  76. def decorrelateInnerQueryEnabled: Boolean
  77. def defaultColumnAllowedProviders: String
  78. def defaultDataSourceName: String
  79. def defaultDatabase: String
  80. def defaultNumShufflePartitions: Int
  81. def defaultSizeInBytes: Long
  82. def disabledJdbcConnectionProviders: String
  83. def disabledV2StreamingMicroBatchReaders: String
  84. def disabledV2StreamingWriters: String
  85. def doubleQuotedIdentifiers: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  86. def dynamicPartitionPruningEnabled: Boolean
  87. def dynamicPartitionPruningFallbackFilterRatio: Double
  88. def dynamicPartitionPruningReuseBroadcastOnly: Boolean
  89. def dynamicPartitionPruningUseStats: Boolean
  90. def eltOutputAsString: Boolean
  91. def enableDefaultColumns: Boolean
  92. def enableRadixSort: Boolean
  93. def enableTwoLevelAggMap: Boolean
  94. def enableVectorizedHashMap: Boolean
  95. def enforceReservedKeywords: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  96. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  98. def errorMessageFormat: ErrorMessageFormat.Value
  99. def escapedStringLiterals: Boolean
  100. def exchangeReuseEnabled: Boolean
  101. def exponentLiteralAsDecimalEnabled: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  102. def fallBackToHdfsForStatsEnabled: Boolean
  103. def fastFailFileFormatOutput: Boolean
  104. def fastHashAggregateRowMaxCapacityBit: Int
  105. def fetchShuffleBlocksInBatch: Boolean
  106. def fileCommitProtocolClass: String
  107. def fileCompressionFactor: Double
  108. def fileSinkLogCleanupDelay: Long
  109. def fileSinkLogCompactInterval: Int
  110. def fileSinkLogDeletion: Boolean
  111. def fileSourceLogCleanupDelay: Long
  112. def fileSourceLogCompactInterval: Int
  113. def fileSourceLogDeletion: Boolean
  114. def fileStreamSinkMetadataIgnored: Boolean
  115. def filesMaxPartitionBytes: Long
  116. def filesMaxPartitionNum: Option[Int]
  117. def filesMinPartitionNum: Option[Int]
  118. def filesOpenCostInBytes: Long
  119. def filesourcePartitionFileCacheSize: Long
  120. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  121. def gatherFastStats: Boolean
  122. 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.

  123. 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.

  124. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  125. 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.

  126. 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.

  127. 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.

  128. 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.

  129. 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.

    Annotations
    @throws( "if key is not set" )
  130. def groupByAliases: Boolean
  131. def groupByOrdinal: Boolean
  132. def groupingIdWithAppendedUserGroupByEnabled: Boolean
  133. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  134. def hintErrorHandler: HintErrorHandler

    Returns the error handler for handling hint errors.

  135. def histogramEnabled: Boolean
  136. def histogramNumBins: Int
  137. def histogramNumericPropagateInputType: Boolean
  138. def hiveThriftServerSingleSession: Boolean
  139. def hugeMethodLimit: Int
  140. def ignoreCorruptFiles: Boolean
  141. def ignoreDataLocality: Boolean
  142. def ignoreMissingFiles: Boolean
  143. def ignoreMissingParquetFieldId: Boolean
  144. def inMemoryPartitionPruning: Boolean
  145. def inMemoryTableScanStatisticsEnabled: Boolean
  146. def inferDictAsStruct: Boolean
  147. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  148. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  149. def integerGroupingIdEnabled: Boolean
  150. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  151. def isModifiable(key: String): Boolean
  152. def isOrcSchemaMergingEnabled: Boolean
  153. def isParquetBinaryAsString: Boolean
  154. def isParquetINT96AsTimestamp: Boolean
  155. def isParquetINT96TimestampConversion: Boolean
  156. def isParquetSchemaMergingEnabled: Boolean
  157. def isParquetSchemaRespectSummaries: Boolean
  158. def isReplEagerEvalEnabled: Boolean
  159. def isStateSchemaCheckEnabled: Boolean
  160. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  161. def isUnsupportedOperationCheckEnabled: Boolean
  162. def joinReorderCardWeight: Double
  163. def joinReorderDPStarFilter: Boolean
  164. def joinReorderDPThreshold: Int
  165. def joinReorderEnabled: Boolean
  166. def jsonEnableDateTimeParsingFallback: Option[Boolean]
  167. def jsonEnablePartialResults: Boolean
  168. def jsonExpressionOptimization: Boolean
  169. def jsonFilterPushDown: Boolean
  170. def jsonGeneratorIgnoreNullFields: Boolean
  171. def jsonWriteNullIfWithDefaultValue: Boolean
  172. def legacyInferArrayTypeFromFirstElement: Boolean
  173. def legacyIntervalEnabled: Boolean
  174. def legacyMsSqlServerNumericMappingEnabled: Boolean
  175. def legacyNegativeIndexInArrayInsert: Boolean
  176. def legacyParquetNanosAsLong: Boolean
  177. def legacyPathOptionBehavior: Boolean
  178. def legacySizeOfNull: Boolean
  179. def legacyStatisticalAggregate: Boolean
  180. def legacyTimeParserPolicy: LegacyBehaviorPolicy.Value
    Definition Classes
    SQLConf → SqlApiConf
  181. def limitInitialNumPartitions: Int
  182. def limitScaleUpFactor: Int
  183. def literalPickMinimumPrecision: Boolean
  184. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  185. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  186. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  187. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  188. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  189. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  190. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  191. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  192. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  193. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  194. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  195. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  196. def loggingMaxLinesForCodegen: Int
  197. def manageFilesourcePartitions: Boolean
  198. def maxBatchesToRetainInMemory: Int
  199. def maxConcurrentOutputFileWriters: Int
  200. def maxMetadataStringLength: Int
  201. def maxNestedViewDepth: Int
  202. def maxPlanStringLength: Int
  203. def maxRecordsPerFile: Long
  204. def maxToStringFields: Int
    Definition Classes
    SQLConf → SqlApiConf
  205. def metadataCacheTTL: Long
  206. def metastoreDropPartitionsByName: Boolean
  207. def metastorePartitionPruning: Boolean
  208. def metastorePartitionPruningFallbackOnException: Boolean
  209. def metastorePartitionPruningFastFallback: Boolean
  210. def metastorePartitionPruningInSetThreshold: Int
  211. def methodSplitThreshold: Int
  212. def minBatchesToRetain: Int
  213. def nameNonStructGroupingKeyAsValue: Boolean
  214. def ndvMaxError: Double
  215. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  216. def nestedPruningOnExpressions: Boolean
  217. def nestedSchemaPruningEnabled: Boolean
  218. def nonEmptyPartitionRatioForBroadcastJoin: Double
  219. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  220. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  221. def numShufflePartitions: Int
  222. def objectAggSortBasedFallbackThreshold: Int
  223. def offHeapColumnVectorEnabled: Boolean
  224. def optimizeNullAwareAntiJoin: Boolean
  225. def optimizerExcludedRules: Option[String]
  226. def optimizerInSetConversionThreshold: Int
  227. def optimizerInSetSwitchThreshold: Int
  228. def optimizerMaxIterations: Int
  229. def optimizerMetadataOnly: Boolean
  230. def orcAggregatePushDown: Boolean
  231. def orcCompressionCodec: String
  232. def orcFilterPushDown: Boolean
  233. def orcVectorizedReaderBatchSize: Int
  234. def orcVectorizedReaderEnabled: Boolean
  235. def orcVectorizedReaderNestedColumnEnabled: Boolean
  236. def orcVectorizedWriterBatchSize: Int
  237. def orderByOrdinal: Boolean
  238. def pandasGroupedMapAssignColumnsByName: Boolean
  239. def pandasStructHandlingMode: String
  240. def pandasUDFBufferSize: Int
  241. def parallelFileListingInStatsComputation: Boolean
  242. def parallelPartitionDiscoveryParallelism: Int
  243. def parallelPartitionDiscoveryThreshold: Int
  244. def parquetAggregatePushDown: Boolean
  245. def parquetCompressionCodec: String
  246. def parquetFieldIdReadEnabled: Boolean
  247. def parquetFieldIdWriteEnabled: Boolean
  248. def parquetFilterPushDown: Boolean
  249. def parquetFilterPushDownDate: Boolean
  250. def parquetFilterPushDownDecimal: Boolean
  251. def parquetFilterPushDownInFilterThreshold: Int
  252. def parquetFilterPushDownStringPredicate: Boolean
  253. def parquetFilterPushDownTimestamp: Boolean
  254. def parquetInferTimestampNTZEnabled: Boolean
  255. def parquetOutputCommitterClass: String
  256. def parquetOutputTimestampType: SQLConf.ParquetOutputTimestampType.Value
  257. def parquetRecordFilterEnabled: Boolean
  258. def parquetVectorizedReaderBatchSize: Int
  259. def parquetVectorizedReaderEnabled: Boolean
  260. def parquetVectorizedReaderNestedColumnEnabled: Boolean
  261. def partitionColumnTypeInferenceEnabled: Boolean
  262. def partitionOverwriteMode: SQLConf.PartitionOverwriteMode.Value
  263. def percentileAccuracy: Int
  264. def planChangeBatches: Option[String]
  265. def planChangeLogLevel: String
  266. def planChangeRules: Option[String]
  267. def planStatsEnabled: Boolean
  268. def plannedWriteEnabled: Boolean
  269. def preferSortMergeJoin: Boolean
  270. def pysparkJVMStacktraceEnabled: Boolean
  271. def pysparkSimplifiedTraceback: Boolean
  272. def pysparkWorkerPythonExecutable: Option[String]
  273. def rangeExchangeSampleSizePerPartition: Int
  274. def readSideCharPadding: Boolean
  275. val reader: ConfigReader
    Attributes
    protected
  276. 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.

  277. 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.

  278. def replEagerEvalMaxNumRows: Int
  279. def replEagerEvalTruncate: Int
  280. def replaceDatabricksSparkAvroEnabled: Boolean
  281. def replaceExceptWithFilter: Boolean
  282. def resolver: Resolver

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

  283. def runSQLonFile: Boolean
  284. def runtimeFilterBloomFilterEnabled: Boolean
  285. def runtimeFilterCreationSideThreshold: Long
  286. def runtimeFilterSemiJoinReductionEnabled: Boolean
  287. def runtimeRowLevelOperationGroupFilterEnabled: Boolean
  288. def serializerNestedSchemaPruningEnabled: Boolean
  289. def sessionLocalTimeZone: String
    Definition Classes
    SQLConf → SqlApiConf
  290. def sessionWindowBufferInMemoryThreshold: Int
  291. def sessionWindowBufferSpillThreshold: Int
  292. def setCommandRejectsSparkCoreConfs: Boolean
  293. def setConf[T](entry: ConfigEntry[T], value: T): Unit

    Set the given Spark SQL configuration property.

  294. def setConf(props: Properties): Unit

    Set Spark SQL configuration properties.

  295. def setConfString(key: String, value: String): Unit

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

  296. def setConfWithCheck(key: String, value: String): Unit
    Attributes
    protected
  297. def setOpsPrecedenceEnforced: Boolean
    Definition Classes
    SQLConf → SqlApiConf
  298. val settings: Map[String, String]

    Only low degree of contention is expected for conf, thus NOT using ConcurrentHashMap.

    Only low degree of contention is expected for conf, thus NOT using ConcurrentHashMap.

    Attributes
    protected[spark]
  299. def sortBeforeRepartition: Boolean
  300. def sortMergeJoinExecBufferInMemoryThreshold: Int
  301. def sortMergeJoinExecBufferSpillThreshold: Int
  302. def starSchemaDetection: Boolean
  303. def starSchemaFTRatio: Double
  304. def stateStoreCompressionCodec: String
  305. def stateStoreFormatValidationEnabled: Boolean
  306. def stateStoreMinDeltasForSnapshot: Int
  307. def stateStoreProviderClass: String
  308. def stateStoreSkipNullsForStreamStreamJoins: Boolean
  309. def statefulOperatorCorrectnessCheckEnabled: Boolean
  310. def storeAnalyzedPlanForView: Boolean
  311. def storeAssignmentPolicy: SQLConf.StoreAssignmentPolicy.Value
  312. def streamingFileCommitProtocolClass: String
  313. def streamingMaintenanceInterval: Long
  314. def streamingMetricsEnabled: Boolean
  315. def streamingNoDataMicroBatchesEnabled: Boolean
  316. def streamingNoDataProgressEventInterval: Long
  317. def streamingPollingDelay: Long
  318. def streamingProgressRetention: Int
  319. def streamingSchemaInference: Boolean
  320. def streamingSessionWindowMergeSessionInLocalPartition: Boolean
  321. def stringRedactionPattern: Option[Regex]
  322. def subexpressionEliminationCacheMaxEntries: Int
  323. def subexpressionEliminationEnabled: Boolean
  324. def subexpressionEliminationSkipForShotcutExpr: Boolean
  325. def subqueryReuseEnabled: Boolean
  326. def supportQuotedRegexColumnName: Boolean
  327. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  328. def tableRelationCacheSize: Int
  329. def timestampType: AtomicType
    Definition Classes
    SQLConf → SqlApiConf
  330. def toString(): String
    Definition Classes
    AnyRef → Any
  331. def topKSortFallbackThreshold: Int
  332. def truncateTableIgnorePermissionAcl: Boolean
  333. def tvfAllowMultipleTableArguments: Boolean
  334. def uiExplainMode: String
  335. def unsetConf(entry: ConfigEntry[_]): Unit
  336. def unsetConf(key: String): Unit
  337. def useCompression: Boolean
  338. def useCurrentSQLConfigsForView: Boolean
  339. def useDeprecatedKafkaOffsetFetching: Boolean
  340. def useNullsForMissingDefaultColumnValues: Boolean
  341. def useObjectHashAggregation: Boolean
  342. def usePartitionEvaluator: Boolean
  343. def useV1Command: Boolean
  344. def v2BucketingEnabled: Boolean
  345. def v2BucketingPartiallyClusteredDistributionEnabled: Boolean
  346. def v2BucketingPushPartValuesEnabled: Boolean
  347. def validatePartitionColumns: Boolean
  348. def variableSubstituteEnabled: Boolean
  349. def verifyPartitionPath: Boolean
  350. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  351. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  352. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  353. def warehousePath: String
  354. def wholeStageEnabled: Boolean
  355. def wholeStageMaxNumFields: Int
  356. def wholeStageSplitConsumeFuncByOperator: Boolean
  357. def wholeStageUseIdInClassName: Boolean
  358. def windowExecBufferInMemoryThreshold: Int
  359. def windowExecBufferSpillThreshold: Int
  360. def windowGroupLimitThreshold: Int
  361. def writeLegacyParquetFormat: Boolean

Inherited from SqlApiConf

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped