mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 01:02:55 +00:00
* feat: pushdown scan request to information_schema tables stream * feat: supports filter pushdown for columns * feat: supports filter pushdown for some information_schema tables * fix: typo * fix: predicate evaluate * fix: typo * test: predicates * fix: comment * fix: pub mod * docs: improve comments * fix: cr comments and supports like predicate * chore: typo * fix: cargo toml format * chore: apply suggestion