[][src]Type Definition arrow::array::BooleanArray

type BooleanArray = PrimitiveArray<BooleanType>;

Trait Implementations

impl ArrayEqual for BooleanArray[src]

impl From<Vec<Option<bool>>> for BooleanArray[src]

impl From<Vec<bool>> for BooleanArray[src]

Constructs a boolean array from a vector. Should only be used for testing.

impl PartialEq<PrimitiveArray<BooleanType>> for BooleanArray[src]