We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592129a commit 9eaeb6bCopy full SHA for 9eaeb6b
arrow-cast/src/cast/string.rs
@@ -88,7 +88,7 @@ pub(crate) fn cast_string_to_timestamp<O: OffsetSizeTrait, T: ArrowTimestampType
88
Ok(Arc::new(out.with_timezone_opt(to_tz.clone())))
89
}
90
91
-pub(crate) fn cast_string_to_timestamp_impl<
+fn cast_string_to_timestamp_impl<
92
O: OffsetSizeTrait,
93
T: ArrowTimestampType,
94
Tz: TimeZone,
0 commit comments