Which part is this question about
parquet's api.
Describe your question
How to do concurrent read/decoding over columns? The similar code can be found in polars
I found the build_array_reader function, but I can't construct a ParquetField, which is the input param of this function.
Additional context