Struct arrow2::scalar::FixedSizeListScalar
source · pub struct FixedSizeListScalar { /* private fields */ }
Expand description
The scalar equivalent of FixedSizeListArray
. Like FixedSizeListArray
, this struct holds a dynamically-typed
Array
. The only difference is that this has only one element.
Implementations§
Trait Implementations§
source§impl Clone for FixedSizeListScalar
impl Clone for FixedSizeListScalar
source§fn clone(&self) -> FixedSizeListScalar
fn clone(&self) -> FixedSizeListScalar
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