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

Function exprlist_len

Source
pub fn exprlist_len(
    exprs: &[Expr],
    schema: &Arc<DFSchema>,
    wildcard_schema: Option<&Arc<DFSchema>>,
) -> Result<usize, DataFusionError>
Expand description

Count the number of real fields. We should expand the wildcard expression to get the actual number.