Hello,
I'm new to Delta. I saw that Delta-rs supports ZOrdering, but I'm unsure if queries made using Delta-rs perform any data skipping with their queries. I have a similar question about Delta Standalone. Standalone does not provide a way to organize table data using z-ordering, but when it reads data that has been been organized with z-ordering, will it utilize resulting opportunities for data skipping?
Sorry if I missed this in the docs of either project. I couldn't find anything about data skipping in connection to either one.
Thanks!