[][src]Struct polars::datatypes::Utf8Type

pub struct Utf8Type {}

Trait Implementations

impl ChunkExpandAtIndex<Utf8Type> for Utf8Chunked[src]

impl ChunkFilter<Utf8Type> for Utf8Chunked[src]

impl ChunkReverse<Utf8Type> for Utf8Chunked[src]

impl ChunkShift<Utf8Type> for Utf8Chunked[src]

impl ChunkShiftFill<Utf8Type, Option<&'_ str>> for Utf8Chunked[src]

impl ChunkSort<Utf8Type> for Utf8Chunked[src]

impl ChunkUnique<Utf8Type> for Utf8Chunked[src]

impl ChunkZip<Utf8Type> for Utf8Chunked[src]

impl ChunkedBuilder<Cow<'_, str>, Utf8Type> for Utf8ChunkedBuilderCow[src]

impl<S> NewChunkedArray<Utf8Type, S> for Utf8Chunked where
    S: AsRef<str>, 
[src]

pub fn new_from_iter(name: &str, it: impl Iterator<Item = S>) -> Self[src]

Create a new ChunkedArray from an iterator.

impl PolarsDataType for Utf8Type[src]

impl PolarsSingleType for Utf8Type[src]

impl ToDummies<Utf8Type> for Utf8Chunked[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> From<T> for T[src]

impl<T> FromCast<T> for T

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,