Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There are several missing Rust type response functions for extracting the Rust value from the Arrow ScalarValue. That should be extended to include datetime, unsigned ints, bool, and others.
Describe the solution you'd like
Add more functions for extracting the Rust value from the Arrow ScalarValue in literal.rs
Describe alternatives you've considered
None
Additional context
None