Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/row/row_encoder_internal.h
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
mapleFU and pitrou authored Sep 2, 2024
1 parent 8f3a8f6 commit 406e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/row/row_encoder_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ struct ARROW_EXPORT NullKeyEncoder : KeyEncoder {
/// String "abc" Would be encoded as:
/// [0 0 0 0 3 'a' 'b' 'c']
///
/// String null Would be encoded as:
/// Null string Would be encoded as:
/// [1 0 0 0 0]
///
/// # Row Encoding
Expand Down

0 comments on commit 406e177

Please sign in to comment.