mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 01:40:36 +00:00
* feat: support fast count(*) for append-only tables * fix: total_rows stats in time series memtable * fix: sqlness result changes for SinglePartitionScanner -> StreamScanAdapter * fix: some cr comments
36 lines
738 B
TOML
36 lines
738 B
TOML
[package]
|
|
name = "common-query"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
testing = []
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
async-trait.workspace = true
|
|
bytes.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-time.workspace = true
|
|
datafusion.workspace = true
|
|
datafusion-common.workspace = true
|
|
datafusion-expr.workspace = true
|
|
datatypes.workspace = true
|
|
serde.workspace = true
|
|
snafu.workspace = true
|
|
sqlparser.workspace = true
|
|
sqlparser_derive = "0.1"
|
|
statrs = "0.16"
|
|
store-api.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-base.workspace = true
|
|
futures-util.workspace = true
|
|
tokio.workspace = true
|