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

Support table function #138

Merged
merged 14 commits into from
Mar 17, 2023
Merged

Support table function #138

merged 14 commits into from
Mar 17, 2023

Conversation

wangfenjin
Copy link
Collaborator

@wangfenjin wangfenjin commented Mar 17, 2023

  • Support table function
  • and impl excel as an example

close #102

Change-Id: I0f51ba2ba0de2d0195d4736feea8ea2d76492166
Change-Id: I95981c1a37264a87bc43ed2c96b3ddb13d36f8e7
Change-Id: Id55d4df2362a5e9614df0018bbade9f556828e81
Change-Id: I465048afcba7e8a177a428002bfdcfaffc255648
Change-Id: I3138b7dcc60f05f75251f8c32adf7fb5f1230a75
Change-Id: If7292f0a3965d052aab84dd1093cd6f39da7849e
@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Merging #138 (b0e95cf) into main (d231b27) will decrease coverage by 0.73%.
The diff coverage is 54.91%.

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   59.41%   58.68%   -0.73%     
==========================================
  Files          26       33       +7     
  Lines        1481     1847     +366     
==========================================
+ Hits          880     1084     +204     
- Misses        601      763     +162     
Impacted Files Coverage Δ
src/lib.rs 77.08% <0.00%> (+2.34%) ⬆️
src/vtab/logical_type.rs 20.28% <20.28%> (ø)
src/vtab/vector.rs 26.56% <26.56%> (ø)
src/vtab/function.rs 55.07% <55.07%> (ø)
src/vtab/data_chunk.rs 65.21% <65.21%> (ø)
src/vtab/value.rs 80.00% <80.00%> (ø)
src/vtab/mod.rs 82.97% <82.97%> (ø)
src/vtab/excel.rs 84.33% <84.33%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Change-Id: I146e67dcc745070b83dcd668edddec2fa687ea24
Change-Id: I1633861e71ee40f57cd925a7a3cca535a6168db2
Change-Id: I396bcb0ddf1a31a3c01e44314b1853322554810c
Change-Id: I353dfdaf876d84a51d51090365ee1fe8e4aa7135
Change-Id: I44ca4dc59d9727a3e33532c2336549bea0f3de56
Change-Id: Id407e9001a965e212b3d595c330b9a24433f61da
Change-Id: I0715c8c592800045934ff95255786a64526b076d
Change-Id: I258fbd5e31f52cad8986bf731574de0a7e614d89
@wangfenjin wangfenjin merged commit de21ea1 into main Mar 17, 2023
@wangfenjin wangfenjin deleted the vtab2 branch March 17, 2023 23:59
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.

How to register table function?
1 participant