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 numStateStoreMaintenanceThreads: 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 pythonUDTFAnalyzerMemory: Option[Long]
  275. def rangeExchangeSampleSizePerPartition: Int
  276. def readSideCharPadding: Boolean
  277. val reader: ConfigReader
    Attributes
    protected
  278. 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.

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

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

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

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

    Set the given Spark SQL configuration property.

  296. def setConf(props: Properties): Unit

    Set Spark SQL configuration properties.

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

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

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

Inherited from SqlApiConf

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped