Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Go to the source code of this file.
Macros | |
#define | IS_NULL_COMPUTE_FUNCTION(type) |
#define | NULL_IF_COMPUTE_FUNCTION(AnyValType) |
#define | NULL_IF_ZERO_COMPUTE_FUNCTION(type) |
#define | ZERO_IF_NULL_COMPUTE_FUNCTION(type) |
#define | IF_COMPUTE_FUNCTION(type) |
#define | COALESCE_COMPUTE_FUNCTION(type) |
#define COALESCE_COMPUTE_FUNCTION | ( | type | ) |
Definition at line 134 of file conditional-functions-ir.cc.
#define IF_COMPUTE_FUNCTION | ( | type | ) |
Definition at line 113 of file conditional-functions-ir.cc.
#define IS_NULL_COMPUTE_FUNCTION | ( | type | ) |
Definition at line 22 of file conditional-functions-ir.cc.
#define NULL_IF_COMPUTE_FUNCTION | ( | AnyValType | ) |
Definition at line 41 of file conditional-functions-ir.cc.
#define NULL_IF_ZERO_COMPUTE_FUNCTION | ( | type | ) |
Definition at line 66 of file conditional-functions-ir.cc.
#define ZERO_IF_NULL_COMPUTE_FUNCTION | ( | type | ) |
Definition at line 99 of file conditional-functions-ir.cc.
COALESCE_COMPUTE_FUNCTION | ( | BooleanVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | TinyIntVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | SmallIntVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | IntVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | BigIntVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | FloatVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | DoubleVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | StringVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | TimestampVal | ) |
COALESCE_COMPUTE_FUNCTION | ( | DecimalVal | ) |
IF_COMPUTE_FUNCTION | ( | BooleanVal | ) |
IF_COMPUTE_FUNCTION | ( | TinyIntVal | ) |
IF_COMPUTE_FUNCTION | ( | SmallIntVal | ) |
IF_COMPUTE_FUNCTION | ( | IntVal | ) |
IF_COMPUTE_FUNCTION | ( | BigIntVal | ) |
IF_COMPUTE_FUNCTION | ( | FloatVal | ) |
IF_COMPUTE_FUNCTION | ( | DoubleVal | ) |
IF_COMPUTE_FUNCTION | ( | StringVal | ) |
IF_COMPUTE_FUNCTION | ( | TimestampVal | ) |
IF_COMPUTE_FUNCTION | ( | DecimalVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | BooleanVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | TinyIntVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | SmallIntVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | IntVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | BigIntVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | FloatVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | DoubleVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | StringVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | TimestampVal | ) |
IS_NULL_COMPUTE_FUNCTION | ( | DecimalVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | BooleanVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | TinyIntVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | SmallIntVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | IntVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | BigIntVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | FloatVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | DoubleVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | StringVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | TimestampVal | ) |
NULL_IF_COMPUTE_FUNCTION | ( | DecimalVal | ) |
NULL_IF_ZERO_COMPUTE_FUNCTION | ( | TinyIntVal | ) |
NULL_IF_ZERO_COMPUTE_FUNCTION | ( | SmallIntVal | ) |
NULL_IF_ZERO_COMPUTE_FUNCTION | ( | IntVal | ) |
NULL_IF_ZERO_COMPUTE_FUNCTION | ( | BigIntVal | ) |
NULL_IF_ZERO_COMPUTE_FUNCTION | ( | FloatVal | ) |
NULL_IF_ZERO_COMPUTE_FUNCTION | ( | DoubleVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | TinyIntVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | SmallIntVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | IntVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | BigIntVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | FloatVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | DoubleVal | ) |
ZERO_IF_NULL_COMPUTE_FUNCTION | ( | DecimalVal | ) |