Skip to content

Commit

Permalink
Add ARROW:null_count:{exact,approximate}
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 30, 2024
1 parent 354bcb2 commit 115a9b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/format/CDataInterfaceStatistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ Here are pre-defined statistics keys:
* - ``ARROW:min_value:approximate``
- Target dependent
- The minimum value in the target. (approximate)
* - ``ARROW:null_count:exact``
- ``int64``
- The number of nulls in the target. (exact)
* - ``ARROW:null_count:approximate``
- ``float64``
- The number of nulls in the target. (approximate)
* - ``ARROW:row_count:exact``
- ``int64``
- The number of rows in the target table or record batch. (exact)
Expand Down

0 comments on commit 115a9b9

Please sign in to comment.