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/planner/physical
Christian Haudum 64c477b1f7
chore(engine): Add framework for query executor (#17260)
9 months ago
..
context.go chore(engine): Wire up new execution engine (#17032) 9 months ago
context_test.go chore(engine): Wire up new execution engine (#17032) 9 months ago
dataobjscan.go chore(engine): Add first stage of physical query planning (#16891) 10 months ago
expressions.go chore(engine): Integrate metastore into physical query planning (#17016) 9 months ago
expressions_test.go chore(engine): Integrate metastore into physical query planning (#17016) 9 months ago
filter.go chore(engine): Add first stage of physical query planning (#16891) 10 months ago
limit.go chore(engine): Add simple plan optimizer (#16965) 9 months ago
optimizer.go chore(engine): Integrate metastore into physical query planning (#17016) 9 months ago
optimizer_test.go chore(engine): Add simple plan optimizer (#16965) 9 months ago
plan.go chore(engine): Add framework for query executor (#17260) 9 months ago
plan_test.go chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 10 months ago
planner.go chore(engine): Wire up new execution engine (#17032) 9 months ago
planner_test.go chore(engine): Integrate metastore into physical query planning (#17016) 9 months ago
printer.go chore(engine): Add printer for Mermaid diagram format (#17000) 9 months ago
printer_test.go chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 10 months ago
projection.go chore(engine): Add first stage of physical query planning (#16891) 10 months ago
sortmerge.go chore(engine): Add first stage of physical query planning (#16891) 10 months ago
visitor.go chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 10 months ago
visitor_test.go chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 10 months ago