Commits


Renjie Liu authored and Sutou Kouhei committed a49ae6086f7
ARROW-5792: [Rust] Add TypeVisitor for parquet type. This trait is helpful when dealing with parquet type. Author: Renjie Liu <liurenjie2008@gmail.com> Closes #4766 from liurenjie1024/arrow-5792 and squashes the following commits: 02d59a5f <Renjie Liu> Fix build failure 908f1ec1 <Renjie Liu> Add TypeVisitor.