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

use arrow to query data #8

Merged
merged 7 commits into from
Jul 25, 2021
Merged

use arrow to query data #8

merged 7 commits into from
Jul 25, 2021

Conversation

wangfenjin
Copy link
Collaborator

Change-Id: I0a462b3c6f83f7bf1ca8f21bf651ba437229e740

Change-Id: I0a462b3c6f83f7bf1ca8f21bf651ba437229e740
@codecov
Copy link

codecov bot commented Jul 25, 2021

Codecov Report

Merging #8 (103e597) into main (52a5e26) will decrease coverage by 2.27%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
- Coverage   67.04%   64.76%   -2.28%     
==========================================
  Files          22       22              
  Lines        1784     1910     +126     
==========================================
+ Hits         1196     1237      +41     
- Misses        588      673      +85     
Impacted Files Coverage Δ
libduckdb-sys/build.rs 0.00% <ø> (ø)
src/types/value.rs 3.77% <0.00%> (-0.40%) ⬇️
src/types/value_ref.rs 37.66% <0.00%> (-9.12%) ⬇️
src/types/mod.rs 74.46% <28.57%> (-4.19%) ⬇️
src/row.rs 59.82% <36.69%> (-19.86%) ⬇️
src/statement.rs 89.23% <62.50%> (+3.07%) ⬆️
src/raw_statement.rs 63.52% <72.91%> (+7.38%) ⬆️
src/error.rs 22.00% <90.00%> (+7.22%) ⬆️
src/column.rs 61.22% <100.00%> (-2.57%) ⬇️
src/inner_connection.rs 72.54% <100.00%> (+0.85%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 52a5e26...103e597. Read the comment docs.

Change-Id: I16955cf8302c78e868249db2714799d616507e6a
Change-Id: I0c37b28633452ffd0584943465694a09bb9afed5
Change-Id: I702bf6e50716ae1ecb296042f348b5a6a186959f
test_insert_duplicate may still fail...

Change-Id: I7485a331ec2d428ec3cd735ce116a9b40ac55b68
Change-Id: I63331be4b2be4693a8872f47bed683469e5b3236
Change-Id: I2ff3c32f9c410f39503fb06fb9cb65133910c5c6
@wangfenjin wangfenjin merged commit 2a50047 into main Jul 25, 2021
@wangfenjin wangfenjin deleted the arrow-query branch July 25, 2021 18:13
@wangfenjin wangfenjin linked an issue Jul 26, 2021 that may be closed by this pull request
3 tasks
@wangfenjin wangfenjin mentioned this pull request Jul 26, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support apache arrow
1 participant