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

Provide framework for generic lazily evaluated operation results #1350

Draft
wants to merge 84 commits into
base: master
Choose a base branch
from

Add tests for ExportQueryExecutionTrees

e5ceacc
Select commit
Loading
Failed to load commit list.
Draft

Provide framework for generic lazily evaluated operation results #1350

Add tests for ExportQueryExecutionTrees
e5ceacc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 30, 2024 in 0s

73.56% of diff hit (target 89.00%)

View this Pull Request on Codecov

73.56% of diff hit (target 89.00%)

Annotations

Check warning on line 128 in src/engine/IndexScan.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/IndexScan.cpp#L127-L128

Added lines #L127 - L128 were not covered by tests

Check warning on line 135 in src/engine/IndexScan.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/IndexScan.cpp#L130-L135

Added lines #L130 - L135 were not covered by tests

Check warning on line 139 in src/engine/IndexScan.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/IndexScan.cpp#L137-L139

Added lines #L137 - L139 were not covered by tests

Check warning on line 146 in src/engine/IndexScan.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/IndexScan.cpp#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 187 in src/engine/Operation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Operation.cpp#L187

Added line #L187 was not covered by tests

Check warning on line 193 in src/engine/Operation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Operation.cpp#L189-L193

Added lines #L189 - L193 were not covered by tests

Check warning on line 202 in src/engine/Operation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Operation.cpp#L197-L202

Added lines #L197 - L202 were not covered by tests

Check warning on line 206 in src/engine/Operation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Operation.cpp#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 251 in src/engine/Operation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Operation.cpp#L251

Added line #L251 was not covered by tests

Check warning on line 255 in src/engine/Operation.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Operation.cpp#L253-L255

Added lines #L253 - L255 were not covered by tests

Check warning on line 141 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 151 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L149-L151

Added lines #L149 - L151 were not covered by tests

Check warning on line 158 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L157-L158

Added lines #L157 - L158 were not covered by tests

Check warning on line 165 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L164-L165

Added lines #L164 - L165 were not covered by tests

Check warning on line 180 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L177-L180

Added lines #L177 - L180 were not covered by tests

Check warning on line 191 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L182-L191

Added lines #L182 - L191 were not covered by tests

Check warning on line 244 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L243-L244

Added lines #L243 - L244 were not covered by tests

Check warning on line 261 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L260-L261

Added lines #L260 - L261 were not covered by tests

Check warning on line 280 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L279-L280

Added lines #L279 - L280 were not covered by tests

Check warning on line 322 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L314-L322

Added lines #L314 - L322 were not covered by tests

Check warning on line 325 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L324-L325

Added lines #L324 - L325 were not covered by tests

Check warning on line 338 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L327-L338

Added lines #L327 - L338 were not covered by tests

Check warning on line 349 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L343-L349

Added lines #L343 - L349 were not covered by tests

Check warning on line 355 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L351-L355

Added lines #L351 - L355 were not covered by tests

Check warning on line 361 in src/engine/Result.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Result.cpp#L358-L361

Added lines #L358 - L361 were not covered by tests