pub(crate) fn from_substrait_literal( lit: &Literal, ) -> Result<(Value, ConcreteDataType), Error>
Convert a Substrait literal into a Value and its ConcreteDataType (So that we can know type even if the value is null)