Skip to content

Commit

Permalink
[DOCS] Add docs on to_arrow and as_arrow (Eventual-Inc#2965)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gazelka <[email protected]>
  • Loading branch information
2 people authored and sagiahrac committed Oct 7, 2024
1 parent bdc7b43 commit a495b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daft-core/src/array/ops/as_arrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::{
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 a495b4c

Please sign in to comment.