servers::postgres::types

Function to_timestamp_scalar_value

source
fn to_timestamp_scalar_value<T>(
    data: Option<T>,
    unit: &TimestampType,
    ctype: &ConcreteDataType,
) -> PgWireResult<ScalarValue>
where T: Into<i64>,