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

pub fn expand_wildcard(
    schema: &DFSchema,
    plan: &LogicalPlan
) -> Result<Vec<Expr>>
Expand description

Resolves an Expr::Wildcard to a collection of Expr::Column’s.