Skip to content

Commit

Permalink
Use "statistics" not "values"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 30, 2024
1 parent 115a9b9 commit 9087113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/format/CDataInterfaceStatistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Here is the outline of the schema for statistics::

struct<
column: int32,
values: map<
statistics: map<
key: dictionary<
indices: int32,
dictionary: utf8
Expand All @@ -108,13 +108,13 @@ Here is the details of top-level ``struct``:
- ``true``
- The zero-based column index, or null if the statistics
describe the whole table or record batch.
* - ``values``
* - ``statistics``
- ``map``
- ``false``
- Statistics for the target column, table or record batch. See
the separate table below for details.

Here is the details of the ``map`` of the ``values``:
Here is the details of the ``map`` of the ``statistics``:

.. list-table::
:header-rows: 1
Expand Down

0 comments on commit 9087113

Please sign in to comment.