Skip to content

Commit

Permalink
Update datafusion/physical-expr-common/src/binary_view_map.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
XiangpengHao and alamb authored Jul 18, 2024
1 parent 24a8949 commit 1e1c368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/physical-expr-common/src/binary_view_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ impl ArrowBytesViewSet {
.insert_if_new(values, make_payload_fn, observe_payload_fn);
}

/// Converts this set into a `StringArray`/`LargeStringArray` or
/// `BinaryArray`/`LargeBinaryArray` containing each distinct value that
/// Converts this set into a `StringViewArray or
/// `BinaryViewArray` containing each distinct value that
/// was interned. This is done without copying the values.
pub fn into_state(self) -> ArrayRef {
self.0.into_state()
Expand Down

0 comments on commit 1e1c368

Please sign in to comment.