Skip to content

Commit

Permalink
Update src/daft-core/src/array/ops/as_arrow.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gazelka <[email protected]>
  • Loading branch information
samster25 and andrewgazelka authored Sep 27, 2024
1 parent 1140a72 commit 78d45a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daft-core/src/array/ops/as_arrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub trait AsArrow {
type Output;

/// Retrieve the underlying internal Arrow2 array.

/// This does not correct for the logical types and will just yield the physical type of the array.
/// For example, a TimestampArray will yield an arrow Int64Array rather than a arrow Timestamp Array.
/// To get a corrected arrow type, see `.to_arrow()`.
Expand Down

0 comments on commit 78d45a2

Please sign in to comment.