Function servers::postgres::types::to_timestamp_scalar_value

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