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

Function expand_wildcard

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

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