Skip to main content

write_temporal_value

Function write_temporal_value 

Source
fn write_temporal_value(
    f: &mut Formatter<'_>,
    data_type: &DataType,
    v: i64,
) -> Result
Expand description

Writes the Debug representation of a single temporal value (converted to i64) of the given [DataType] to f