Struct polars_core::chunked_array::object::ObjectArray [−][src]
This is supported on crate feature
object only.Implementations
Trait Implementations
impl<T> Array for ObjectArray<T> where
T: Any + Debug + Clone + Send + Sync, [src]
impl<T> Array for ObjectArray<T> where
T: Any + Debug + Clone + Send + Sync, [src]fn as_any(&self) -> &dyn Any[src]
fn data(&self) -> &ArrayData[src]
fn data_ref(&self) -> &ArrayData[src]
fn data_type(&self) -> &ArrowDataType[src]
fn slice(&self, offset: usize, length: usize) -> ArrayRef[src]
fn len(&self) -> usize[src]
fn is_empty(&self) -> bool[src]
fn offset(&self) -> usize[src]
fn is_null(&self, index: usize) -> bool[src]
fn is_valid(&self, index: usize) -> bool[src]
fn null_count(&self) -> usize[src]
fn get_buffer_memory_size(&self) -> usize[src]
fn get_array_memory_size(&self) -> usize[src]
pub fn to_raw(
&self
) -> Result<(*const FFI_ArrowArray, *const FFI_ArrowSchema), ArrowError>[src]
&self
) -> Result<(*const FFI_ArrowArray, *const FFI_ArrowSchema), ArrowError>
impl<T: Clone> Clone for ObjectArray<T> where
T: Any + Debug + Clone + Send + Sync, [src]
impl<T: Clone> Clone for ObjectArray<T> where
T: Any + Debug + Clone + Send + Sync, [src]fn clone(&self) -> ObjectArray<T>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for ObjectArray<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for ObjectArray<T> where
T: RefUnwindSafe, impl<T> Send for ObjectArray<T>
impl<T> Send for ObjectArray<T>impl<T> Sync for ObjectArray<T>
impl<T> Sync for ObjectArray<T>impl<T> Unpin for ObjectArray<T>
impl<T> Unpin for ObjectArray<T>impl<T> UnwindSafe for ObjectArray<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for ObjectArray<T> where
T: RefUnwindSafe, Blanket Implementations
impl<T, U> Cast<U> for T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
U: FromCast<T>, pub fn cast(self) -> U
impl<T> FromCast<T> for T
impl<T> FromCast<T> for Tpub fn from_cast(t: T) -> T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,