[−][src]Struct arrow::datatypes::BooleanType
Trait Implementations
impl BufferBuilderTrait<BooleanType> for BufferBuilder<BooleanType>[src]
impl BufferBuilderTrait<BooleanType> for BufferBuilder<BooleanType>fn new(capacity: usize) -> Self[src]
fn new(capacity: usize) -> SelfCreates a builder with a fixed initial capacity.
fn advance(&mut self, i: usize) -> Result<()>[src]
fn advance(&mut self, i: usize) -> Result<()>fn push(&mut self, v: bool) -> Result<()>[src]
fn push(&mut self, v: bool) -> Result<()>Pushes a value into the builder, growing the internal buffer as needed.
fn push_slice(&mut self, slice: &[bool]) -> Result<()>[src]
fn push_slice(&mut self, slice: &[bool]) -> Result<()>Pushes a slice of type T, growing the internal buffer as needed.
fn reserve(&mut self, n: usize) -> Result<()>[src]
fn reserve(&mut self, n: usize) -> Result<()>Reserves memory for n elements of type T.
fn finish(self) -> Buffer[src]
fn finish(self) -> BufferConsumes this and returns an immutable Buffer.
fn len(&self) -> usize[src]
fn len(&self) -> usizefn capacity(&self) -> usize[src]
fn capacity(&self) -> usizeimpl ArrowPrimitiveType for BooleanType[src]
impl ArrowPrimitiveType for BooleanTypetype Native = bool
Corresponding Rust native type for the primitive type.
fn get_data_type() -> DataType[src]
fn get_data_type() -> DataTypefn get_bit_width() -> usize[src]
fn get_bit_width() -> usizeAuto Trait Implementations
impl Send for BooleanType
impl Send for BooleanTypeimpl Sync for BooleanType
impl Sync for BooleanTypeBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId