Skip to main content

with_flat_lists

Function with_flat_lists 

Source
pub fn with_flat_lists<T>(on: bool, f: impl FnOnce() -> T) -> T
Expand description

Run f with flat (columnar-free) list encoding forced on/off, restoring the prior value.