heavyai / heavyai.jl

Julia client for OmniSci GPU-accelerated SQL engine and analytics platform
https://omnisci.github.io/OmniSci.jl/latest/
Other
21 stars 9 forks source link

Implement/test columnar geospatial #75

Closed randyzwitch closed 4 years ago

randyzwitch commented 4 years ago

Implement TColumn for geospatial types, so that data can be loaded using load_table_binary_columnar

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will decrease coverage by 0.1%. The diff coverage is 91.6%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #75     +/-   ##
========================================
- Coverage    23.9%   23.8%   -0.2%     
========================================
  Files          11      11             
  Lines        2561    2557      -4     
========================================
- Hits          614     609      -5     
- Misses       1947    1948      +1
Impacted Files Coverage Δ
src/constructors.jl 95.3% <91.6%> (-1.1%) :arrow_down:

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 2c85bd2...cc34fca. Read the comment docs.

randyzwitch commented 4 years ago

Work towards #41