Module literal

Source

Enumsยง

TimestampPrecision ๐Ÿ”’

Functionsยง

from_bytes ๐Ÿ”’
from_interval_day_sec ๐Ÿ”’
from_interval_year_month ๐Ÿ”’
from_substrait_literal ๐Ÿ”’
Convert a Substrait literal into a Value and its ConcreteDataType (So that we can know type even if the value is null)
from_substrait_type
convert a Substrait type into a ConcreteDataType
to_substrait_literal ๐Ÿ”’
TODO(discord9): this is copy from datafusion-substrait since the original function is not public, will be replace once is exported