Skip to content

Commit

Permalink
MINOR: [Python] Add docs for missing type checking functions (#38119)
Browse files Browse the repository at this point in the history
### Rationale for this change

These appear to be missing and I only found them by accident! 

### What changes are included in this PR?

### Are these changes tested?

### Are there any user-facing changes?

Authored-by: Judah Rand <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
  • Loading branch information
judahrand authored Oct 24, 2023
1 parent c8c7485 commit 5b9f4b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/python/api/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ represents a given data type (such as ``int32``) or general category
is_float32
is_float64
is_decimal
is_decimal128
is_decimal256
is_list
is_large_list
is_fixed_size_list
is_struct
is_union
is_nested
Expand All @@ -156,6 +159,8 @@ represents a given data type (such as ``int32``) or general category
is_time
is_time32
is_time64
is_duration
is_interval
is_null
is_binary
is_unicode
Expand All @@ -166,3 +171,4 @@ represents a given data type (such as ``int32``) or general category
is_fixed_size_binary
is_map
is_dictionary
is_primitive

0 comments on commit 5b9f4b9

Please sign in to comment.