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

Function collect_subquery_cols

Source
pub fn collect_subquery_cols(
    exprs: &[Expr],
    subquery_schema: &DFSchema,
) -> Result<BTreeSet<Column>>
Expand description

Determine the set of Columns produced by the subquery.