Struct polars_time::chunkedarray::utf8::infer::DatetimeInfer
source · pub struct DatetimeInfer<T> {
pub logical_type: DataType,
/* private fields */
}
Fields§
§logical_type: DataType
Implementations§
source§impl<T: NativeType> DatetimeInfer<T>
impl<T: NativeType> DatetimeInfer<T>
Trait Implementations§
source§impl<T: Clone> Clone for DatetimeInfer<T>
impl<T: Clone> Clone for DatetimeInfer<T>
source§fn clone(&self) -> DatetimeInfer<T>
fn clone(&self) -> DatetimeInfer<T>
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 moresource§impl TryFrom<Pattern> for DatetimeInfer<i32>
Available on crate feature dtype-date
only.
impl TryFrom<Pattern> for DatetimeInfer<i32>
Available on crate feature
dtype-date
only.§type Error = PolarsError
type Error = PolarsError
The type returned in the event of a conversion error.
source§fn try_from(value: Pattern) -> PolarsResult<Self>
fn try_from(value: Pattern) -> PolarsResult<Self>
Performs the conversion.
source§impl TryFrom<Pattern> for DatetimeInfer<i64>
impl TryFrom<Pattern> for DatetimeInfer<i64>
§type Error = PolarsError
type Error = PolarsError
The type returned in the event of a conversion error.
source§fn try_from(value: Pattern) -> PolarsResult<Self>
fn try_from(value: Pattern) -> PolarsResult<Self>
Performs the conversion.