We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b8886 commit a2d84b5Copy full SHA for a2d84b5
arrow-cast/src/cast/mod.rs
@@ -694,7 +694,7 @@ fn timestamp_to_date32<T: ArrowTimestampType>(
694
/// assert_eq!(2_000_018_000, d.value(1)); // value has not been adjusted
695
/// // NOTE: the timestamp is adjusted (08:33:20 instead of 03:33:20 as in previous example)
696
/// assert_eq!("2033-05-18T08:33:20", display::array_value_to_string(&d, 1).unwrap());
697
-/// ```text
+/// ```
698
pub fn cast_with_options(
699
array: &dyn Array,
700
to_type: &DataType,
0 commit comments