Package | Description |
---|---|
org.apache.hadoop.hive.ql.exec.vector.expressions |
Modifier and Type | Class and Description |
---|---|
class |
IfExprColumnCondExpr
Do regular execution of the THEN vector expression (a column or scalar) and conditional execution
of the ELSE vector expression of a SQL IF statement.
|
class |
IfExprCondExprColumn
Do conditional execution of the THEN/ vector expression and regular execution of the ELSE
vector expression (a column or scalar) of a SQL IF statement.
|
class |
IfExprCondExprCondExpr
Do conditional execution of the THEN/ELSE vector expressions of a SQL IF statement.
|
class |
IfExprCondExprNull
Do conditional execution of the THEN vector expression with NULL ELSE of a SQL IF statement.
|
class |
IfExprNullCondExpr
Do conditional execution of a NULL THEN and a ELSE vector expression of a SQL IF statement.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.