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
cast_subquery in datafusion_expr::expr_schema - Rust
[go: Go Back, main page]

Function datafusion_expr::expr_schema::cast_subquery

source ยท
pub fn cast_subquery(
    subquery: Subquery,
    cast_to_type: &DataType
) -> Result<Subquery>
Expand description

cast subquery in InSubquery/ScalarSubquery to a given type.