Commit Graph

44 Commits (JStickler-patch-1)

Author SHA1 Message Date
Robert Fratto 56e7318bec
chore(engine): don't sort metric queries (#18594) 5 months ago
Robert Fratto ed1b61d253
chore(engine): improve performance of topk pipeline (#18593) 5 months ago
Robert Fratto e1bc2f9d7f
chore(engine): fix panic when closing uninitialized prefetchWrapper (#18592) 5 months ago
Robert Fratto 9129d8cdd0
chore(engine): use columnar logs.Reader for DataObjScan (#18577) 5 months ago
Ashwanth da4e59f8c6
chore(dataobj): store sort order information in section metadata (#18499) 5 months ago
Christian Haudum 6f7dc12eb4
chore(engine): Add support for regex and substr filters (#18501) 5 months ago
Robert Fratto 86c57c8616
chore: consistently use new labels.Labels API (#18490) 5 months ago
Christian Haudum cea56469b9
chore(engine): Pass context to Pipeline's Read() function (#18459) 6 months ago
Christian Haudum d446d47cf8
chore(engine): Prefetch inputs of SortMerge operator (#18395) 6 months ago
Christian Haudum d9f7d785ff
chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
Ashwanth f1d6c37342
chore(dataobjscan): correctly pass context to readers (#18386) 6 months ago
Christian Haudum 4305a6aa61
chore(engine): Make literals simple types (#17733) 6 months ago
Robert Fratto a0914281b8
chore(engine): change DataObjScan to only cover a single logs section (#18350) 6 months ago
Robert Fratto 5266865fef
chore(engine): add implementation for performing topk across streams of Arrow records (#18330) 6 months ago
Christian Haudum 4fbe7c1a21
fix(engine): Fix bug in `SortMerge` which caused rows to be skipped due to incorrect sorting (#18334) 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
Christian Haudum b316d52612
chore(engine): Use shard information from query frontend in the new query engine (#17792) 6 months ago
Christian Haudum 16ccf9be1e
chore(engine): Filter by unknown column (#18131) 6 months ago
Ashwanth 635896dab9
chore(engine): adds vector aggregation planning and execution nodes (#18100) 6 months ago
Christian Haudum 3956ea1be7
chore(engine): Map line filter expressions to data object predicates (#18102) 7 months ago
Christian Haudum 78342c030a
chore(engine): Correctly propagate search direction to data object scan (#18112) 7 months ago
Ashwanth 1effa30851
chore(engine): implement range aggregation operator (#17997) 7 months ago
Karsten Jeschkies c2573fea5a
refactor(stringlabels): Support stringlabels in util, engine and logql. (#17998) 7 months ago
Christian Haudum dd68679fd7
fix(engine): Fix out-of-bounds panic in SortMerge implementation (#17967) 7 months ago
Robert Fratto 36bcb5aa2d
chore(dataobj): fix regression in allocations of row readers (#17784) 7 months ago
Robert Fratto a237444f0d
refactor(dataobj): invert dependency between dataobj and sections (#17762) 7 months ago
Owen Diehl ccb65f9670
feat(engine, dataobj): logql bench wiring for new engine [non-fork] (#17627) 8 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 0ea1097c8f
chore(engine): Use configured storage bucket in execution context (#17583) 8 months ago
Christian Haudum 23c4f8d89a
chore(engine): Fix regression introduced with merging PR #17456 (#17578) 8 months ago
Christian Haudum 94b1d2d5ce
chore(engine): Improve type system of the new query engine (#17456) 8 months ago
Robert Fratto 4841b2abe2
chore(engine): provide basic implementation of DataObjScan (#17568) 8 months ago
Christian Haudum 6b4430afd0
chore(engine): Collect pipeline records into Loki result (#17447) 8 months ago
Christian Haudum 208e519564
chore(engine): Add framework for function evaluation (#17374) 8 months ago
Christian Haudum 1f8e4eebfb
chore(engine): Implement execution pipeline for SortMerge operator (#17406) 8 months ago
Owen Diehl cf54d502fc
feat(dataobj, executor): filter node execution (#17327) 8 months ago
Owen Diehl 395030b130
feat(dataobj executor): project node (#17312) 9 months ago
Owen Diehl 920e3b23ed
chore(dataobj,testing,executor): pipeline equality testing (#17311) 9 months ago
Christian Haudum e828c48702
chore(engine): Implement execution pipeline for the limit operator (#17264) 9 months ago
Owen Diehl cff0df63b3
chore(dataobj,executor): CSV arrow batches & pipeline helpers (#17290) 9 months ago
Christian Haudum 64c477b1f7
chore(engine): Add framework for query executor (#17260) 9 months ago
Christian Haudum 525b41155d
chore(engine): Add expression evaluator to evaluate physical expressions against a given record batch (#17257) 9 months ago