Skip to content

Commit

Permalink
Update src/common/src/types/interval.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
st1page authored Sep 20, 2023
1 parent 215de37 commit bb1a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/types/interval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use crate::estimate_size::EstimateSize;
/// This internals is learned from PG:
/// <https://www.postgresql.org/docs/9.1/datatype-datetime.html#:~:text=field%20is%20negative.-,Internally,-interval%20values%20are>
#[derive(Debug, Clone, Copy, Default, EstimateSize)]
pub struct Interval {
pub struct Interval {
months: i32,
days: i32,
usecs: i64,
Expand Down

0 comments on commit bb1a457

Please sign in to comment.