Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update src/scalar/union.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Leitao <[email protected]>
  • Loading branch information
ncpenke and jorgecarleitao authored Apr 30, 2022
1 parent a9ca398 commit 5b991f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scalar/union.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl UnionScalar {
}
}

/// Returns the values irrespectively of the validity.
/// Returns the inner value
#[inline]
pub fn value(&self) -> &Arc<dyn Scalar> {
&self.value
Expand Down

0 comments on commit 5b991f4

Please sign in to comment.