Skip to content

Commit

Permalink
Lazy array display (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Feb 1, 2023
1 parent dd16811 commit 09e620b
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 317 deletions.
2 changes: 1 addition & 1 deletion arrow-array/src/array/primitive_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ impl<T: ArrowPrimitiveType> From<ArrayData> for PrimitiveArray<T> {
}
}

impl<T: DecimalType + ArrowPrimitiveType> PrimitiveArray<T> {
impl<T: DecimalType> PrimitiveArray<T> {
/// Returns a Decimal array with the same data as self, with the
/// specified precision and scale.
///
Expand Down
Loading

0 comments on commit 09e620b

Please sign in to comment.