Function ral::io::sql_tools::transpile_predicate¶
Defined in File SQLTranspiler.cpp
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/BindableTableScanpredicate_transformer
: The transformation rules to be used by the transpiler