-
Hello THE CONTEXTI'm using ParquetSharp to create a lot of files (1M or 2M rows with groups of around 100K rows) I'm trying to make a "filter" feature
It works fine with types such as int double..., THE QUESTIONI do understand that we might ton want to always load a bunch of data into that statistics object that could take an unknown memory space...
Or if you have any idea to better implement what I'm trying to achieve it would of course be welcome :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
found My answer |
Beta Was this translation helpful? Give feedback.
found My answer
I just didn"t know how to wotk with IntPtr
Marshal.PtrToStringUTF8
did the trick