Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/engine/executor
Christian Haudum d446d47cf8
chore(engine): Prefetch inputs of SortMerge operator (#18395)
6 months ago
..
arrow_scalar_compare.go chore(engine): add implementation for performing topk across streams of Arrow records (#18330) 6 months ago
dataobjscan.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
dataobjscan_predicate.go chore(engine): Make literals simple types (#17733) 6 months ago
dataobjscan_predicate_test.go chore(engine): Make literals simple types (#17733) 6 months ago
dataobjscan_test.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
executor.go chore(engine): Sort entries in dataobj sections by timestamp descending (#18367) 6 months ago
executor_test.go chore(engine): provide basic implementation of DataObjScan (#17568) 8 months ago
expressions.go chore(engine): Make literals simple types (#17733) 6 months ago
expressions_test.go chore(engine): Make literals simple types (#17733) 6 months ago
filter.go chore(engine): Filter by unknown column (#18131) 7 months ago
filter_test.go chore(engine): Make literals simple types (#17733) 6 months ago
functions.go chore(engine): Add framework for function evaluation (#17374) 9 months ago
limit.go chore(engine): Use shard information from query frontend in the new query engine (#17792) 7 months ago
limit_test.go chore(engine): Make literals simple types (#17733) 6 months ago
pipeline.go chore(engine): Prefetch inputs of SortMerge operator (#18395) 6 months ago
pipeline_test.go chore(engine): Prefetch inputs of SortMerge operator (#18395) 6 months ago
pipeline_utils.go chore(engine): Collect pipeline records into Loki result (#17447) 9 months ago
pipeline_utils_test.go chore(engine): Make literals simple types (#17733) 6 months ago
project.go chore(engine): Improve type system of the new query engine (#17456) 8 months ago
project_test.go chore(engine): Make literals simple types (#17733) 6 months ago
range_aggregation.go chore(engine): Make literals simple types (#17733) 6 months ago
range_aggregation_test.go chore(engine): Make literals simple types (#17733) 6 months ago
sortmerge.go chore(engine): Prefetch inputs of SortMerge operator (#18395) 6 months ago
sortmerge_test.go fix(engine): Fix bug in `SortMerge` which caused rows to be skipped due to incorrect sorting (#18334) 6 months ago
topk_batch.go chore(engine): add implementation for performing topk across streams of Arrow records (#18330) 6 months ago
topk_batch_test.go chore(engine): add implementation for performing topk across streams of Arrow records (#18330) 6 months ago
util_test.go chore(engine): Make literals simple types (#17733) 6 months ago
vector_aggregate.go chore(engine): Make literals simple types (#17733) 6 months ago
vector_aggregate_test.go chore(engine): Make literals simple types (#17733) 6 months ago