struct TimestampUnshredRowBuilder<'a, T: TimestampType> {
value: Option<&'a BinaryViewArray>,
typed_value: &'a PrimitiveArray<T>,
has_timezone: bool,
}
Expand description
Generic builder for timestamp types that handles timezone-aware conversion
Fields§
§value: Option<&'a BinaryViewArray>
§typed_value: &'a PrimitiveArray<T>
§has_timezone: bool
Implementations§
Source§impl<'a, T: TimestampType> TimestampUnshredRowBuilder<'a, T>
impl<'a, T: TimestampType> TimestampUnshredRowBuilder<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for TimestampUnshredRowBuilder<'a, T>
impl<'a, T> RefUnwindSafe for TimestampUnshredRowBuilder<'a, T>
impl<'a, T> Send for TimestampUnshredRowBuilder<'a, T>
impl<'a, T> Sync for TimestampUnshredRowBuilder<'a, T>
impl<'a, T> Unpin for TimestampUnshredRowBuilder<'a, T>
impl<'a, T> UnwindSafe for TimestampUnshredRowBuilder<'a, T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more