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

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 chunkBase64StringEnabled: Boolean
  46. def clear(): Unit
  47. def cliPrintHeader: Boolean
  48. def clone(): SQLConf
    Definition Classes
    SQLConf → AnyRef
  49. def coalesceBucketsInJoinEnabled: Boolean
  50. def coalesceBucketsInJoinMaxBucketRatio: Int
  51. def coalesceShufflePartitionsEnabled: Boolean
  52. def codegenCacheMaxEntries: Int
  53. def codegenComments: Boolean
  54. def codegenFactoryMode: String
  55. def codegenFallback: Boolean
  56. def codegenSplitAggregateFunc: Boolean
  57. def columnBatchSize: Int
  58. def columnNameOfCorruptRecord: String
  59. def concatBinaryAsString: Boolean
  60. def constraintPropagationEnabled: Boolean
  61. def contains(key: String): Boolean

    Return whether a given key is set in this SQLConf.

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

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

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

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

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

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

  130. 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")
  131. def groupByAliases: Boolean
  132. def groupByOrdinal: Boolean
  133. def groupingIdWithAppendedUserGroupByEnabled: Boolean
  134. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  135. def hintErrorHandler: HintErrorHandler

    Returns the error handler for handling hint errors.

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

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

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

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

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

    Set the given Spark SQL configuration property.

  295. def setConf(props: Properties): Unit

    Set Spark SQL configuration properties.

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

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

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

Inherited from SqlApiConf

Inherited from Logging

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped