Home
last modified time | relevance | path

Searched refs:MAX_CASES_BRANCHES (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/internal/
H A DSQLConfSuite.scala230 withSQLConf(SQLConf.MAX_CASES_BRANCHES.key -> "0") {
237 withSQLConf(SQLConf.MAX_CASES_BRANCHES.key -> "1") {
244 withSQLConf(SQLConf.MAX_CASES_BRANCHES.key -> "2") {
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/
H A DSQLConf.scala472 val MAX_CASES_BRANCHES = SQLConfigBuilder("spark.sql.codegen.maxCaseBranches") constant
755 def maxCaseBranchesForCodegen: Int = getConf(MAX_CASES_BRANCHES)