Commit Graph

52 Commits (v3.6.0)

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
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
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 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
Trevor Whitney fc58d21eb3
chore: exclude types package from linting rules. (#19220) 4 months ago
Trevor Whitney ccb4549ddd
feat: add logfmt parse support to the v2 query engine (#18931) 4 months ago
Sophie Waldman 98b411a649
chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 4 months ago
Robert Fratto ed1b61d253
chore(engine): improve performance of topk pipeline (#18593) 5 months ago
Christian Haudum 4305a6aa61
chore(engine): Make literals simple types (#17733) 6 months ago
Robert Fratto 5266865fef
chore(engine): add implementation for performing topk across streams of Arrow records (#18330) 6 months ago
Ashwanth 50374f0bb1
chore(engine): column expression evaluation for ambiguous column type look-ups (#18228) 6 months ago
Ashwanth 646ebe81d8
chore(engine): adds AST conversion and result builders for metric queries (#18166) 6 months ago
Ashwanth 635896dab9
chore(engine): adds vector aggregation planning and execution nodes (#18100) 7 months ago
Christian Haudum 3956ea1be7
chore(engine): Map line filter expressions to data object predicates (#18102) 7 months ago
Ashwanth 1effa30851
chore(engine): implement range aggregation operator (#17997) 7 months ago
Ashwanth e1206fb84d
feat(planning): adds physical and logical nodes for range aggregation (#17974) 7 months ago
Christian Haudum cbb5be6d57
feat(engine): Implements predicate mapping for DataObjScan (#17621) 8 months ago
Christian Haudum 1629181f9c
chore(engine): Unify name and type of builtin columns (#17608) 8 months ago
Christian Haudum 94b1d2d5ce
chore(engine): Improve type system of the new query engine (#17456) 8 months ago
Christian Haudum 6b4430afd0
chore(engine): Collect pipeline records into Loki result (#17447) 9 months ago
Christian Haudum 208e519564
chore(engine): Add framework for function evaluation (#17374) 9 months ago
Christian Haudum 525b41155d
chore(engine): Add expression evaluator to evaluate physical expressions against a given record batch (#17257) 9 months ago
Christian Haudum 1705f98a9f
chore(engine): Wire up new execution engine (#17032) 9 months ago
Christian Haudum ba61aa88de
chore(engine): Integrate metastore into physical query planning (#17016) 9 months ago
Christian Haudum 40223d7320
chore(engine): Unify `Literal` and `ColumnRef` across logical and physical plan (#16927) 9 months ago