pub type BooleanChunked = ChunkedArray<BooleanType>;
pub struct BooleanChunked { /* private fields */ }