Struct polars_plan::dsl::SpecialEq
source · pub struct SpecialEq<T>(_);
Expand description
Wrapper type that has special equality properties depending on the inner type specialization
Implementations§
source§impl SpecialEq<Arc<dyn FunctionOutputField + 'static>>
impl SpecialEq<Arc<dyn FunctionOutputField + 'static>>
pub fn same_type() -> Self
pub fn from_type(dt: DataType) -> Self
pub fn map_field<F: 'static + Fn(&Field) -> Field + Send + Sync>(f: F) -> Self
pub fn map_fields<F: 'static + Fn(&[Field]) -> Field + Send + Sync>(
f: F
) -> Self
pub fn map_dtype<F: 'static + Fn(&DataType) -> DataType + Send + Sync>(
f: F
) -> Self
pub fn super_type() -> Self
pub fn map_dtypes<F>(f: F) -> Selfwhere
F: 'static + Fn(&[&DataType]) -> DataType + Send + Sync,
Trait Implementations§
source§impl From<FunctionExpr> for SpecialEq<Arc<dyn SeriesUdf>>
impl From<FunctionExpr> for SpecialEq<Arc<dyn SeriesUdf>>
source§fn from(func: FunctionExpr) -> Self
fn from(func: FunctionExpr) -> Self
Converts to this type from the input type.