feat(type): add support for double precision by crwen · Pull Request #153 · KipData/KiteSQL
What problem does this PR solve?
Add support for double precision LogicalType. This is the same to double or float(8)
Issue link: #130
What is changed and how it works?
Code changes
- Has Rust code change
- Has CI related scripts change
Check List
Tests
- Unit test
- Integration test
- Manual test (add detailed scripts or steps below)
- No code
Side effects
- Performance regression: Consumes more CPU
- Performance regression: Consumes more Memory
- Breaking backward compatibility