The Parquet.Net
specification says I can read and write in RLE_DICTIONARY
encoding. I am trying to read the docs of Parquet.Net
and the github repo code, but how do I write my DataTable to use this encoding?
The demo I am basing this off of is found here: