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

Function expand_qualified_wildcard

Source
pub fn expand_qualified_wildcard(
    qualifier: &TableReference,
    schema: &DFSchema,
    wildcard_options: Option<&WildcardOptions>,
) -> Result<Vec<Expr>>
Expand description

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