Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
This is the complete list of members for impala::ExprTest, including all inherited members.
ConvertValue(const ColumnType &type, const string &value) | impala::ExprTest | inlineprotected |
default_bool_str_ | impala::ExprTest | protected |
default_bool_val_ | impala::ExprTest | protected |
default_decimal_str_ | impala::ExprTest | protected |
default_string_str_ | impala::ExprTest | protected |
default_string_val_ | impala::ExprTest | protected |
default_timestamp_str_ | impala::ExprTest | protected |
default_timestamp_val_ | impala::ExprTest | protected |
default_type_strs_ | impala::ExprTest | protected |
expr_value_ | impala::ExprTest | protected |
FloatValMap typedef | impala::ExprTest | protected |
GetValue(const string &expr, const ColumnType &expr_type, void **interpreted_value, bool expect_error=false) | impala::ExprTest | inlineprotected |
IntValMap typedef | impala::ExprTest | protected |
min_float_values_ | impala::ExprTest | protected |
min_int_values_ | impala::ExprTest | protected |
SetUp() | impala::ExprTest | inlineprotectedvirtual |
TestBinaryPredicates(const string &value, bool compare_strings) | impala::ExprTest | inlineprotected |
TestCast(const string &stmt, T val, bool timestamp_out_of_range=false) | impala::ExprTest | inlineprotected |
TestCast(const string &stmt, const char *val, bool timestamp_out_of_range) | impala::ExprTest | |
TestCharValue(const string &expr, const string &expected_result, const ColumnType &type) | impala::ExprTest | inlineprotected |
TestComparison(const string &smaller, const string &larger, bool compare_strings) | impala::ExprTest | inlineprotected |
TestDecimalComparisons() | impala::ExprTest | inlineprotected |
TestDecimalValue(const string &expr, const T &expected_result, const ColumnType &expected_type) | impala::ExprTest | inlineprotected |
TestError(const string &expr) | impala::ExprTest | inlineprotected |
TestFixedPointComparisons(bool test_boundaries) | impala::ExprTest | inlineprotected |
TestFixedPointLimits(const ColumnType &type) | impala::ExprTest | inlineprotected |
TestFixedResultTypeOps(LeftOp a, RightOp b, const ColumnType &expected_type) | impala::ExprTest | inlineprotected |
TestFloatingPointComparisons(bool test_boundaries) | impala::ExprTest | inlineprotected |
TestFloatingPointLimits(const ColumnType &type) | impala::ExprTest | inlineprotected |
TestIsNull(const string &expr, const ColumnType &expr_type) | impala::ExprTest | inlineprotected |
TestNonOkStatus(const string &expr) | impala::ExprTest | inlineprotected |
TestNullComparison(const string &op) | impala::ExprTest | inlineprotected |
TestNullComparisons() | impala::ExprTest | inlineprotected |
TestNullOperandFixedResultTypeOps(NonNullOp op, const ColumnType &expected_type) | impala::ExprTest | inlineprotected |
TestNullOperandsArithmeticOps() | impala::ExprTest | inlineprotected |
TestNullOperandVariableResultTypeIntOps(NonNullOp op, const ColumnType &expected_type) | impala::ExprTest | inlineprotected |
TestStringComparisons() | impala::ExprTest | inlineprotected |
TestStringValue(const string &expr, const string &expected_result) | impala::ExprTest | inlineprotected |
TestTimestampUnixEpochConversions(int64_t unix_time_at_local_epoch, string local_time_at_unix_epoch) | impala::ExprTest | inlineprotected |
TestTimestampValue(const string &expr, const TimestampValue &expected_result, const int64_t tolerance_in_seconds=0) | impala::ExprTest | inlineprotected |
TestValidTimestampValue(const string &expr) | impala::ExprTest | inlineprotected |
TestValue(const string &expr, const ColumnType &expr_type, const T &expected_result) | impala::ExprTest | inlineprotected |
TestVariableResultTypeIntOps(LeftOp a, RightOp b, const ColumnType &expected_type) | impala::ExprTest | inlineprotected |