Taehoon Moon

Results 54 issues of Taehoon Moon

## Summary - namespace-prefix all Redis keys so schema, metadata and data live under `{namespace}#` - adjust key parsing and metadata scanning for the new layout ## Testing - `cargo...

codex

Currently, our AST nodes contain fields populated by the planner (e.g., `TableFactor.index`, `Join.join_executor`). This mixes parse‑time and plan‑time data, leading to duplicated logic and complicating maintenance. --- ## Proposal (not...

Previously, the dump_database command in the CLI was only supported for the Sled storage backend. This pull request extends the dump_database functionality to support all storage backends available in GlueSQL...

improvement
codex

## Summary - add `scan_data_with_columns` method to `Store` trait with default implementation - test default method via memory storage integration test - implement optimized projection for Parquet storage - add...

improvement
codex