pub struct Row<R>(pub Time, pub R);Tuple Fields§
§0: Time§1: RTrait Implementations§
Source§impl<R> NamedRowFormat for Row<R>where
R: NamedRowFormat,
impl<R> NamedRowFormat for Row<R>where
R: NamedRowFormat,
Source§impl<R> Ord for Row<R>where
R: Ord,
impl<R> Ord for Row<R>where
R: Ord,
Source§impl<R> PartialOrd for Row<R>where
R: PartialOrd,
impl<R> PartialOrd for Row<R>where
R: PartialOrd,
Source§impl<R> RowBatchBuilder<Row<R>> for RowBuilder<<R as RowFormat>::Builder>where
R: RowFormat,
impl<R> RowBatchBuilder<Row<R>> for RowBuilder<<R as RowFormat>::Builder>where
R: RowFormat,
Source§impl<R> RowFormat for Row<R>where
R: RowFormat,
impl<R> RowFormat for Row<R>where
R: RowFormat,
const COLUMNS: usize
type Builder = RowBuilder<<R as RowFormat>::Builder>
type View = RowView<R>
fn builder( fields: &[Arc<Field>], ) -> Result<<Row<R> as RowFormat>::Builder, Error>
fn view( rows: usize, fields: &[Arc<Field>], arrays: &[Arc<dyn Array>], ) -> Result<<Row<R> as RowFormat>::View, Error>
Source§impl<R> RowFormatView<Row<R>> for RowView<R>where
R: RowFormat,
impl<R> RowFormatView<Row<R>> for RowView<R>where
R: RowFormat,
impl<R> Copy for Row<R>where
R: Copy,
impl<R> Eq for Row<R>where
R: Eq,
impl<R> StructuralPartialEq for Row<R>
Auto Trait Implementations§
impl<R> Freeze for Row<R>where
R: Freeze,
impl<R> RefUnwindSafe for Row<R>where
R: RefUnwindSafe,
impl<R> Send for Row<R>where
R: Send,
impl<R> Sync for Row<R>where
R: Sync,
impl<R> Unpin for Row<R>where
R: Unpin,
impl<R> UnwindSafe for Row<R>where
R: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request