Struct arrow2::scalar::DictionaryScalar
source · pub struct DictionaryScalar<K: DictionaryKey> { /* private fields */ }
Expand description
The DictionaryArray
equivalent of Array
for Scalar
.
Implementations§
source§impl<K: DictionaryKey> DictionaryScalar<K>
impl<K: DictionaryKey> DictionaryScalar<K>
Trait Implementations§
source§impl<K: Clone + DictionaryKey> Clone for DictionaryScalar<K>
impl<K: Clone + DictionaryKey> Clone for DictionaryScalar<K>
source§fn clone(&self) -> DictionaryScalar<K>
fn clone(&self) -> DictionaryScalar<K>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more