Function ral::io::sql_tools::transpile_predicate

Function Documentation

std::string ral::io::sql_tools::transpile_predicate(const std::string &source, ral::parser::node_transformer *predicate_transformer)

This is the main entry point for the sql predicate transpiler.

Parameters
  • source: The query part corresponding to TableScan/BindableTableScan

  • predicate_transformer: The transformation rules to be used by the transpiler