Skip to content

Commit b34c8f6

Browse files
mbrobbellidavidm
authored andcommitted
MINOR: [Docs] Add link to File.fbs in columnar format docs
Add link in Arrow Columnar Format docs to `File.fbs` file in the repository. The other FlatBuffers files (`Schema.fbs` and `Message.fbs`) are also linked. Closes apache#10313 from mbrobbel/docs Authored-by: Matthijs Brobbel <m1brobbel@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
1 parent 00a5152 commit b34c8f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/format/Columnar.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ the stream format. At the end of the file, we write a *footer*
10181018
containing a redundant copy of the schema (which is a part of the
10191019
streaming format) plus memory offsets and sizes for each of the data
10201020
blocks in the file. This enables random access any record batch in the
1021-
file. See ``File.fbs`` for the precise details of the file footer.
1021+
file. See `File.fbs`_ for the precise details of the file footer.
10221022

10231023
Schematically we have: ::
10241024

@@ -1208,6 +1208,7 @@ the Arrow spec.
12081208
.. _Flatbuffers protocol definition files: https://github.com/apache/arrow/tree/master/format
12091209
.. _Schema.fbs: https://github.com/apache/arrow/blob/master/format/Schema.fbs
12101210
.. _Message.fbs: https://github.com/apache/arrow/blob/master/format/Message.fbs
1211+
.. _File.fbs: https://github.com/apache/arrow/blob/master/format/File.fbs
12111212
.. _least-significant bit (LSB) numbering: https://en.wikipedia.org/wiki/Bit_numbering
12121213
.. _Intel performance guide: https://software.intel.com/en-us/articles/practical-intel-avx-optimization-on-2nd-generation-intel-core-processors
12131214
.. _Endianness: https://en.wikipedia.org/wiki/Endianness

0 commit comments

Comments
 (0)