Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::physical_plan::expressions::cast - Rust
[go: Go Back, main page]

[][src]Function datafusion::physical_plan::expressions::cast

pub fn cast(
    expr: Arc<dyn PhysicalExpr>,
    input_schema: &Schema,
    cast_type: DataType
) -> Result<Arc<dyn PhysicalExpr>>

Returns a cast operation, if casting needed.