Crate tidb_query_expr[−][src]
This crate implements a simple SQL query engine to work with TiDB pushed down executors.
The query engine is able to scan and understand rows stored by TiDB, run against a series of executors and then return the execution result. The query engine is provided via TiKV Coprocessor interface. However standalone UDF functions are also exported and can be used standalone.
Re-exports
pub use self::types::*; |
Modules
impl_arithmetic | |
impl_cast | |
impl_compare | |
impl_compare_in | |
impl_control | |
impl_encryption | |
impl_json | |
impl_like | |
impl_math | |
impl_miscellaneous | |
impl_op | |
impl_other | |
impl_string | |
impl_time | |
types |