fn extract_timestamp(
map: &OptionMap,
key: &str,
query_ctx: &QueryContextRef,
) -> Result<Option<Timestamp>>
Expand description
Extracts timestamp from a HashMap<String, String> with given key.
fn extract_timestamp(
map: &OptionMap,
key: &str,
query_ctx: &QueryContextRef,
) -> Result<Option<Timestamp>>
Extracts timestamp from a HashMap<String, String> with given key.