pub enum ComponentKind {
Array,
Layout,
DType,
Aggregate,
}Expand description
The kind of member an edition membership covers.
Ids are unique per kind, not globally: a layout named vortex.flat and an array named
vortex.flat are different members. Every membership records its kind, and the writer
resolves one kind at a time, so the set restricting written arrays never restricts
written layouts. Further kinds (scalar functions, say) can be added the same way.
Variants§
Array
A serialized array representation, e.g. vortex.alp, registered in the session’s array
registry.
Layout
A layout encoding, e.g. vortex.flat, registered in the session’s layout registry.
DType
An extension dtype, e.g. vortex.timestamp, registered in the session’s dtype registry.
Aggregate
An aggregate function, e.g. vortex.min, written into zone maps and registered in
the session’s aggregate function registry.
Trait Implementations§
Source§impl Clone for ComponentKind
impl Clone for ComponentKind
Source§fn clone(&self) -> ComponentKind
fn clone(&self) -> ComponentKind
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for ComponentKind
Source§impl Debug for ComponentKind
impl Debug for ComponentKind
Source§impl Display for ComponentKind
impl Display for ComponentKind
impl Eq for ComponentKind
Source§impl Hash for ComponentKind
impl Hash for ComponentKind
Source§impl Ord for ComponentKind
impl Ord for ComponentKind
Source§fn cmp(&self, other: &ComponentKind) -> Ordering
fn cmp(&self, other: &ComponentKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for ComponentKind
impl PartialEq for ComponentKind
Source§impl PartialOrd for ComponentKind
impl PartialOrd for ComponentKind
impl StructuralPartialEq for ComponentKind
Auto Trait Implementations§
impl Freeze for ComponentKind
impl RefUnwindSafe for ComponentKind
impl Send for ComponentKind
impl Sync for ComponentKind
impl Unpin for ComponentKind
impl UnsafeUnpin for ComponentKind
impl UnwindSafe for ComponentKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.