Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Aug 7, 2024
1 parent 5aa0701 commit cf43e18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vortex-array/src/array/datetime/temporal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ impl TemporalArray {
}
}

impl ArrayEncodingRef for TemporalArray {
fn encoding(&self) -> EncodingRef {
self.ext.encoding()
}
}

impl From<TemporalArray> for ArrayData {
fn from(value: TemporalArray) -> Self {
value.ext.into()
Expand Down

0 comments on commit cf43e18

Please sign in to comment.