Eamon Hetherton
Eamon Hetherton
when adding functions to the FunctionRegistry, it generates excessive strings when they are already lower case. This avoids that.
### Is there an existing issue for this? - [X] I have searched both open/closed issues, no issue already exists. ### CefSharp Version 126.2.70 ### Operating System Windows 11 ###...
### Issue description My reading of the [Parquet format ](https://parquet.apache.org/docs/file-format/data-pages/encodings/#:~:text=Boolean%20values%20in%20data%20pages%2C%20as%20an%20alternative%20to%20PLAIN%20encoding) suggests to me that it is allowable to use Run Length Encoding / Bit-Packing Hybrid (RLE = 3) encoding for...
### Issue description Currently only string columns are considered for dictionary encoding. A lot of the data that I work with has very high repetition in other data typed columns...