mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
* feat(metric-engine): introduce index options from metric engine * chore: fmt toml * test: add sqlness test * fix: ignore internal columns * chore: remove unused dep * chore: update sqlness result * chore: ignore metric engine internal columns * chore: refine code styling * test: update sqlness test * refactor: refactor `create_table_constraints` * test: show index * chore: apply suggestions from CR * fix: set inverted index explicitly * chore: apply suggestions from CR