pub fn exprlist_len(
exprs: &[Expr],
schema: &DFSchemaRef,
wildcard_schema: Option<&DFSchemaRef>,
) -> Result<usize>
Expand description
Count the number of real fields. We should expand the wildcard expression to get the actual number.
pub fn exprlist_len(
exprs: &[Expr],
schema: &DFSchemaRef,
wildcard_schema: Option<&DFSchemaRef>,
) -> Result<usize>
Count the number of real fields. We should expand the wildcard expression to get the actual number.