Skip to content

Commit

Permalink
Update cpp/src/arrow/type_traits.h
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
rtpsw and pitrou authored Aug 9, 2022
1 parent 102b27e commit 55c4849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/type_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ static inline bool is_dictionary(Type::type type_id) {

/// \brief Check for a fixed-size-binary type
///
/// This predicate also matches decimals.
/// \param[in] type_id the type-id to check
/// \return whether type-id is a fixed-size-binary type one
static inline bool is_fixed_size_binary(Type::type type_id) {
Expand Down

0 comments on commit 55c4849

Please sign in to comment.