sqlrs icon indicating copy to clipboard operation
sqlrs copied to clipboard

sqlrs is an in-process sql query engine

Results 14 sqlrs issues
Sort by recently updated
recently updated
newest added

Currently, we already have `sqlrs_tables()` and `sqlrs_columns` table function. https://github.com/Fedomn/sqlrs/blob/0bfe264000787201e4dfdea4c9079373f33f344a/src/function/table/sqlrs_tables.rs#L118-L122 Then, we should implement more internal metadata table, such as: - sqlrs_functions()

good first issue

Implement Python wrapper for sqlrs to make it easier to use. refer to https://pyo3.rs/v0.17.3/

good first issue

includes UnaryOp(Not/Plus/Minus), IS operator(is null), InList operator(in (v1, v2))