Skip to main content

cast_string_to_timestamp

Function cast_string_to_timestamp 

Source
pub(crate) fn cast_string_to_timestamp(
    string: &str,
    target_type: &DataType,
    timezone: Option<&Timezone>,
) -> Result<ScalarValue>