package lance.encodings_datafusion

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ZoneMaps

encodings-df.proto:17

ZoneMaps are a way to wrap any leaf array with a set of zone maps that can be used to apply pushdown filtering. A "zone map" is the min/max/null_count of a set of rows. This can be used to quickly filter out zones which are not included in simple predicates like 'x = 5' or 'x > 10'.