Function ral::processor::strings::evaluate_string_functions¶
Defined in File LogicalProject.cpp
Function Documentation¶
-
std::unique_ptr<cudf::column>
ral::processor::strings
::
evaluate_string_functions
(const cudf::table_view &table, operator_type op, const std::vector<std::string> &arg_tokens)¶ Evaluates a SQL string function.
The string function is evaluated using cudf functions
- Parameters
table
: The input tableop
: The string function to evaluatearg_tokens
: The parsed function arguments