flow::transform::literal

Function from_substrait_literal

Source
pub(crate) fn from_substrait_literal(
    lit: &Literal,
) -> Result<(Value, ConcreteDataType), Error>
Expand description

Convert a Substrait literal into a Value and its ConcreteDataType (So that we can know type even if the value is null)