[−][src]Struct parquet::record::Row
Row represents a nested Parquet record.
Methods
impl Row[src]
impl RowTrait Implementations
impl RowAccessor for Row[src]
impl RowAccessor for Rowfn get_bool(&self, i: usize) -> Result<bool>[src]
fn get_bool(&self, i: usize) -> Result<bool>fn get_byte(&self, i: usize) -> Result<i8>[src]
fn get_byte(&self, i: usize) -> Result<i8>fn get_short(&self, i: usize) -> Result<i16>[src]
fn get_short(&self, i: usize) -> Result<i16>fn get_int(&self, i: usize) -> Result<i32>[src]
fn get_int(&self, i: usize) -> Result<i32>fn get_long(&self, i: usize) -> Result<i64>[src]
fn get_long(&self, i: usize) -> Result<i64>fn get_ubyte(&self, i: usize) -> Result<u8>[src]
fn get_ubyte(&self, i: usize) -> Result<u8>fn get_ushort(&self, i: usize) -> Result<u16>[src]
fn get_ushort(&self, i: usize) -> Result<u16>fn get_uint(&self, i: usize) -> Result<u32>[src]
fn get_uint(&self, i: usize) -> Result<u32>fn get_ulong(&self, i: usize) -> Result<u64>[src]
fn get_ulong(&self, i: usize) -> Result<u64>fn get_float(&self, i: usize) -> Result<f32>[src]
fn get_float(&self, i: usize) -> Result<f32>fn get_double(&self, i: usize) -> Result<f64>[src]
fn get_double(&self, i: usize) -> Result<f64>fn get_timestamp(&self, i: usize) -> Result<u64>[src]
fn get_timestamp(&self, i: usize) -> Result<u64>fn get_decimal(&self, i: usize) -> Result<&Decimal>[src]
fn get_decimal(&self, i: usize) -> Result<&Decimal>fn get_string(&self, i: usize) -> Result<&String>[src]
fn get_string(&self, i: usize) -> Result<&String>fn get_bytes(&self, i: usize) -> Result<&ByteArray>[src]
fn get_bytes(&self, i: usize) -> Result<&ByteArray>fn get_group(&self, i: usize) -> Result<&Row>[src]
fn get_group(&self, i: usize) -> Result<&Row>fn get_list(&self, i: usize) -> Result<&List>[src]
fn get_list(&self, i: usize) -> Result<&List>fn get_map(&self, i: usize) -> Result<&Map>[src]
fn get_map(&self, i: usize) -> Result<&Map>impl PartialEq<Row> for Row[src]
impl PartialEq<Row> for Rowimpl Clone for Row[src]
impl Clone for Rowfn clone(&self) -> Row[src]
fn clone(&self) -> Rowfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for Row[src]
impl Display for Rowimpl Debug for Row[src]
impl Debug for RowAuto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<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> 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) -> TypeIdimpl<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> 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<E> SpecializationError for E[src]
impl<E> SpecializationError for Eimpl<T> Erased for T[src]
impl<T> Erased for Timpl<T> Send for T where
T: ?Sized, [src]
impl<T> Send for T where
T: ?Sized, impl<T> Sync for T where
T: ?Sized, [src]
impl<T> Sync for T where
T: ?Sized, impl<T> Erased for T
impl<T> Erased for Timpl<T, U> TryInto for T where
U: TryFrom<T>,
impl<T, U> TryInto for T where
U: TryFrom<T>,