Function parse_partition_by_exprs

Source
pub fn parse_partition_by_exprs(
    expr: String,
) -> Result<Vec<(String, Transform)>, Error>