schema_name_from_exprs_comma_separated_without_space

Function schema_name_from_exprs_comma_separated_without_space 

Source
pub(crate) fn schema_name_from_exprs_comma_separated_without_space(
    exprs: &[Expr],
) -> Result<String, Error>
Expand description

Get schema_name for Vector of expressions

Internal usage. Please call schema_name_from_exprs instead