Commit Graph

145 Commits (v3.6.2)

Author SHA1 Message Date
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) 3 months ago
Christian Haudum ed757b50c2
chore(engine): Do not print ID of physical plan nodes (#19254) 3 months ago
benclive bd5a065487
chore: Two small fixes for new engine (#19241) 3 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
Christian Haudum 35816aa16f
chore(engine): Eliminate unnecessary SortMerge node from physical plan (#19236) 4 months ago
Robert Fratto 3700dc5395
chore(engine/logical): fix order/duplicates of SSA form (#19237) 4 months ago
Robert Fratto 24e968cfcb
perf(engine): reuse existing array in genericFunction.Evaluate (#19235) 4 months ago
benclive 4f628c0d8b
chore: Fix time range grouping logic in some cases (#19226) 4 months ago
Trevor Whitney fc58d21eb3
chore: exclude types package from linting rules. (#19220) 4 months ago
benclive c23bb7ce4e
chore: Fix Dataobjscan grouping wrt sort order (#19215) 4 months ago
Trevor Whitney ccb4549ddd
feat: add logfmt parse support to the v2 query engine (#18931) 4 months ago
Ashwanth a5e9964d7d
chore(engine): Retain Null information when filtering rows (#19214) 4 months ago
Sophie Waldman 98b411a649
chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 4 months ago
benclive ad46063601
chore: Empty builder returns non-nil result (#19184) 4 months ago
benclive b7f14f9554
fix: Stop applying limits pushdown under a filter (#19154) 4 months ago
Christian Haudum 4c81ebc7c3
chore(dataobj): Add option to set target row limit for pages (#19128) 4 months ago
Robert Fratto f6091a67d1
chore(engine): move to toggleable section prefetching (#19142) 4 months ago
benclive b786095aea
chore: Read multi-tenant objects in query-engine (#19104) 4 months ago