limbo/simulator/generation
Pekka Enberg 90c1e3fc06 Switch Connection to use Arc instead of Rc
Connection needs to be Arc so that bindings can wrap it with `Mutex` for
multi-threading.
2025-06-16 10:43:19 +03:00
..
predicate force predicate in SelectSelectOptimizer to evaluate to a boolean value 2025-06-11 11:32:45 -03:00
expr.rs change CompoundPredicate to generate a true_clause for a single row and not for column_values + tests 2025-06-11 11:32:45 -03:00
mod.rs adjustments to binary functions + backtrack return Option<T> + start of unary Predicate 2025-06-11 11:32:18 -03:00
plan.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
property.rs better error messages + cleaner printing of file stats + tracing 2025-06-11 11:32:45 -03:00
query.rs migrate to using limbo_core::Value inside Simulator 2025-06-11 11:32:18 -03:00
table.rs adjust creation of columns to avoid name collision 2025-06-11 11:32:18 -03:00