Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Minimal planner infra #35

Merged
merged 14 commits into from
Aug 28, 2024

fix: Format

9662979
Select commit
Loading
Failed to load commit list.
Merged

Feature: Minimal planner infra #35

fix: Format
9662979
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 27, 2024 in 1s

34.19% of diff hit (target 82.03%)

View this Pull Request on Codecov

34.19% of diff hit (target 82.03%)

Annotations

Check warning on line 1146 in lykiadb-lang/src/parser/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-lang/src/parser/mod.rs#L1145-L1146

Added lines #L1145 - L1146 were not covered by tests

Check warning on line 1151 in lykiadb-lang/src/parser/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-lang/src/parser/mod.rs#L1149-L1151

Added lines #L1149 - L1151 were not covered by tests

Check warning on line 41 in lykiadb-playground/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-playground/src/lib.rs#L41

Added line #L41 was not covered by tests

Check warning on line 68 in lykiadb-playground/src/regularizer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-playground/src/regularizer.rs#L68

Added line #L68 was not covered by tests

Check warning on line 15 in lykiadb-server/src/comm/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/comm/mod.rs#L15

Added line #L15 was not covered by tests

Check warning on line 21 in lykiadb-server/src/comm/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/comm/mod.rs#L21

Added line #L21 was not covered by tests

Check warning on line 28 in lykiadb-server/src/comm/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/comm/mod.rs#L28

Added line #L28 was not covered by tests

Check warning on line 44 in lykiadb-server/src/comm/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/comm/mod.rs#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 50 in lykiadb-server/src/comm/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/comm/mod.rs#L48-L50

Added lines #L48 - L50 were not covered by tests

Check warning on line 82 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L80-L82

Added lines #L80 - L82 were not covered by tests

Check warning on line 182 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L180-L182

Added lines #L180 - L182 were not covered by tests

Check warning on line 330 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L328-L330

Added lines #L328 - L330 were not covered by tests

Check warning on line 422 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L415-L422

Added lines #L415 - L422 were not covered by tests

Check warning on line 446 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L441-L446

Added lines #L441 - L446 were not covered by tests

Check warning on line 501 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L495-L501

Added lines #L495 - L501 were not covered by tests

Check warning on line 511 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L503-L511

Added lines #L503 - L511 were not covered by tests

Check warning on line 537 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L529-L537

Added lines #L529 - L537 were not covered by tests

Check warning on line 610 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L608-L610

Added lines #L608 - L610 were not covered by tests

Check warning on line 617 in lykiadb-server/src/engine/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/interpreter.rs#L615-L617

Added lines #L615 - L617 were not covered by tests

Check warning on line 22 in lykiadb-server/src/engine/stdlib/fib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/stdlib/fib.rs#L17-L22

Added lines #L17 - L22 were not covered by tests

Check warning on line 21 in lykiadb-server/src/engine/stdlib/json.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/stdlib/json.rs#L16-L21

Added lines #L16 - L21 were not covered by tests

Check warning on line 33 in lykiadb-server/src/engine/stdlib/json.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/engine/stdlib/json.rs#L28-L33

Added lines #L28 - L33 were not covered by tests

Check warning on line 9 in lykiadb-server/src/plan/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/plan/mod.rs#L9

Added line #L9 was not covered by tests

Check warning on line 18 in lykiadb-server/src/plan/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/plan/mod.rs#L18

Added line #L18 was not covered by tests

Check warning on line 23 in lykiadb-server/src/plan/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

lykiadb-server/src/plan/mod.rs#L23

Added line #L23 was not covered by tests