Commit Graph

159 Commits (34f5ae3cd875ab599e93e657ccfbfb5f7cdcb22e)

Author SHA1 Message Date
Robert Fratto 3c99535b0a
chore(engine): provide worker (#19588) 2 months ago
benclive 9a68900bc1
fix: Sanitize logfmt keys in v2 engine (#19621) 2 months ago
Ashwanth 9a50c8076e
chore: stream injector: propagate orig error (#19616) 2 months ago
Stas Spiridonov 7eda6749a4
feat(engine): basic math expressions (#19407) 3 months ago
Ashwanth d34cfbd84a
chore: refactor and fixes for optimiser (#19581) 3 months ago
Robert Fratto 53487c7724
chore(engine): provide scheduler (#19570) 3 months ago
benclive dd52234fc5
chore: Use first-wins semantics for duplicate fields in logfmt/json parsers (#19568) 3 months ago
Christian Haudum 9e76f1d251
chore(engine): Refactor `ColumnVector` (#19549) 3 months ago
Robert Fratto 68e7f552d7
chore(engine): add wire package (#19560) 3 months ago
Ivan Kalita f46ef0eb7c
chore(engine): Refactor streams result builder to use column-oriented processsing (#19505) 3 months ago
Stas Spiridonov 160dc2c493
chore: removed arrow-go allocators/retain/release (#19569) 3 months ago
Robert Fratto 053429db21
chore(engine): add information for task updates (#19561) 3 months ago
Trevor Whitney 13429aa1ea
refactor: move allocator into execution Context (#19550) 3 months ago
Robert Fratto 6b96e4dea3
chore(engine): add workflow package (#19511) 3 months ago
Trevor Whitney 3ce6fa2946
feat: implement `unwrap` as a projection (#19409) 3 months ago
Robert Fratto 1750b34448
chore(engine): fix main build (#19536) 3 months ago
Christian Haudum 290d1b711f
chore(engine): Add support for drop stage (drop projection) (#19533) 3 months ago
Robert Fratto f7d4614a54
chore(engine): address extra feedback from #19522 review (#19535) 3 months ago
Robert Fratto 3add93a5b8
chore(engine): add parallel pushdown optimization pass (#19522) 3 months ago
Ivan Kalita 263980061a
chore(engine): remove unused logical.Value.Schema() (#19531) 3 months ago
Robert Fratto bd3f3dabe1
chore(engine): introduce ScanSet node (#19524) 3 months ago
Robert Fratto c1b010567c
chore(engine): print stringified planning durations (#19155) 3 months ago
Ashwanth baf10907bd
chore: introduces TopK node and replace the usage of SortMerge (#19520) 3 months ago
Robert Fratto 3a0480698c
chore(engine): add Parallelize hint node (#19521) 3 months ago
Robert Fratto cfd07c3683
chore(engine): simplify Pipeline interface (#19518) 3 months ago
Ashwanth fa8bd848f6
chore: update buildTable to sort rows using `BuilderOptions.SortOrder` (#19515) 3 months ago
Ashwanth 72cb649623
chore: introduce mw to route requests between v1 and v2 engines (#19452) 3 months ago
Christian Haudum 849a9214fa
chore: Release column vectors and their arrays correctly (#19496) 3 months ago
Christian Haudum 8b7ef09e69
chore(engine): Cleanup: remove state from pipelines (#19495) 3 months ago
Christian Haudum 3c5f759f24
chore(engine): Add compatibility node for parsed columns (#19485) 3 months ago
Christian Haudum 130a29efe9
chore: Revert "chore: remove prefetching for sortmerge" (#19491) 3 months ago
Christian Haudum 662e1b93f1
chore(engine): Add `LOGQL_COMPAT` marker to logical plan (#19488) 3 months ago
Ashwanth 26c07fa6bc
chore(planner): fix limits pushdown to work with empty predicates (#19489) 3 months ago
Ashwanth 0f28e4be9e
chore: remove prefetching for sortmerge (#19486) 3 months ago
Christian Haudum c06eb636e5
chore(engine): Add "compatibility node" to physical plan to adhere with naming of "colliding labels" in v1 engine (#19470) 3 months ago
Ashwanth 6a829e3d6f
chore(engine): allow usage of empty groupby in aggregations (#19344) 3 months ago
Christian Haudum c280531e05
chore: Fix column name regression (#19468) 3 months ago
Christian Haudum d5f15705c2
chore: Fix vector results builder (#19467) 3 months ago
Christian Haudum 2214a700b3
chore(engine): Implement new semantic column naming (#19415) 3 months ago
Stas Spiridonov 16dab82593
chore: consistent expressionEvaluator.eval result memory ownership (#19438) 3 months ago
Robert Fratto 17b1418a92
chore(engine): move DAG logic to common package (#19406) 3 months ago
Ashwanth c24675f854
chore: adds separate v2 engine config section (#19423) 3 months ago
Christian Haudum 119275aab7
chore(engine): Column naming conventions (#19396) 3 months ago
Robert Fratto 2e418b13fd
chore(engine): unexport subpackages (#19384) 3 months ago
Stas Spiridonov 1474ede675
feat(engine): More aggregations for the new query engine (#19350) 3 months ago
Trevor Whitney aec34ed30a
feat: add json parsing stage to v2 engine (#19240) 4 months ago
Christian Haudum ed757b50c2
chore(engine): Do not print ID of physical plan nodes (#19254) 4 months ago
benclive bd5a065487
chore: Two small fixes for new engine (#19241) 4 months ago
Robert Fratto 20e04a4192
chore(engine/logical): push SORT operation towards bottom of plan (#19239) 4 months ago
Christian Haudum 8499840af6
chore(engine): Eliminate no-op Merge/SortMerge nodes during plan optimization (#19238) 4 months ago