Skip to content

Commit

Permalink
Add missing top-level struct
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 9, 2024
1 parent a7eaa70 commit e22ec6c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/source/format/CDataInterfaceStatistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,18 @@ Arrow map array that uses this schema.

Here is the outline of the schema for statistics::

column: int32,
values: map<
key: dictionary<
indices: int32,
dictionary: utf8
>,
items: dense_union<...all needed types...>,
struct<
column: int32,
values: map<
key: dictionary<
indices: int32,
dictionary: utf8
>,
items: dense_union<...all needed types...>,
>
>

Here is the details of top-level columns:
Here is the details of top-level ``struct``:

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

0 comments on commit e22ec6c

Please sign in to comment.