Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Dec 5, 2023
1 parent 5141b1d commit 965272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ impl ScalarValue {
ScalarValue::IntervalMonthDayNano(Some(val))
}

/// Returns a [`ScalarValue::Timestamp`] representing
/// Returns a [`ScalarValue`] representing
/// `value` and `tz_opt` timezone
pub fn new_timestamp<T: ArrowTimestampType>(
value: Option<i64>,
Expand Down

0 comments on commit 965272f

Please sign in to comment.