Function ral::processor::strings::evaluate_string_case_when_else¶
Defined in File LogicalProject.cpp
Function Documentation¶
-
std::unique_ptr<cudf::column>
ral::processor::strings
::
evaluate_string_case_when_else
(const cudf::table_view &table, const std::string &condition_expr, const std::string &expr1, const std::string &expr2)¶ Evaluates a “CASE WHEN ELSE” when any of the result expressions is a string.
- Parameters
table
: The input tableop
: The string function to evaluatearg_tokens
: The parsed function arguments