File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
datafusion/physical-expr-common/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ impl ArrowBytesViewSet {
100
100
/// This is a specialized HashMap with the following properties:
101
101
///
102
102
/// 1. Optimized for storing and emitting Arrow byte types (e.g.
103
- /// `StringViewArray` / `BinaryViewArray`) very efficiently by minimizing copying of
104
- /// the string values themselves, both when inserting and when emitting the
105
- /// final array.
103
+ /// `StringViewArray` / `BinaryViewArray`) very efficiently by minimizing copying of
104
+ /// the string values themselves, both when inserting and when emitting the
105
+ /// final array.
106
106
///
107
107
/// 2. Retains the insertion order of entries in the final array. The values are
108
- /// in the same order as they were inserted.
108
+ /// in the same order as they were inserted.
109
109
///
110
110
/// Note this structure can be used as a `HashSet` by specifying the value type
111
111
/// as `()`, as is done by [`ArrowBytesViewSet`].
You can’t perform that action at this time.
0 commit comments