Function ral::processor::strings::evaluate_string_functions

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 table

  • op: The string function to evaluate

  • arg_tokens: The parsed function arguments