You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2022/10/05 00:37:45 UTC

[arrow-site] branch asf-site updated: Updating dev docs (build nightly-tests-2022-10-04-0)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2303d2b8d2 Updating dev docs (build nightly-tests-2022-10-04-0)
2303d2b8d2 is described below

commit 2303d2b8d2519284268c41b16d232cb7badb4a14
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Wed Oct 5 00:37:30 2022 +0000

    Updating dev docs (build nightly-tests-2022-10-04-0)
---
 docs/dev/.buildinfo                                |   2 +-
 docs/dev/_modules/collections/abc.html             |   4 +-
 docs/dev/_modules/importlib/_bootstrap.html        |   4 +-
 docs/dev/_modules/index.html                       |   4 +-
 docs/dev/_modules/pyarrow.html                     |   4 +-
 docs/dev/_modules/pyarrow/compute.html             |   4 +-
 docs/dev/_modules/pyarrow/dataset.html             |   4 +-
 docs/dev/_modules/pyarrow/feather.html             |   4 +-
 docs/dev/_modules/pyarrow/filesystem.html          |   4 +-
 docs/dev/_modules/pyarrow/fs.html                  |   4 +-
 docs/dev/_modules/pyarrow/hdfs.html                |   4 +-
 docs/dev/_modules/pyarrow/ipc.html                 |   4 +-
 docs/dev/_modules/pyarrow/orc.html                 |   4 +-
 docs/dev/_modules/pyarrow/parquet/core.html        |   4 +-
 docs/dev/_modules/pyarrow/types.html               |   4 +-
 docs/dev/_static/documentation_options.js          |   2 +-
 docs/dev/cpp/api.html                              |   4 +-
 docs/dev/cpp/api/array.html                        |   4 +-
 docs/dev/cpp/api/async.html                        |   4 +-
 docs/dev/cpp/api/builder.html                      |   4 +-
 docs/dev/cpp/api/c_abi.html                        |   4 +-
 docs/dev/cpp/api/compute.html                      |  86 +++++++++---
 docs/dev/cpp/api/cuda.html                         |   4 +-
 docs/dev/cpp/api/dataset.html                      | 127 +++++++++++++++++-
 docs/dev/cpp/api/datatype.html                     |  12 +-
 docs/dev/cpp/api/filesystem.html                   |   4 +-
 docs/dev/cpp/api/flight.html                       |   4 +-
 docs/dev/cpp/api/flightsql.html                    |   4 +-
 docs/dev/cpp/api/formats.html                      |   4 +-
 docs/dev/cpp/api/io.html                           |   4 +-
 docs/dev/cpp/api/ipc.html                          |   4 +-
 docs/dev/cpp/api/memory.html                       |   4 +-
 docs/dev/cpp/api/scalar.html                       |   4 +-
 docs/dev/cpp/api/support.html                      |   4 +-
 docs/dev/cpp/api/table.html                        |   4 +-
 docs/dev/cpp/api/tensor.html                       |   4 +-
 docs/dev/cpp/api/thread.html                       |   4 +-
 docs/dev/cpp/api/utilities.html                    |   4 +-
 docs/dev/cpp/arrays.html                           |   4 +-
 docs/dev/cpp/build_system.html                     |   4 +-
 docs/dev/cpp/compute.html                          |   4 +-
 docs/dev/cpp/conventions.html                      |   4 +-
 docs/dev/cpp/csv.html                              |   4 +-
 docs/dev/cpp/dataset.html                          |   4 +-
 docs/dev/cpp/datatypes.html                        |   4 +-
 docs/dev/cpp/env_vars.html                         |   4 +-
 docs/dev/cpp/examples/cmake_minimal_build.html     |   4 +-
 .../cpp/examples/compute_and_write_example.html    |   4 +-
 .../examples/dataset_documentation_example.html    |   4 +-
 .../cpp/examples/dataset_skyhook_scan_example.html |   4 +-
 docs/dev/cpp/examples/index.html                   |   4 +-
 docs/dev/cpp/examples/row_columnar_conversion.html |   4 +-
 docs/dev/cpp/examples/tuple_range_conversion.html  |   4 +-
 docs/dev/cpp/flight.html                           |   4 +-
 docs/dev/cpp/gdb.html                              |   4 +-
 docs/dev/cpp/getting_started.html                  |   4 +-
 docs/dev/cpp/index.html                            |   4 +-
 docs/dev/cpp/io.html                               |   4 +-
 docs/dev/cpp/ipc.html                              |   4 +-
 docs/dev/cpp/json.html                             |   4 +-
 docs/dev/cpp/memory.html                           |   4 +-
 docs/dev/cpp/orc.html                              |   4 +-
 docs/dev/cpp/overview.html                         |   4 +-
 docs/dev/cpp/parquet.html                          |   4 +-
 docs/dev/cpp/streaming_execution.html              |   4 +-
 docs/dev/cpp/tables.html                           |   4 +-
 docs/dev/cpp/threading.html                        |   4 +-
 docs/dev/cpp/tutorials/basic_arrow.html            |   4 +-
 docs/dev/cpp/tutorials/compute_tutorial.html       |   4 +-
 docs/dev/cpp/tutorials/datasets_tutorial.html      |   4 +-
 docs/dev/cpp/tutorials/io_tutorial.html            |   4 +-
 docs/dev/cpp/user_guide.html                       |   4 +-
 docs/dev/developers/benchmarks.html                |   4 +-
 docs/dev/developers/bug_reports.html               |   4 +-
 .../developers/continuous_integration/archery.html |   4 +-
 .../continuous_integration/crossbow.html           |   4 +-
 .../developers/continuous_integration/docker.html  |   4 +-
 .../developers/continuous_integration/index.html   |   4 +-
 .../continuous_integration/overview.html           |   4 +-
 docs/dev/developers/contributing.html              |   4 +-
 docs/dev/developers/cpp/building.html              |   4 +-
 docs/dev/developers/cpp/conventions.html           |   4 +-
 docs/dev/developers/cpp/development.html           |   4 +-
 docs/dev/developers/cpp/fuzzing.html               |   4 +-
 docs/dev/developers/cpp/index.html                 |   4 +-
 docs/dev/developers/cpp/windows.html               |   4 +-
 docs/dev/developers/documentation.html             |   4 +-
 docs/dev/developers/experimental_repos.html        |   4 +-
 .../developers/guide/architectural_overview.html   |   4 +-
 docs/dev/developers/guide/communication.html       |   4 +-
 docs/dev/developers/guide/documentation.html       |   4 +-
 docs/dev/developers/guide/index.html               |  27 +++-
 docs/dev/developers/guide/resources.html           |   4 +-
 .../guide/step_by_step/arrow_codebase.html         |   4 +-
 .../developers/guide/step_by_step/building.html    |   4 +-
 .../guide/step_by_step/finding_issues.html         |   4 +-
 docs/dev/developers/guide/step_by_step/index.html  |   4 +-
 .../guide/step_by_step/pr_lifecycle.html           |   4 +-
 docs/dev/developers/guide/step_by_step/set_up.html |   4 +-
 .../dev/developers/guide/step_by_step/styling.html |   4 +-
 .../dev/developers/guide/step_by_step/testing.html |   4 +-
 docs/dev/developers/guide/tutorials/index.html     |   4 +-
 .../guide/tutorials/python_tutorial.html           |   4 +-
 .../dev/developers/guide/tutorials/r_tutorial.html |   4 +-
 docs/dev/developers/java/building.html             |   4 +-
 docs/dev/developers/java/development.html          |   4 +-
 docs/dev/developers/java/index.html                |   4 +-
 docs/dev/developers/overview.html                  |   4 +-
 docs/dev/developers/python.html                    |   4 +-
 docs/dev/developers/release.html                   |   4 +-
 docs/dev/developers/reviewing.html                 |   4 +-
 docs/dev/format/CDataInterface.html                |   4 +-
 docs/dev/format/CStreamInterface.html              |   4 +-
 docs/dev/format/CanonicalExtensions.html           |   4 +-
 docs/dev/format/Columnar.html                      |   4 +-
 docs/dev/format/Flight.html                        |   4 +-
 docs/dev/format/FlightSql.html                     |   4 +-
 docs/dev/format/Glossary.html                      |   4 +-
 docs/dev/format/Guidelines.html                    |   4 +-
 docs/dev/format/IPC.html                           |   4 +-
 docs/dev/format/Integration.html                   |   4 +-
 docs/dev/format/Layout.html                        |   4 +-
 docs/dev/format/Metadata.html                      |   4 +-
 docs/dev/format/Other.html                         |   4 +-
 docs/dev/format/Versioning.html                    |   4 +-
 docs/dev/genindex.html                             |  94 ++++++++++---
 docs/dev/index.html                                |   5 +-
 docs/dev/java/algorithm.html                       |   4 +-
 docs/dev/java/cdata.html                           |   4 +-
 docs/dev/java/dataset.html                         |   4 +-
 docs/dev/java/flight.html                          |   4 +-
 docs/dev/java/index.html                           |   4 +-
 docs/dev/java/install.html                         |   4 +-
 docs/dev/java/ipc.html                             |   4 +-
 docs/dev/java/jdbc.html                            |   4 +-
 docs/dev/java/memory.html                          |   4 +-
 docs/dev/java/overview.html                        |   4 +-
 docs/dev/java/quickstartguide.html                 |   4 +-
 docs/dev/java/reference/allclasses-frame.html      |   4 +-
 docs/dev/java/reference/allclasses-noframe.html    |   4 +-
 docs/dev/java/reference/constant-values.html       |   4 +-
 docs/dev/java/reference/deprecated-list.html       |   4 +-
 docs/dev/java/reference/help-doc.html              |   4 +-
 docs/dev/java/reference/index-all.html             |   4 +-
 docs/dev/java/reference/index.html                 |   2 +-
 .../io/netty/buffer/ExpandableByteBuf.html         |   4 +-
 .../reference/io/netty/buffer/LargeBuffer.html     |   4 +-
 .../reference/io/netty/buffer/NettyArrowBuf.html   |   4 +-
 .../io/netty/buffer/PooledByteBufAllocatorL.html   |   4 +-
 .../io/netty/buffer/UnsafeDirectLittleEndian.html  |   4 +-
 .../netty/buffer/class-use/ExpandableByteBuf.html  |   4 +-
 .../io/netty/buffer/class-use/LargeBuffer.html     |   4 +-
 .../io/netty/buffer/class-use/NettyArrowBuf.html   |   4 +-
 .../buffer/class-use/PooledByteBufAllocatorL.html  |   4 +-
 .../buffer/class-use/UnsafeDirectLittleEndian.html |   4 +-
 .../reference/io/netty/buffer/package-frame.html   |   4 +-
 .../reference/io/netty/buffer/package-summary.html |   4 +-
 .../reference/io/netty/buffer/package-tree.html    |   4 +-
 .../reference/io/netty/buffer/package-use.html     |   4 +-
 .../reference/org/apache/arrow/AvroToArrow.html    |   4 +-
 .../org/apache/arrow/AvroToArrowConfig.html        |   4 +-
 .../org/apache/arrow/AvroToArrowConfigBuilder.html |   4 +-
 .../org/apache/arrow/AvroToArrowUtils.html         |   4 +-
 .../apache/arrow/AvroToArrowVectorIterator.html    |   4 +-
 .../arrow/adapter/jdbc/ArrowVectorIterator.html    |   4 +-
 .../org/apache/arrow/adapter/jdbc/Constants.html   |   4 +-
 .../apache/arrow/adapter/jdbc/JdbcFieldInfo.html   |   4 +-
 .../adapter/jdbc/JdbcParameterBinder.Builder.html  |   4 +-
 .../arrow/adapter/jdbc/JdbcParameterBinder.html    |   4 +-
 .../org/apache/arrow/adapter/jdbc/JdbcToArrow.html |   4 +-
 .../arrow/adapter/jdbc/JdbcToArrowConfig.html      |   4 +-
 .../adapter/jdbc/JdbcToArrowConfigBuilder.html     |   4 +-
 .../arrow/adapter/jdbc/JdbcToArrowUtils.html       |   4 +-
 .../adapter/jdbc/binder/BaseColumnBinder.html      |   4 +-
 .../arrow/adapter/jdbc/binder/BigIntBinder.html    |   4 +-
 .../arrow/adapter/jdbc/binder/BitBinder.html       |   4 +-
 .../arrow/adapter/jdbc/binder/ColumnBinder.html    |   4 +-
 .../jdbc/binder/ColumnBinderArrowTypeVisitor.html  |   4 +-
 .../arrow/adapter/jdbc/binder/DateDayBinder.html   |   4 +-
 .../arrow/adapter/jdbc/binder/DateMilliBinder.html |   4 +-
 .../adapter/jdbc/binder/Decimal128Binder.html      |   4 +-
 .../adapter/jdbc/binder/Decimal256Binder.html      |   4 +-
 .../adapter/jdbc/binder/FixedSizeBinaryBinder.html |   4 +-
 .../arrow/adapter/jdbc/binder/Float4Binder.html    |   4 +-
 .../arrow/adapter/jdbc/binder/Float8Binder.html    |   4 +-
 .../arrow/adapter/jdbc/binder/IntBinder.html       |   4 +-
 .../arrow/adapter/jdbc/binder/ListBinder.html      |   4 +-
 .../arrow/adapter/jdbc/binder/MapBinder.html       |   4 +-
 .../adapter/jdbc/binder/NullableColumnBinder.html  |   4 +-
 .../arrow/adapter/jdbc/binder/SmallIntBinder.html  |   4 +-
 .../arrow/adapter/jdbc/binder/Time32Binder.html    |   4 +-
 .../arrow/adapter/jdbc/binder/Time64Binder.html    |   4 +-
 .../arrow/adapter/jdbc/binder/TimeStampBinder.html |   4 +-
 .../arrow/adapter/jdbc/binder/TinyIntBinder.html   |   4 +-
 .../arrow/adapter/jdbc/binder/VarBinaryBinder.html |   4 +-
 .../arrow/adapter/jdbc/binder/VarCharBinder.html   |   4 +-
 .../jdbc/binder/class-use/BaseColumnBinder.html    |   4 +-
 .../jdbc/binder/class-use/BigIntBinder.html        |   4 +-
 .../adapter/jdbc/binder/class-use/BitBinder.html   |   4 +-
 .../jdbc/binder/class-use/ColumnBinder.html        |   4 +-
 .../class-use/ColumnBinderArrowTypeVisitor.html    |   4 +-
 .../jdbc/binder/class-use/DateDayBinder.html       |   4 +-
 .../jdbc/binder/class-use/DateMilliBinder.html     |   4 +-
 .../jdbc/binder/class-use/Decimal128Binder.html    |   4 +-
 .../jdbc/binder/class-use/Decimal256Binder.html    |   4 +-
 .../binder/class-use/FixedSizeBinaryBinder.html    |   4 +-
 .../jdbc/binder/class-use/Float4Binder.html        |   4 +-
 .../jdbc/binder/class-use/Float8Binder.html        |   4 +-
 .../adapter/jdbc/binder/class-use/IntBinder.html   |   4 +-
 .../adapter/jdbc/binder/class-use/ListBinder.html  |   4 +-
 .../adapter/jdbc/binder/class-use/MapBinder.html   |   4 +-
 .../binder/class-use/NullableColumnBinder.html     |   4 +-
 .../jdbc/binder/class-use/SmallIntBinder.html      |   4 +-
 .../jdbc/binder/class-use/Time32Binder.html        |   4 +-
 .../jdbc/binder/class-use/Time64Binder.html        |   4 +-
 .../jdbc/binder/class-use/TimeStampBinder.html     |   4 +-
 .../jdbc/binder/class-use/TinyIntBinder.html       |   4 +-
 .../jdbc/binder/class-use/VarBinaryBinder.html     |   4 +-
 .../jdbc/binder/class-use/VarCharBinder.html       |   4 +-
 .../arrow/adapter/jdbc/binder/package-frame.html   |   4 +-
 .../arrow/adapter/jdbc/binder/package-summary.html |   4 +-
 .../arrow/adapter/jdbc/binder/package-tree.html    |   4 +-
 .../arrow/adapter/jdbc/binder/package-use.html     |   4 +-
 .../jdbc/class-use/ArrowVectorIterator.html        |   4 +-
 .../arrow/adapter/jdbc/class-use/Constants.html    |   4 +-
 .../adapter/jdbc/class-use/JdbcFieldInfo.html      |   4 +-
 .../class-use/JdbcParameterBinder.Builder.html     |   4 +-
 .../jdbc/class-use/JdbcParameterBinder.html        |   4 +-
 .../arrow/adapter/jdbc/class-use/JdbcToArrow.html  |   4 +-
 .../adapter/jdbc/class-use/JdbcToArrowConfig.html  |   4 +-
 .../jdbc/class-use/JdbcToArrowConfigBuilder.html   |   4 +-
 .../adapter/jdbc/class-use/JdbcToArrowUtils.html   |   4 +-
 .../arrow/adapter/jdbc/consumer/ArrayConsumer.html |   4 +-
 .../arrow/adapter/jdbc/consumer/BaseConsumer.html  |   4 +-
 .../adapter/jdbc/consumer/BigIntConsumer.html      |   4 +-
 .../adapter/jdbc/consumer/BinaryConsumer.html      |   4 +-
 .../arrow/adapter/jdbc/consumer/BitConsumer.html   |   4 +-
 .../arrow/adapter/jdbc/consumer/BlobConsumer.html  |   4 +-
 .../arrow/adapter/jdbc/consumer/ClobConsumer.html  |   4 +-
 .../jdbc/consumer/CompositeJdbcConsumer.html       |   4 +-
 .../arrow/adapter/jdbc/consumer/DateConsumer.html  |   4 +-
 .../adapter/jdbc/consumer/DecimalConsumer.html     |   4 +-
 .../adapter/jdbc/consumer/DoubleConsumer.html      |   4 +-
 .../arrow/adapter/jdbc/consumer/FloatConsumer.html |   4 +-
 .../arrow/adapter/jdbc/consumer/IntConsumer.html   |   4 +-
 .../arrow/adapter/jdbc/consumer/JdbcConsumer.html  |   4 +-
 .../arrow/adapter/jdbc/consumer/MapConsumer.html   |   4 +-
 .../arrow/adapter/jdbc/consumer/NullConsumer.html  |   4 +-
 .../adapter/jdbc/consumer/SmallIntConsumer.html    |   4 +-
 .../arrow/adapter/jdbc/consumer/TimeConsumer.html  |   4 +-
 .../adapter/jdbc/consumer/TimestampConsumer.html   |   4 +-
 .../adapter/jdbc/consumer/TimestampTZConsumer.html |   4 +-
 .../adapter/jdbc/consumer/TinyIntConsumer.html     |   4 +-
 .../adapter/jdbc/consumer/VarCharConsumer.html     |   4 +-
 .../jdbc/consumer/class-use/ArrayConsumer.html     |   4 +-
 .../jdbc/consumer/class-use/BaseConsumer.html      |   4 +-
 .../jdbc/consumer/class-use/BigIntConsumer.html    |   4 +-
 .../jdbc/consumer/class-use/BinaryConsumer.html    |   4 +-
 .../jdbc/consumer/class-use/BitConsumer.html       |   4 +-
 .../jdbc/consumer/class-use/BlobConsumer.html      |   4 +-
 .../jdbc/consumer/class-use/ClobConsumer.html      |   4 +-
 .../consumer/class-use/CompositeJdbcConsumer.html  |   4 +-
 .../jdbc/consumer/class-use/DateConsumer.html      |   4 +-
 .../jdbc/consumer/class-use/DecimalConsumer.html   |   4 +-
 .../jdbc/consumer/class-use/DoubleConsumer.html    |   4 +-
 .../jdbc/consumer/class-use/FloatConsumer.html     |   4 +-
 .../jdbc/consumer/class-use/IntConsumer.html       |   4 +-
 .../jdbc/consumer/class-use/JdbcConsumer.html      |   4 +-
 .../jdbc/consumer/class-use/MapConsumer.html       |   4 +-
 .../jdbc/consumer/class-use/NullConsumer.html      |   4 +-
 .../jdbc/consumer/class-use/SmallIntConsumer.html  |   4 +-
 .../jdbc/consumer/class-use/TimeConsumer.html      |   4 +-
 .../jdbc/consumer/class-use/TimestampConsumer.html |   4 +-
 .../consumer/class-use/TimestampTZConsumer.html    |   4 +-
 .../jdbc/consumer/class-use/TinyIntConsumer.html   |   4 +-
 .../jdbc/consumer/class-use/VarCharConsumer.html   |   4 +-
 .../arrow/adapter/jdbc/consumer/package-frame.html |   4 +-
 .../adapter/jdbc/consumer/package-summary.html     |   4 +-
 .../arrow/adapter/jdbc/consumer/package-tree.html  |   4 +-
 .../arrow/adapter/jdbc/consumer/package-use.html   |   4 +-
 .../apache/arrow/adapter/jdbc/package-frame.html   |   4 +-
 .../apache/arrow/adapter/jdbc/package-summary.html |   4 +-
 .../apache/arrow/adapter/jdbc/package-tree.html    |   4 +-
 .../org/apache/arrow/adapter/jdbc/package-use.html |   4 +-
 .../deduplicate/VectorRunDeduplicator.html         |   4 +-
 .../class-use/VectorRunDeduplicator.html           |   4 +-
 .../arrow/algorithm/deduplicate/package-frame.html |   4 +-
 .../algorithm/deduplicate/package-summary.html     |   4 +-
 .../arrow/algorithm/deduplicate/package-tree.html  |   4 +-
 .../arrow/algorithm/deduplicate/package-use.html   |   4 +-
 .../algorithm/dictionary/DictionaryBuilder.html    |   4 +-
 .../algorithm/dictionary/DictionaryEncoder.html    |   4 +-
 .../HashTableBasedDictionaryBuilder.html           |   4 +-
 .../dictionary/HashTableDictionaryEncoder.html     |   4 +-
 .../dictionary/LinearDictionaryEncoder.html        |   4 +-
 .../dictionary/SearchDictionaryEncoder.html        |   4 +-
 .../SearchTreeBasedDictionaryBuilder.html          |   4 +-
 .../dictionary/class-use/DictionaryBuilder.html    |   4 +-
 .../dictionary/class-use/DictionaryEncoder.html    |   4 +-
 .../class-use/HashTableBasedDictionaryBuilder.html |   4 +-
 .../class-use/HashTableDictionaryEncoder.html      |   4 +-
 .../class-use/LinearDictionaryEncoder.html         |   4 +-
 .../class-use/SearchDictionaryEncoder.html         |   4 +-
 .../SearchTreeBasedDictionaryBuilder.html          |   4 +-
 .../arrow/algorithm/dictionary/package-frame.html  |   4 +-
 .../algorithm/dictionary/package-summary.html      |   4 +-
 .../arrow/algorithm/dictionary/package-tree.html   |   4 +-
 .../arrow/algorithm/dictionary/package-use.html    |   4 +-
 .../arrow/algorithm/misc/PartialSumUtils.html      |   4 +-
 .../algorithm/misc/class-use/PartialSumUtils.html  |   4 +-
 .../apache/arrow/algorithm/misc/package-frame.html |   4 +-
 .../arrow/algorithm/misc/package-summary.html      |   4 +-
 .../apache/arrow/algorithm/misc/package-tree.html  |   4 +-
 .../apache/arrow/algorithm/misc/package-use.html   |   4 +-
 .../apache/arrow/algorithm/rank/VectorRank.html    |   4 +-
 .../arrow/algorithm/rank/class-use/VectorRank.html |   4 +-
 .../apache/arrow/algorithm/rank/package-frame.html |   4 +-
 .../arrow/algorithm/rank/package-summary.html      |   4 +-
 .../apache/arrow/algorithm/rank/package-tree.html  |   4 +-
 .../apache/arrow/algorithm/rank/package-use.html   |   4 +-
 .../arrow/algorithm/search/ParallelSearcher.html   |   4 +-
 .../algorithm/search/VectorRangeSearcher.html      |   4 +-
 .../arrow/algorithm/search/VectorSearcher.html     |   4 +-
 .../search/class-use/ParallelSearcher.html         |   4 +-
 .../search/class-use/VectorRangeSearcher.html      |   4 +-
 .../algorithm/search/class-use/VectorSearcher.html |   4 +-
 .../arrow/algorithm/search/package-frame.html      |   4 +-
 .../arrow/algorithm/search/package-summary.html    |   4 +-
 .../arrow/algorithm/search/package-tree.html       |   4 +-
 .../apache/arrow/algorithm/search/package-use.html |   4 +-
 .../algorithm/sort/CompositeVectorComparator.html  |   4 +-
 .../DefaultVectorComparators.ByteComparator.html   |   4 +-
 .../DefaultVectorComparators.Float4Comparator.html |   4 +-
 .../DefaultVectorComparators.Float8Comparator.html |   4 +-
 .../DefaultVectorComparators.IntComparator.html    |   4 +-
 .../DefaultVectorComparators.LongComparator.html   |   4 +-
 ...tVectorComparators.RepeatedValueComparator.html |   4 +-
 .../DefaultVectorComparators.ShortComparator.html  |   4 +-
 .../DefaultVectorComparators.UInt1Comparator.html  |   4 +-
 .../DefaultVectorComparators.UInt2Comparator.html  |   4 +-
 .../DefaultVectorComparators.UInt4Comparator.html  |   4 +-
 .../DefaultVectorComparators.UInt8Comparator.html  |   4 +-
 ...tVectorComparators.VariableWidthComparator.html |   4 +-
 .../algorithm/sort/DefaultVectorComparators.html   |   4 +-
 .../sort/FixedWidthInPlaceVectorSorter.html        |   4 +-
 .../sort/FixedWidthOutOfPlaceVectorSorter.html     |   4 +-
 .../sort/GeneralOutOfPlaceVectorSorter.html        |   4 +-
 .../arrow/algorithm/sort/InPlaceVectorSorter.html  |   4 +-
 .../apache/arrow/algorithm/sort/IndexSorter.html   |   4 +-
 .../algorithm/sort/OutOfPlaceVectorSorter.html     |   4 +-
 .../algorithm/sort/StableVectorComparator.html     |   4 +-
 .../sort/VariableWidthOutOfPlaceVectorSorter.html  |   4 +-
 .../algorithm/sort/VectorValueComparator.html      |   4 +-
 .../sort/class-use/CompositeVectorComparator.html  |   4 +-
 .../DefaultVectorComparators.ByteComparator.html   |   4 +-
 .../DefaultVectorComparators.Float4Comparator.html |   4 +-
 .../DefaultVectorComparators.Float8Comparator.html |   4 +-
 .../DefaultVectorComparators.IntComparator.html    |   4 +-
 .../DefaultVectorComparators.LongComparator.html   |   4 +-
 ...tVectorComparators.RepeatedValueComparator.html |   4 +-
 .../DefaultVectorComparators.ShortComparator.html  |   4 +-
 .../DefaultVectorComparators.UInt1Comparator.html  |   4 +-
 .../DefaultVectorComparators.UInt2Comparator.html  |   4 +-
 .../DefaultVectorComparators.UInt4Comparator.html  |   4 +-
 .../DefaultVectorComparators.UInt8Comparator.html  |   4 +-
 ...tVectorComparators.VariableWidthComparator.html |   4 +-
 .../sort/class-use/DefaultVectorComparators.html   |   4 +-
 .../class-use/FixedWidthInPlaceVectorSorter.html   |   4 +-
 .../FixedWidthOutOfPlaceVectorSorter.html          |   4 +-
 .../class-use/GeneralOutOfPlaceVectorSorter.html   |   4 +-
 .../sort/class-use/InPlaceVectorSorter.html        |   4 +-
 .../algorithm/sort/class-use/IndexSorter.html      |   4 +-
 .../sort/class-use/OutOfPlaceVectorSorter.html     |   4 +-
 .../sort/class-use/StableVectorComparator.html     |   4 +-
 .../VariableWidthOutOfPlaceVectorSorter.html       |   4 +-
 .../sort/class-use/VectorValueComparator.html      |   4 +-
 .../apache/arrow/algorithm/sort/package-frame.html |   4 +-
 .../arrow/algorithm/sort/package-summary.html      |   4 +-
 .../apache/arrow/algorithm/sort/package-tree.html  |   4 +-
 .../apache/arrow/algorithm/sort/package-use.html   |   4 +-
 .../org/apache/arrow/class-use/AvroToArrow.html    |   4 +-
 .../apache/arrow/class-use/AvroToArrowConfig.html  |   4 +-
 .../arrow/class-use/AvroToArrowConfigBuilder.html  |   4 +-
 .../apache/arrow/class-use/AvroToArrowUtils.html   |   4 +-
 .../arrow/class-use/AvroToArrowVectorIterator.html |   4 +-
 .../compression/CommonsCompressionFactory.html     |   4 +-
 .../arrow/compression/Lz4CompressionCodec.html     |   4 +-
 .../arrow/compression/ZstdCompressionCodec.html    |   4 +-
 .../class-use/CommonsCompressionFactory.html       |   4 +-
 .../compression/class-use/Lz4CompressionCodec.html |   4 +-
 .../class-use/ZstdCompressionCodec.html            |   4 +-
 .../apache/arrow/compression/package-frame.html    |   4 +-
 .../apache/arrow/compression/package-summary.html  |   4 +-
 .../org/apache/arrow/compression/package-tree.html |   4 +-
 .../org/apache/arrow/compression/package-use.html  |   4 +-
 .../apache/arrow/consumers/AvroArraysConsumer.html |   4 +-
 .../arrow/consumers/AvroBooleanConsumer.html       |   4 +-
 .../apache/arrow/consumers/AvroBytesConsumer.html  |   4 +-
 .../apache/arrow/consumers/AvroDoubleConsumer.html |   4 +-
 .../apache/arrow/consumers/AvroEnumConsumer.html   |   4 +-
 .../apache/arrow/consumers/AvroFixedConsumer.html  |   4 +-
 .../apache/arrow/consumers/AvroFloatConsumer.html  |   4 +-
 .../apache/arrow/consumers/AvroIntConsumer.html    |   4 +-
 .../apache/arrow/consumers/AvroLongConsumer.html   |   4 +-
 .../apache/arrow/consumers/AvroMapConsumer.html    |   4 +-
 .../apache/arrow/consumers/AvroNullConsumer.html   |   4 +-
 .../apache/arrow/consumers/AvroStringConsumer.html |   4 +-
 .../apache/arrow/consumers/AvroStructConsumer.html |   4 +-
 .../apache/arrow/consumers/AvroUnionsConsumer.html |   4 +-
 .../apache/arrow/consumers/BaseAvroConsumer.html   |   4 +-
 .../arrow/consumers/CompositeAvroConsumer.html     |   4 +-
 .../org/apache/arrow/consumers/Consumer.html       |   4 +-
 .../org/apache/arrow/consumers/SkipConsumer.html   |   4 +-
 .../org/apache/arrow/consumers/SkipFunction.html   |   4 +-
 .../consumers/class-use/AvroArraysConsumer.html    |   4 +-
 .../consumers/class-use/AvroBooleanConsumer.html   |   4 +-
 .../consumers/class-use/AvroBytesConsumer.html     |   4 +-
 .../consumers/class-use/AvroDoubleConsumer.html    |   4 +-
 .../consumers/class-use/AvroEnumConsumer.html      |   4 +-
 .../consumers/class-use/AvroFixedConsumer.html     |   4 +-
 .../consumers/class-use/AvroFloatConsumer.html     |   4 +-
 .../arrow/consumers/class-use/AvroIntConsumer.html |   4 +-
 .../consumers/class-use/AvroLongConsumer.html      |   4 +-
 .../arrow/consumers/class-use/AvroMapConsumer.html |   4 +-
 .../consumers/class-use/AvroNullConsumer.html      |   4 +-
 .../consumers/class-use/AvroStringConsumer.html    |   4 +-
 .../consumers/class-use/AvroStructConsumer.html    |   4 +-
 .../consumers/class-use/AvroUnionsConsumer.html    |   4 +-
 .../consumers/class-use/BaseAvroConsumer.html      |   4 +-
 .../consumers/class-use/CompositeAvroConsumer.html |   4 +-
 .../apache/arrow/consumers/class-use/Consumer.html |   4 +-
 .../arrow/consumers/class-use/SkipConsumer.html    |   4 +-
 .../arrow/consumers/class-use/SkipFunction.html    |   4 +-
 .../arrow/consumers/logical/AvroDateConsumer.html  |   4 +-
 .../AvroDecimalConsumer.BytesDecimalConsumer.html  |   4 +-
 .../AvroDecimalConsumer.FixedDecimalConsumer.html  |   4 +-
 .../consumers/logical/AvroDecimalConsumer.html     |   4 +-
 .../consumers/logical/AvroTimeMicroConsumer.html   |   4 +-
 .../consumers/logical/AvroTimeMillisConsumer.html  |   4 +-
 .../logical/AvroTimestampMicrosConsumer.html       |   4 +-
 .../logical/AvroTimestampMillisConsumer.html       |   4 +-
 .../logical/class-use/AvroDateConsumer.html        |   4 +-
 .../AvroDecimalConsumer.BytesDecimalConsumer.html  |   4 +-
 .../AvroDecimalConsumer.FixedDecimalConsumer.html  |   4 +-
 .../logical/class-use/AvroDecimalConsumer.html     |   4 +-
 .../logical/class-use/AvroTimeMicroConsumer.html   |   4 +-
 .../logical/class-use/AvroTimeMillisConsumer.html  |   4 +-
 .../class-use/AvroTimestampMicrosConsumer.html     |   4 +-
 .../class-use/AvroTimestampMillisConsumer.html     |   4 +-
 .../arrow/consumers/logical/package-frame.html     |   4 +-
 .../arrow/consumers/logical/package-summary.html   |   4 +-
 .../arrow/consumers/logical/package-tree.html      |   4 +-
 .../arrow/consumers/logical/package-use.html       |   4 +-
 .../org/apache/arrow/consumers/package-frame.html  |   4 +-
 .../apache/arrow/consumers/package-summary.html    |   4 +-
 .../org/apache/arrow/consumers/package-tree.html   |   4 +-
 .../org/apache/arrow/consumers/package-use.html    |   4 +-
 .../arrow/driver/jdbc/ArrowDatabaseMetadata.html   |   4 +-
 .../arrow/driver/jdbc/ArrowFlightConnection.html   |   4 +-
 .../driver/jdbc/ArrowFlightInfoStatement.html      |   4 +-
 .../arrow/driver/jdbc/ArrowFlightJdbcArray.html    |   4 +-
 .../ArrowFlightJdbcConnectionPoolDataSource.html   |   4 +-
 .../arrow/driver/jdbc/ArrowFlightJdbcCursor.html   |   4 +-
 .../driver/jdbc/ArrowFlightJdbcDataSource.html     |   4 +-
 .../arrow/driver/jdbc/ArrowFlightJdbcDriver.html   |   4 +-
 .../arrow/driver/jdbc/ArrowFlightJdbcFactory.html  |   4 +-
 .../jdbc/ArrowFlightJdbcFlightStreamResultSet.html |   4 +-
 .../jdbc/ArrowFlightJdbcPooledConnection.html      |   4 +-
 .../arrow/driver/jdbc/ArrowFlightJdbcTime.html     |   4 +-
 .../ArrowFlightJdbcVectorSchemaRootResultSet.html  |   4 +-
 .../arrow/driver/jdbc/ArrowFlightMetaImpl.html     |   4 +-
 .../driver/jdbc/ArrowFlightPreparedStatement.html  |   4 +-
 .../arrow/driver/jdbc/ArrowFlightStatement.html    |   4 +-
 .../jdbc/accessor/ArrowFlightJdbcAccessor.html     |   4 +-
 ...wFlightJdbcAccessorFactory.WasNullConsumer.html |   4 +-
 .../accessor/ArrowFlightJdbcAccessorFactory.html   |   4 +-
 .../class-use/ArrowFlightJdbcAccessor.html         |   4 +-
 ...wFlightJdbcAccessorFactory.WasNullConsumer.html |   4 +-
 .../class-use/ArrowFlightJdbcAccessorFactory.html  |   4 +-
 .../impl/ArrowFlightJdbcNullVectorAccessor.html    |   4 +-
 .../ArrowFlightJdbcBinaryVectorAccessor.html       |   4 +-
 .../ArrowFlightJdbcBinaryVectorAccessor.html       |   4 +-
 .../jdbc/accessor/impl/binary/package-frame.html   |   4 +-
 .../jdbc/accessor/impl/binary/package-summary.html |   4 +-
 .../jdbc/accessor/impl/binary/package-tree.html    |   4 +-
 .../jdbc/accessor/impl/binary/package-use.html     |   4 +-
 .../ArrowFlightJdbcDateVectorAccessor.html         |   4 +-
 .../ArrowFlightJdbcDurationVectorAccessor.html     |   4 +-
 .../ArrowFlightJdbcIntervalVectorAccessor.html     |   4 +-
 .../ArrowFlightJdbcTimeStampVectorAccessor.html    |   4 +-
 .../ArrowFlightJdbcTimeVectorAccessor.html         |   4 +-
 .../ArrowFlightJdbcDateVectorAccessor.html         |   4 +-
 .../ArrowFlightJdbcDurationVectorAccessor.html     |   4 +-
 .../ArrowFlightJdbcIntervalVectorAccessor.html     |   4 +-
 .../ArrowFlightJdbcTimeStampVectorAccessor.html    |   4 +-
 .../ArrowFlightJdbcTimeVectorAccessor.html         |   4 +-
 .../jdbc/accessor/impl/calendar/package-frame.html |   4 +-
 .../accessor/impl/calendar/package-summary.html    |   4 +-
 .../jdbc/accessor/impl/calendar/package-tree.html  |   4 +-
 .../jdbc/accessor/impl/calendar/package-use.html   |   4 +-
 .../ArrowFlightJdbcNullVectorAccessor.html         |   4 +-
 .../AbstractArrowFlightJdbcListVectorAccessor.html |   4 +-
 ...AbstractArrowFlightJdbcUnionVectorAccessor.html |   4 +-
 .../ArrowFlightJdbcDenseUnionVectorAccessor.html   |   4 +-
 ...ArrowFlightJdbcFixedSizeListVectorAccessor.html |   4 +-
 .../ArrowFlightJdbcLargeListVectorAccessor.html    |   4 +-
 .../complex/ArrowFlightJdbcListVectorAccessor.html |   4 +-
 .../complex/ArrowFlightJdbcMapVectorAccessor.html  |   4 +-
 .../ArrowFlightJdbcStructVectorAccessor.html       |   4 +-
 .../ArrowFlightJdbcUnionVectorAccessor.html        |   4 +-
 .../AbstractArrowFlightJdbcListVectorAccessor.html |   4 +-
 ...AbstractArrowFlightJdbcUnionVectorAccessor.html |   4 +-
 .../ArrowFlightJdbcDenseUnionVectorAccessor.html   |   4 +-
 ...ArrowFlightJdbcFixedSizeListVectorAccessor.html |   4 +-
 .../ArrowFlightJdbcLargeListVectorAccessor.html    |   4 +-
 .../ArrowFlightJdbcListVectorAccessor.html         |   4 +-
 .../ArrowFlightJdbcMapVectorAccessor.html          |   4 +-
 .../ArrowFlightJdbcStructVectorAccessor.html       |   4 +-
 .../ArrowFlightJdbcUnionVectorAccessor.html        |   4 +-
 .../jdbc/accessor/impl/complex/package-frame.html  |   4 +-
 .../accessor/impl/complex/package-summary.html     |   4 +-
 .../jdbc/accessor/impl/complex/package-tree.html   |   4 +-
 .../jdbc/accessor/impl/complex/package-use.html    |   4 +-
 .../ArrowFlightJdbcBaseIntVectorAccessor.html      |   4 +-
 .../numeric/ArrowFlightJdbcBitVectorAccessor.html  |   4 +-
 .../ArrowFlightJdbcDecimalVectorAccessor.html      |   4 +-
 .../ArrowFlightJdbcFloat4VectorAccessor.html       |   4 +-
 .../ArrowFlightJdbcFloat8VectorAccessor.html       |   4 +-
 .../ArrowFlightJdbcBaseIntVectorAccessor.html      |   4 +-
 .../ArrowFlightJdbcBitVectorAccessor.html          |   4 +-
 .../ArrowFlightJdbcDecimalVectorAccessor.html      |   4 +-
 .../ArrowFlightJdbcFloat4VectorAccessor.html       |   4 +-
 .../ArrowFlightJdbcFloat8VectorAccessor.html       |   4 +-
 .../jdbc/accessor/impl/numeric/package-frame.html  |   4 +-
 .../accessor/impl/numeric/package-summary.html     |   4 +-
 .../jdbc/accessor/impl/numeric/package-tree.html   |   4 +-
 .../jdbc/accessor/impl/numeric/package-use.html    |   4 +-
 .../driver/jdbc/accessor/impl/package-frame.html   |   4 +-
 .../driver/jdbc/accessor/impl/package-summary.html |   4 +-
 .../driver/jdbc/accessor/impl/package-tree.html    |   4 +-
 .../driver/jdbc/accessor/impl/package-use.html     |   4 +-
 .../text/ArrowFlightJdbcVarCharVectorAccessor.html |   4 +-
 .../ArrowFlightJdbcVarCharVectorAccessor.html      |   4 +-
 .../jdbc/accessor/impl/text/package-frame.html     |   4 +-
 .../jdbc/accessor/impl/text/package-summary.html   |   4 +-
 .../jdbc/accessor/impl/text/package-tree.html      |   4 +-
 .../jdbc/accessor/impl/text/package-use.html       |   4 +-
 .../arrow/driver/jdbc/accessor/package-frame.html  |   4 +-
 .../driver/jdbc/accessor/package-summary.html      |   4 +-
 .../arrow/driver/jdbc/accessor/package-tree.html   |   4 +-
 .../arrow/driver/jdbc/accessor/package-use.html    |   4 +-
 .../jdbc/class-use/ArrowDatabaseMetadata.html      |   4 +-
 .../jdbc/class-use/ArrowFlightConnection.html      |   4 +-
 .../jdbc/class-use/ArrowFlightInfoStatement.html   |   4 +-
 .../jdbc/class-use/ArrowFlightJdbcArray.html       |   4 +-
 .../ArrowFlightJdbcConnectionPoolDataSource.html   |   4 +-
 .../jdbc/class-use/ArrowFlightJdbcCursor.html      |   4 +-
 .../jdbc/class-use/ArrowFlightJdbcDataSource.html  |   4 +-
 .../jdbc/class-use/ArrowFlightJdbcDriver.html      |   4 +-
 .../jdbc/class-use/ArrowFlightJdbcFactory.html     |   4 +-
 .../ArrowFlightJdbcFlightStreamResultSet.html      |   4 +-
 .../class-use/ArrowFlightJdbcPooledConnection.html |   4 +-
 .../driver/jdbc/class-use/ArrowFlightJdbcTime.html |   4 +-
 .../ArrowFlightJdbcVectorSchemaRootResultSet.html  |   4 +-
 .../driver/jdbc/class-use/ArrowFlightMetaImpl.html |   4 +-
 .../class-use/ArrowFlightPreparedStatement.html    |   4 +-
 .../jdbc/class-use/ArrowFlightStatement.html       |   4 +-
 .../ArrowFlightSqlClientHandler.Builder.html       |   4 +-
 ...owFlightSqlClientHandler.PreparedStatement.html |   4 +-
 .../jdbc/client/ArrowFlightSqlClientHandler.html   |   4 +-
 .../ArrowFlightSqlClientHandler.Builder.html       |   4 +-
 ...owFlightSqlClientHandler.PreparedStatement.html |   4 +-
 .../class-use/ArrowFlightSqlClientHandler.html     |   4 +-
 .../arrow/driver/jdbc/client/package-frame.html    |   4 +-
 .../arrow/driver/jdbc/client/package-summary.html  |   4 +-
 .../arrow/driver/jdbc/client/package-tree.html     |   4 +-
 .../arrow/driver/jdbc/client/package-use.html      |   4 +-
 .../client/utils/ClientAuthenticationUtils.html    |   4 +-
 .../utils/class-use/ClientAuthenticationUtils.html |   4 +-
 .../driver/jdbc/client/utils/package-frame.html    |   4 +-
 .../driver/jdbc/client/utils/package-summary.html  |   4 +-
 .../driver/jdbc/client/utils/package-tree.html     |   4 +-
 .../driver/jdbc/client/utils/package-use.html      |   4 +-
 .../apache/arrow/driver/jdbc/package-frame.html    |   4 +-
 .../apache/arrow/driver/jdbc/package-summary.html  |   4 +-
 .../org/apache/arrow/driver/jdbc/package-tree.html |   4 +-
 .../org/apache/arrow/driver/jdbc/package-use.html  |   4 +-
 ...onConfigImpl.ArrowFlightConnectionProperty.html |   4 +-
 .../utils/ArrowFlightConnectionConfigImpl.html     |   4 +-
 .../arrow/driver/jdbc/utils/ConnectionWrapper.html |   4 +-
 .../arrow/driver/jdbc/utils/ConvertUtils.html      |   4 +-
 .../arrow/driver/jdbc/utils/DateTimeUtils.html     |   4 +-
 .../arrow/driver/jdbc/utils/FlightStreamQueue.html |   4 +-
 .../driver/jdbc/utils/IntervalStringUtils.html     |   4 +-
 .../apache/arrow/driver/jdbc/utils/SqlTypes.html   |   4 +-
 .../apache/arrow/driver/jdbc/utils/UrlParser.html  |   4 +-
 .../utils/VectorSchemaRootTransformer.Builder.html |   4 +-
 .../jdbc/utils/VectorSchemaRootTransformer.html    |   4 +-
 ...onConfigImpl.ArrowFlightConnectionProperty.html |   4 +-
 .../class-use/ArrowFlightConnectionConfigImpl.html |   4 +-
 .../jdbc/utils/class-use/ConnectionWrapper.html    |   4 +-
 .../driver/jdbc/utils/class-use/ConvertUtils.html  |   4 +-
 .../driver/jdbc/utils/class-use/DateTimeUtils.html |   4 +-
 .../jdbc/utils/class-use/FlightStreamQueue.html    |   4 +-
 .../jdbc/utils/class-use/IntervalStringUtils.html  |   4 +-
 .../driver/jdbc/utils/class-use/SqlTypes.html      |   4 +-
 .../driver/jdbc/utils/class-use/UrlParser.html     |   4 +-
 .../VectorSchemaRootTransformer.Builder.html       |   4 +-
 .../class-use/VectorSchemaRootTransformer.html     |   4 +-
 .../arrow/driver/jdbc/utils/package-frame.html     |   4 +-
 .../arrow/driver/jdbc/utils/package-summary.html   |   4 +-
 .../arrow/driver/jdbc/utils/package-tree.html      |   4 +-
 .../arrow/driver/jdbc/utils/package-use.html       |   4 +-
 .../org/apache/arrow/flatbuf/Binary.Vector.html    |   4 +-
 .../reference/org/apache/arrow/flatbuf/Binary.html |   4 +-
 .../org/apache/arrow/flatbuf/Block.Vector.html     |   4 +-
 .../reference/org/apache/arrow/flatbuf/Block.html  |   4 +-
 .../arrow/flatbuf/BodyCompression.Vector.html      |   4 +-
 .../org/apache/arrow/flatbuf/BodyCompression.html  |   4 +-
 .../arrow/flatbuf/BodyCompressionMethod.html       |   4 +-
 .../org/apache/arrow/flatbuf/Bool.Vector.html      |   4 +-
 .../reference/org/apache/arrow/flatbuf/Bool.html   |   4 +-
 .../org/apache/arrow/flatbuf/Buffer.Vector.html    |   4 +-
 .../reference/org/apache/arrow/flatbuf/Buffer.html |   4 +-
 .../org/apache/arrow/flatbuf/CompressionType.html  |   4 +-
 .../org/apache/arrow/flatbuf/Date.Vector.html      |   4 +-
 .../reference/org/apache/arrow/flatbuf/Date.html   |   4 +-
 .../org/apache/arrow/flatbuf/DateUnit.html         |   4 +-
 .../org/apache/arrow/flatbuf/Decimal.Vector.html   |   4 +-
 .../org/apache/arrow/flatbuf/Decimal.html          |   4 +-
 .../arrow/flatbuf/DictionaryBatch.Vector.html      |   4 +-
 .../org/apache/arrow/flatbuf/DictionaryBatch.html  |   4 +-
 .../arrow/flatbuf/DictionaryEncoding.Vector.html   |   4 +-
 .../apache/arrow/flatbuf/DictionaryEncoding.html   |   4 +-
 .../org/apache/arrow/flatbuf/DictionaryKind.html   |   4 +-
 .../org/apache/arrow/flatbuf/Duration.Vector.html  |   4 +-
 .../org/apache/arrow/flatbuf/Duration.html         |   4 +-
 .../org/apache/arrow/flatbuf/Endianness.html       |   4 +-
 .../org/apache/arrow/flatbuf/Feature.html          |   4 +-
 .../org/apache/arrow/flatbuf/Field.Vector.html     |   4 +-
 .../reference/org/apache/arrow/flatbuf/Field.html  |   4 +-
 .../org/apache/arrow/flatbuf/FieldNode.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/FieldNode.html        |   4 +-
 .../arrow/flatbuf/FixedSizeBinary.Vector.html      |   4 +-
 .../org/apache/arrow/flatbuf/FixedSizeBinary.html  |   4 +-
 .../apache/arrow/flatbuf/FixedSizeList.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/FixedSizeList.html    |   4 +-
 .../apache/arrow/flatbuf/FloatingPoint.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/FloatingPoint.html    |   4 +-
 .../org/apache/arrow/flatbuf/Footer.Vector.html    |   4 +-
 .../reference/org/apache/arrow/flatbuf/Footer.html |   4 +-
 .../org/apache/arrow/flatbuf/Int.Vector.html       |   4 +-
 .../reference/org/apache/arrow/flatbuf/Int.html    |   4 +-
 .../org/apache/arrow/flatbuf/Interval.Vector.html  |   4 +-
 .../org/apache/arrow/flatbuf/Interval.html         |   4 +-
 .../org/apache/arrow/flatbuf/IntervalUnit.html     |   4 +-
 .../org/apache/arrow/flatbuf/KeyValue.Vector.html  |   4 +-
 .../org/apache/arrow/flatbuf/KeyValue.html         |   4 +-
 .../apache/arrow/flatbuf/LargeBinary.Vector.html   |   4 +-
 .../org/apache/arrow/flatbuf/LargeBinary.html      |   4 +-
 .../org/apache/arrow/flatbuf/LargeList.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/LargeList.html        |   4 +-
 .../org/apache/arrow/flatbuf/LargeUtf8.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/LargeUtf8.html        |   4 +-
 .../org/apache/arrow/flatbuf/List.Vector.html      |   4 +-
 .../reference/org/apache/arrow/flatbuf/List.html   |   4 +-
 .../org/apache/arrow/flatbuf/Map.Vector.html       |   4 +-
 .../reference/org/apache/arrow/flatbuf/Map.html    |   4 +-
 .../org/apache/arrow/flatbuf/Message.Vector.html   |   4 +-
 .../org/apache/arrow/flatbuf/Message.html          |   4 +-
 .../org/apache/arrow/flatbuf/MessageHeader.html    |   4 +-
 .../org/apache/arrow/flatbuf/MetadataVersion.html  |   4 +-
 .../org/apache/arrow/flatbuf/Null.Vector.html      |   4 +-
 .../reference/org/apache/arrow/flatbuf/Null.html   |   4 +-
 .../org/apache/arrow/flatbuf/Precision.html        |   4 +-
 .../apache/arrow/flatbuf/RecordBatch.Vector.html   |   4 +-
 .../org/apache/arrow/flatbuf/RecordBatch.html      |   4 +-
 .../org/apache/arrow/flatbuf/Schema.Vector.html    |   4 +-
 .../reference/org/apache/arrow/flatbuf/Schema.html |   4 +-
 .../arrow/flatbuf/SparseMatrixCompressedAxis.html  |   4 +-
 .../arrow/flatbuf/SparseMatrixIndexCSX.Vector.html |   4 +-
 .../apache/arrow/flatbuf/SparseMatrixIndexCSX.html |   4 +-
 .../apache/arrow/flatbuf/SparseTensor.Vector.html  |   4 +-
 .../org/apache/arrow/flatbuf/SparseTensor.html     |   4 +-
 .../apache/arrow/flatbuf/SparseTensorIndex.html    |   4 +-
 .../arrow/flatbuf/SparseTensorIndexCOO.Vector.html |   4 +-
 .../apache/arrow/flatbuf/SparseTensorIndexCOO.html |   4 +-
 .../arrow/flatbuf/SparseTensorIndexCSF.Vector.html |   4 +-
 .../apache/arrow/flatbuf/SparseTensorIndexCSF.html |   4 +-
 .../org/apache/arrow/flatbuf/Struct_.Vector.html   |   4 +-
 .../org/apache/arrow/flatbuf/Struct_.html          |   4 +-
 .../org/apache/arrow/flatbuf/Tensor.Vector.html    |   4 +-
 .../reference/org/apache/arrow/flatbuf/Tensor.html |   4 +-
 .../org/apache/arrow/flatbuf/TensorDim.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/TensorDim.html        |   4 +-
 .../org/apache/arrow/flatbuf/Time.Vector.html      |   4 +-
 .../reference/org/apache/arrow/flatbuf/Time.html   |   4 +-
 .../org/apache/arrow/flatbuf/TimeUnit.html         |   4 +-
 .../org/apache/arrow/flatbuf/Timestamp.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/Timestamp.html        |   4 +-
 .../reference/org/apache/arrow/flatbuf/Type.html   |   4 +-
 .../org/apache/arrow/flatbuf/Union.Vector.html     |   4 +-
 .../reference/org/apache/arrow/flatbuf/Union.html  |   4 +-
 .../org/apache/arrow/flatbuf/UnionMode.html        |   4 +-
 .../org/apache/arrow/flatbuf/Utf8.Vector.html      |   4 +-
 .../reference/org/apache/arrow/flatbuf/Utf8.html   |   4 +-
 .../arrow/flatbuf/class-use/Binary.Vector.html     |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Binary.html |   4 +-
 .../arrow/flatbuf/class-use/Block.Vector.html      |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Block.html  |   4 +-
 .../flatbuf/class-use/BodyCompression.Vector.html  |   4 +-
 .../arrow/flatbuf/class-use/BodyCompression.html   |   4 +-
 .../flatbuf/class-use/BodyCompressionMethod.html   |   4 +-
 .../arrow/flatbuf/class-use/Bool.Vector.html       |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Bool.html   |   4 +-
 .../arrow/flatbuf/class-use/Buffer.Vector.html     |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Buffer.html |   4 +-
 .../arrow/flatbuf/class-use/CompressionType.html   |   4 +-
 .../arrow/flatbuf/class-use/Date.Vector.html       |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Date.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/DateUnit.html   |   4 +-
 .../arrow/flatbuf/class-use/Decimal.Vector.html    |   4 +-
 .../apache/arrow/flatbuf/class-use/Decimal.html    |   4 +-
 .../flatbuf/class-use/DictionaryBatch.Vector.html  |   4 +-
 .../arrow/flatbuf/class-use/DictionaryBatch.html   |   4 +-
 .../class-use/DictionaryEncoding.Vector.html       |   4 +-
 .../flatbuf/class-use/DictionaryEncoding.html      |   4 +-
 .../arrow/flatbuf/class-use/DictionaryKind.html    |   4 +-
 .../arrow/flatbuf/class-use/Duration.Vector.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/Duration.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/Endianness.html |   4 +-
 .../apache/arrow/flatbuf/class-use/Feature.html    |   4 +-
 .../arrow/flatbuf/class-use/Field.Vector.html      |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Field.html  |   4 +-
 .../arrow/flatbuf/class-use/FieldNode.Vector.html  |   4 +-
 .../apache/arrow/flatbuf/class-use/FieldNode.html  |   4 +-
 .../flatbuf/class-use/FixedSizeBinary.Vector.html  |   4 +-
 .../arrow/flatbuf/class-use/FixedSizeBinary.html   |   4 +-
 .../flatbuf/class-use/FixedSizeList.Vector.html    |   4 +-
 .../arrow/flatbuf/class-use/FixedSizeList.html     |   4 +-
 .../flatbuf/class-use/FloatingPoint.Vector.html    |   4 +-
 .../arrow/flatbuf/class-use/FloatingPoint.html     |   4 +-
 .../arrow/flatbuf/class-use/Footer.Vector.html     |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Footer.html |   4 +-
 .../apache/arrow/flatbuf/class-use/Int.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Int.html    |   4 +-
 .../arrow/flatbuf/class-use/Interval.Vector.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/Interval.html   |   4 +-
 .../arrow/flatbuf/class-use/IntervalUnit.html      |   4 +-
 .../arrow/flatbuf/class-use/KeyValue.Vector.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/KeyValue.html   |   4 +-
 .../flatbuf/class-use/LargeBinary.Vector.html      |   4 +-
 .../arrow/flatbuf/class-use/LargeBinary.html       |   4 +-
 .../arrow/flatbuf/class-use/LargeList.Vector.html  |   4 +-
 .../apache/arrow/flatbuf/class-use/LargeList.html  |   4 +-
 .../arrow/flatbuf/class-use/LargeUtf8.Vector.html  |   4 +-
 .../apache/arrow/flatbuf/class-use/LargeUtf8.html  |   4 +-
 .../arrow/flatbuf/class-use/List.Vector.html       |   4 +-
 .../org/apache/arrow/flatbuf/class-use/List.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/Map.Vector.html |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Map.html    |   4 +-
 .../arrow/flatbuf/class-use/Message.Vector.html    |   4 +-
 .../apache/arrow/flatbuf/class-use/Message.html    |   4 +-
 .../arrow/flatbuf/class-use/MessageHeader.html     |   4 +-
 .../arrow/flatbuf/class-use/MetadataVersion.html   |   4 +-
 .../arrow/flatbuf/class-use/Null.Vector.html       |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Null.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/Precision.html  |   4 +-
 .../flatbuf/class-use/RecordBatch.Vector.html      |   4 +-
 .../arrow/flatbuf/class-use/RecordBatch.html       |   4 +-
 .../arrow/flatbuf/class-use/Schema.Vector.html     |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Schema.html |   4 +-
 .../class-use/SparseMatrixCompressedAxis.html      |   4 +-
 .../class-use/SparseMatrixIndexCSX.Vector.html     |   4 +-
 .../flatbuf/class-use/SparseMatrixIndexCSX.html    |   4 +-
 .../flatbuf/class-use/SparseTensor.Vector.html     |   4 +-
 .../arrow/flatbuf/class-use/SparseTensor.html      |   4 +-
 .../arrow/flatbuf/class-use/SparseTensorIndex.html |   4 +-
 .../class-use/SparseTensorIndexCOO.Vector.html     |   4 +-
 .../flatbuf/class-use/SparseTensorIndexCOO.html    |   4 +-
 .../class-use/SparseTensorIndexCSF.Vector.html     |   4 +-
 .../flatbuf/class-use/SparseTensorIndexCSF.html    |   4 +-
 .../arrow/flatbuf/class-use/Struct_.Vector.html    |   4 +-
 .../apache/arrow/flatbuf/class-use/Struct_.html    |   4 +-
 .../arrow/flatbuf/class-use/Tensor.Vector.html     |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Tensor.html |   4 +-
 .../arrow/flatbuf/class-use/TensorDim.Vector.html  |   4 +-
 .../apache/arrow/flatbuf/class-use/TensorDim.html  |   4 +-
 .../arrow/flatbuf/class-use/Time.Vector.html       |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Time.html   |   4 +-
 .../apache/arrow/flatbuf/class-use/TimeUnit.html   |   4 +-
 .../arrow/flatbuf/class-use/Timestamp.Vector.html  |   4 +-
 .../apache/arrow/flatbuf/class-use/Timestamp.html  |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Type.html   |   4 +-
 .../arrow/flatbuf/class-use/Union.Vector.html      |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Union.html  |   4 +-
 .../apache/arrow/flatbuf/class-use/UnionMode.html  |   4 +-
 .../arrow/flatbuf/class-use/Utf8.Vector.html       |   4 +-
 .../org/apache/arrow/flatbuf/class-use/Utf8.html   |   4 +-
 .../org/apache/arrow/flatbuf/package-frame.html    |   4 +-
 .../org/apache/arrow/flatbuf/package-summary.html  |   4 +-
 .../org/apache/arrow/flatbuf/package-tree.html     |   4 +-
 .../org/apache/arrow/flatbuf/package-use.html      |   4 +-
 .../reference/org/apache/arrow/flight/Action.html  |   4 +-
 .../org/apache/arrow/flight/ActionType.html        |   4 +-
 .../org/apache/arrow/flight/AsyncPutListener.html  |   4 +-
 ...ssureStrategy.CallbackBackpressureStrategy.html |   4 +-
 .../flight/BackpressureStrategy.WaitResult.html    |   4 +-
 .../apache/arrow/flight/BackpressureStrategy.html  |   4 +-
 .../org/apache/arrow/flight/CallHeaders.html       |   4 +-
 .../org/apache/arrow/flight/CallInfo.html          |   4 +-
 .../org/apache/arrow/flight/CallOption.html        |   4 +-
 .../arrow/flight/CallOptions.GrpcCallOption.html   |   4 +-
 .../org/apache/arrow/flight/CallOptions.html       |   4 +-
 .../org/apache/arrow/flight/CallStatus.html        |   4 +-
 .../org/apache/arrow/flight/Criteria.html          |   4 +-
 .../apache/arrow/flight/ErrorFlightMetadata.html   |   4 +-
 .../org/apache/arrow/flight/FlightCallHeaders.html |   4 +-
 .../apache/arrow/flight/FlightClient.Builder.html  |   4 +-
 .../flight/FlightClient.ClientStreamListener.html  |   4 +-
 .../flight/FlightClient.ExchangeReaderWriter.html  |   4 +-
 .../arrow/flight/FlightClient.PutListener.html     |   4 +-
 .../org/apache/arrow/flight/FlightClient.html      |   4 +-
 .../flight/FlightClientMiddleware.Factory.html     |   4 +-
 .../arrow/flight/FlightClientMiddleware.html       |   4 +-
 .../org/apache/arrow/flight/FlightConstants.html   |   4 +-
 .../org/apache/arrow/flight/FlightDescriptor.html  |   4 +-
 .../org/apache/arrow/flight/FlightEndpoint.html    |   4 +-
 .../org/apache/arrow/flight/FlightGrpcUtils.html   |   4 +-
 .../org/apache/arrow/flight/FlightInfo.html        |   4 +-
 .../org/apache/arrow/flight/FlightMethod.html      |   4 +-
 .../arrow/flight/FlightProducer.CallContext.html   |   4 +-
 .../FlightProducer.ServerStreamListener.html       |   4 +-
 .../flight/FlightProducer.StreamListener.html      |   4 +-
 .../org/apache/arrow/flight/FlightProducer.html    |   4 +-
 .../arrow/flight/FlightRuntimeException.html       |   4 +-
 .../apache/arrow/flight/FlightServer.Builder.html  |   4 +-
 .../org/apache/arrow/flight/FlightServer.html      |   4 +-
 .../flight/FlightServerMiddleware.Factory.html     |   4 +-
 .../arrow/flight/FlightServerMiddleware.Key.html   |   4 +-
 .../arrow/flight/FlightServerMiddleware.html       |   4 +-
 .../org/apache/arrow/flight/FlightStatusCode.html  |   4 +-
 .../arrow/flight/FlightStream.Cancellable.html     |   4 +-
 .../arrow/flight/FlightStream.Requestor.html       |   4 +-
 .../org/apache/arrow/flight/FlightStream.html      |   4 +-
 .../org/apache/arrow/flight/HeaderCallOption.html  |   4 +-
 .../org/apache/arrow/flight/Location.html          |   4 +-
 .../org/apache/arrow/flight/LocationSchemes.html   |   4 +-
 .../apache/arrow/flight/NoOpFlightProducer.html    |   4 +-
 .../apache/arrow/flight/NoOpStreamListener.html    |   4 +-
 .../arrow/flight/OutboundStreamListener.html       |   4 +-
 .../org/apache/arrow/flight/PutResult.html         |   4 +-
 .../org/apache/arrow/flight/RequestContext.html    |   4 +-
 .../reference/org/apache/arrow/flight/Result.html  |   4 +-
 .../org/apache/arrow/flight/SchemaResult.html      |   4 +-
 .../flight/ServerHeaderMiddleware.Factory.html     |   4 +-
 .../arrow/flight/ServerHeaderMiddleware.html       |   4 +-
 .../org/apache/arrow/flight/SyncPutListener.html   |   4 +-
 .../reference/org/apache/arrow/flight/Test.html    |   4 +-
 .../TestServiceGrpc.TestServiceBlockingStub.html   |   4 +-
 .../TestServiceGrpc.TestServiceFutureStub.html     |   4 +-
 .../TestServiceGrpc.TestServiceImplBase.html       |   4 +-
 .../flight/TestServiceGrpc.TestServiceStub.html    |   4 +-
 .../org/apache/arrow/flight/TestServiceGrpc.html   |   4 +-
 .../reference/org/apache/arrow/flight/Ticket.html  |   4 +-
 .../apache/arrow/flight/auth/AuthConstants.html    |   4 +-
 .../arrow/flight/auth/BasicClientAuthHandler.html  |   4 +-
 .../BasicServerAuthHandler.BasicAuthValidator.html |   4 +-
 .../arrow/flight/auth/BasicServerAuthHandler.html  |   4 +-
 .../auth/ClientAuthHandler.ClientAuthSender.html   |   4 +-
 .../arrow/flight/auth/ClientAuthHandler.html       |   4 +-
 .../arrow/flight/auth/ClientAuthInterceptor.html   |   4 +-
 .../arrow/flight/auth/ClientAuthWrapper.html       |   4 +-
 .../auth/ServerAuthHandler.ServerAuthSender.html   |   4 +-
 .../arrow/flight/auth/ServerAuthHandler.html       |   4 +-
 .../arrow/flight/auth/ServerAuthInterceptor.html   |   4 +-
 .../arrow/flight/auth/ServerAuthWrapper.html       |   4 +-
 .../arrow/flight/auth/class-use/AuthConstants.html |   4 +-
 .../auth/class-use/BasicClientAuthHandler.html     |   4 +-
 .../BasicServerAuthHandler.BasicAuthValidator.html |   4 +-
 .../auth/class-use/BasicServerAuthHandler.html     |   4 +-
 .../ClientAuthHandler.ClientAuthSender.html        |   4 +-
 .../flight/auth/class-use/ClientAuthHandler.html   |   4 +-
 .../auth/class-use/ClientAuthInterceptor.html      |   4 +-
 .../flight/auth/class-use/ClientAuthWrapper.html   |   4 +-
 .../ServerAuthHandler.ServerAuthSender.html        |   4 +-
 .../flight/auth/class-use/ServerAuthHandler.html   |   4 +-
 .../auth/class-use/ServerAuthInterceptor.html      |   4 +-
 .../flight/auth/class-use/ServerAuthWrapper.html   |   4 +-
 .../apache/arrow/flight/auth/package-frame.html    |   4 +-
 .../apache/arrow/flight/auth/package-summary.html  |   4 +-
 .../org/apache/arrow/flight/auth/package-tree.html |   4 +-
 .../org/apache/arrow/flight/auth/package-use.html  |   4 +-
 .../apache/arrow/flight/auth2/Auth2Constants.html  |   4 +-
 .../apache/arrow/flight/auth2/AuthUtilities.html   |   4 +-
 .../flight/auth2/BasicAuthCredentialWriter.html    |   4 +-
 ...allHeaderAuthenticator.CredentialValidator.html |   4 +-
 .../flight/auth2/BasicCallHeaderAuthenticator.html |   4 +-
 .../arrow/flight/auth2/BearerCredentialWriter.html |   4 +-
 .../flight/auth2/BearerTokenAuthenticator.html     |   4 +-
 .../auth2/CallHeaderAuthenticator.AuthResult.html  |   4 +-
 .../flight/auth2/CallHeaderAuthenticator.html      |   4 +-
 .../flight/auth2/ClientBearerHeaderHandler.html    |   4 +-
 .../arrow/flight/auth2/ClientHandshakeWrapper.html |   4 +-
 .../arrow/flight/auth2/ClientHeaderHandler.html    |   4 +-
 ...ClientIncomingAuthHeaderMiddleware.Factory.html |   4 +-
 .../auth2/ClientIncomingAuthHeaderMiddleware.html  |   4 +-
 .../auth2/GeneratedBearerTokenAuthenticator.html   |   4 +-
 .../ServerCallHeaderAuthMiddleware.Factory.html    |   4 +-
 .../auth2/ServerCallHeaderAuthMiddleware.html      |   4 +-
 .../flight/auth2/class-use/Auth2Constants.html     |   4 +-
 .../flight/auth2/class-use/AuthUtilities.html      |   4 +-
 .../auth2/class-use/BasicAuthCredentialWriter.html |   4 +-
 ...allHeaderAuthenticator.CredentialValidator.html |   4 +-
 .../class-use/BasicCallHeaderAuthenticator.html    |   4 +-
 .../auth2/class-use/BearerCredentialWriter.html    |   4 +-
 .../auth2/class-use/BearerTokenAuthenticator.html  |   4 +-
 .../CallHeaderAuthenticator.AuthResult.html        |   4 +-
 .../auth2/class-use/CallHeaderAuthenticator.html   |   4 +-
 .../auth2/class-use/ClientBearerHeaderHandler.html |   4 +-
 .../auth2/class-use/ClientHandshakeWrapper.html    |   4 +-
 .../auth2/class-use/ClientHeaderHandler.html       |   4 +-
 ...ClientIncomingAuthHeaderMiddleware.Factory.html |   4 +-
 .../ClientIncomingAuthHeaderMiddleware.html        |   4 +-
 .../GeneratedBearerTokenAuthenticator.html         |   4 +-
 .../ServerCallHeaderAuthMiddleware.Factory.html    |   4 +-
 .../class-use/ServerCallHeaderAuthMiddleware.html  |   4 +-
 .../apache/arrow/flight/auth2/package-frame.html   |   4 +-
 .../apache/arrow/flight/auth2/package-summary.html |   4 +-
 .../apache/arrow/flight/auth2/package-tree.html    |   4 +-
 .../org/apache/arrow/flight/auth2/package-use.html |   4 +-
 .../org/apache/arrow/flight/class-use/Action.html  |   4 +-
 .../apache/arrow/flight/class-use/ActionType.html  |   4 +-
 .../arrow/flight/class-use/AsyncPutListener.html   |   4 +-
 ...ssureStrategy.CallbackBackpressureStrategy.html |   4 +-
 .../class-use/BackpressureStrategy.WaitResult.html |   4 +-
 .../flight/class-use/BackpressureStrategy.html     |   4 +-
 .../apache/arrow/flight/class-use/CallHeaders.html |   4 +-
 .../apache/arrow/flight/class-use/CallInfo.html    |   4 +-
 .../apache/arrow/flight/class-use/CallOption.html  |   4 +-
 .../class-use/CallOptions.GrpcCallOption.html      |   4 +-
 .../apache/arrow/flight/class-use/CallOptions.html |   4 +-
 .../apache/arrow/flight/class-use/CallStatus.html  |   4 +-
 .../apache/arrow/flight/class-use/Criteria.html    |   4 +-
 .../flight/class-use/ErrorFlightMetadata.html      |   4 +-
 .../arrow/flight/class-use/FlightCallHeaders.html  |   4 +-
 .../flight/class-use/FlightClient.Builder.html     |   4 +-
 .../FlightClient.ClientStreamListener.html         |   4 +-
 .../FlightClient.ExchangeReaderWriter.html         |   4 +-
 .../flight/class-use/FlightClient.PutListener.html |   4 +-
 .../arrow/flight/class-use/FlightClient.html       |   4 +-
 .../class-use/FlightClientMiddleware.Factory.html  |   4 +-
 .../flight/class-use/FlightClientMiddleware.html   |   4 +-
 .../arrow/flight/class-use/FlightConstants.html    |   4 +-
 .../arrow/flight/class-use/FlightDescriptor.html   |   4 +-
 .../arrow/flight/class-use/FlightEndpoint.html     |   4 +-
 .../arrow/flight/class-use/FlightGrpcUtils.html    |   4 +-
 .../apache/arrow/flight/class-use/FlightInfo.html  |   4 +-
 .../arrow/flight/class-use/FlightMethod.html       |   4 +-
 .../class-use/FlightProducer.CallContext.html      |   4 +-
 .../FlightProducer.ServerStreamListener.html       |   4 +-
 .../class-use/FlightProducer.StreamListener.html   |   4 +-
 .../arrow/flight/class-use/FlightProducer.html     |   4 +-
 .../flight/class-use/FlightRuntimeException.html   |   4 +-
 .../flight/class-use/FlightServer.Builder.html     |   4 +-
 .../arrow/flight/class-use/FlightServer.html       |   4 +-
 .../class-use/FlightServerMiddleware.Factory.html  |   4 +-
 .../class-use/FlightServerMiddleware.Key.html      |   4 +-
 .../flight/class-use/FlightServerMiddleware.html   |   4 +-
 .../arrow/flight/class-use/FlightStatusCode.html   |   4 +-
 .../flight/class-use/FlightStream.Cancellable.html |   4 +-
 .../flight/class-use/FlightStream.Requestor.html   |   4 +-
 .../arrow/flight/class-use/FlightStream.html       |   4 +-
 .../arrow/flight/class-use/HeaderCallOption.html   |   4 +-
 .../apache/arrow/flight/class-use/Location.html    |   4 +-
 .../arrow/flight/class-use/LocationSchemes.html    |   4 +-
 .../arrow/flight/class-use/NoOpFlightProducer.html |   4 +-
 .../arrow/flight/class-use/NoOpStreamListener.html |   4 +-
 .../flight/class-use/OutboundStreamListener.html   |   4 +-
 .../apache/arrow/flight/class-use/PutResult.html   |   4 +-
 .../arrow/flight/class-use/RequestContext.html     |   4 +-
 .../org/apache/arrow/flight/class-use/Result.html  |   4 +-
 .../arrow/flight/class-use/SchemaResult.html       |   4 +-
 .../class-use/ServerHeaderMiddleware.Factory.html  |   4 +-
 .../flight/class-use/ServerHeaderMiddleware.html   |   4 +-
 .../arrow/flight/class-use/SyncPutListener.html    |   4 +-
 .../org/apache/arrow/flight/class-use/Test.html    |   4 +-
 .../TestServiceGrpc.TestServiceBlockingStub.html   |   4 +-
 .../TestServiceGrpc.TestServiceFutureStub.html     |   4 +-
 .../TestServiceGrpc.TestServiceImplBase.html       |   4 +-
 .../class-use/TestServiceGrpc.TestServiceStub.html |   4 +-
 .../arrow/flight/class-use/TestServiceGrpc.html    |   4 +-
 .../org/apache/arrow/flight/class-use/Ticket.html  |   4 +-
 .../client/ClientCookieMiddleware.Factory.html     |   4 +-
 .../flight/client/ClientCookieMiddleware.html      |   4 +-
 .../class-use/ClientCookieMiddleware.Factory.html  |   4 +-
 .../client/class-use/ClientCookieMiddleware.html   |   4 +-
 .../apache/arrow/flight/client/package-frame.html  |   4 +-
 .../arrow/flight/client/package-summary.html       |   4 +-
 .../apache/arrow/flight/client/package-tree.html   |   4 +-
 .../apache/arrow/flight/client/package-use.html    |   4 +-
 .../arrow/flight/grpc/AddWritableBuffer.html       |   4 +-
 .../arrow/flight/grpc/CallCredentialAdapter.html   |   4 +-
 .../flight/grpc/ClientInterceptorAdapter.html      |   4 +-
 .../grpc/ContextPropagatingExecutorService.html    |   4 +-
 .../arrow/flight/grpc/CredentialCallOption.html    |   4 +-
 .../arrow/flight/grpc/GetReadableBuffer.html       |   4 +-
 .../apache/arrow/flight/grpc/MetadataAdapter.html  |   4 +-
 .../arrow/flight/grpc/RequestContextAdapter.html   |   4 +-
 .../grpc/ServerInterceptorAdapter.KeyFactory.html  |   4 +-
 .../flight/grpc/ServerInterceptorAdapter.html      |   4 +-
 .../org/apache/arrow/flight/grpc/StatusUtils.html  |   4 +-
 .../flight/grpc/class-use/AddWritableBuffer.html   |   4 +-
 .../grpc/class-use/CallCredentialAdapter.html      |   4 +-
 .../grpc/class-use/ClientInterceptorAdapter.html   |   4 +-
 .../ContextPropagatingExecutorService.html         |   4 +-
 .../grpc/class-use/CredentialCallOption.html       |   4 +-
 .../flight/grpc/class-use/GetReadableBuffer.html   |   4 +-
 .../flight/grpc/class-use/MetadataAdapter.html     |   4 +-
 .../grpc/class-use/RequestContextAdapter.html      |   4 +-
 .../ServerInterceptorAdapter.KeyFactory.html       |   4 +-
 .../grpc/class-use/ServerInterceptorAdapter.html   |   4 +-
 .../arrow/flight/grpc/class-use/StatusUtils.html   |   4 +-
 .../apache/arrow/flight/grpc/package-frame.html    |   4 +-
 .../apache/arrow/flight/grpc/package-summary.html  |   4 +-
 .../org/apache/arrow/flight/grpc/package-tree.html |   4 +-
 .../org/apache/arrow/flight/grpc/package-use.html  |   4 +-
 .../arrow/flight/impl/Flight.Action.Builder.html   |   4 +-
 .../apache/arrow/flight/impl/Flight.Action.html    |   4 +-
 .../arrow/flight/impl/Flight.ActionOrBuilder.html  |   4 +-
 .../flight/impl/Flight.ActionType.Builder.html     |   4 +-
 .../arrow/flight/impl/Flight.ActionType.html       |   4 +-
 .../flight/impl/Flight.ActionTypeOrBuilder.html    |   4 +-
 .../flight/impl/Flight.BasicAuth.Builder.html      |   4 +-
 .../apache/arrow/flight/impl/Flight.BasicAuth.html |   4 +-
 .../flight/impl/Flight.BasicAuthOrBuilder.html     |   4 +-
 .../arrow/flight/impl/Flight.Criteria.Builder.html |   4 +-
 .../apache/arrow/flight/impl/Flight.Criteria.html  |   4 +-
 .../flight/impl/Flight.CriteriaOrBuilder.html      |   4 +-
 .../arrow/flight/impl/Flight.Empty.Builder.html    |   4 +-
 .../org/apache/arrow/flight/impl/Flight.Empty.html |   4 +-
 .../arrow/flight/impl/Flight.EmptyOrBuilder.html   |   4 +-
 .../flight/impl/Flight.FlightData.Builder.html     |   4 +-
 .../arrow/flight/impl/Flight.FlightData.html       |   4 +-
 .../flight/impl/Flight.FlightDataOrBuilder.html    |   4 +-
 .../impl/Flight.FlightDescriptor.Builder.html      |   4 +-
 .../Flight.FlightDescriptor.DescriptorType.html    |   4 +-
 .../arrow/flight/impl/Flight.FlightDescriptor.html |   4 +-
 .../impl/Flight.FlightDescriptorOrBuilder.html     |   4 +-
 .../flight/impl/Flight.FlightEndpoint.Builder.html |   4 +-
 .../arrow/flight/impl/Flight.FlightEndpoint.html   |   4 +-
 .../impl/Flight.FlightEndpointOrBuilder.html       |   4 +-
 .../flight/impl/Flight.FlightInfo.Builder.html     |   4 +-
 .../arrow/flight/impl/Flight.FlightInfo.html       |   4 +-
 .../flight/impl/Flight.FlightInfoOrBuilder.html    |   4 +-
 .../impl/Flight.HandshakeRequest.Builder.html      |   4 +-
 .../arrow/flight/impl/Flight.HandshakeRequest.html |   4 +-
 .../impl/Flight.HandshakeRequestOrBuilder.html     |   4 +-
 .../impl/Flight.HandshakeResponse.Builder.html     |   4 +-
 .../flight/impl/Flight.HandshakeResponse.html      |   4 +-
 .../impl/Flight.HandshakeResponseOrBuilder.html    |   4 +-
 .../arrow/flight/impl/Flight.Location.Builder.html |   4 +-
 .../apache/arrow/flight/impl/Flight.Location.html  |   4 +-
 .../flight/impl/Flight.LocationOrBuilder.html      |   4 +-
 .../flight/impl/Flight.PutResult.Builder.html      |   4 +-
 .../apache/arrow/flight/impl/Flight.PutResult.html |   4 +-
 .../flight/impl/Flight.PutResultOrBuilder.html     |   4 +-
 .../arrow/flight/impl/Flight.Result.Builder.html   |   4 +-
 .../apache/arrow/flight/impl/Flight.Result.html    |   4 +-
 .../arrow/flight/impl/Flight.ResultOrBuilder.html  |   4 +-
 .../flight/impl/Flight.SchemaResult.Builder.html   |   4 +-
 .../arrow/flight/impl/Flight.SchemaResult.html     |   4 +-
 .../flight/impl/Flight.SchemaResultOrBuilder.html  |   4 +-
 .../arrow/flight/impl/Flight.Ticket.Builder.html   |   4 +-
 .../apache/arrow/flight/impl/Flight.Ticket.html    |   4 +-
 .../arrow/flight/impl/Flight.TicketOrBuilder.html  |   4 +-
 .../org/apache/arrow/flight/impl/Flight.html       |   4 +-
 ...lightServiceGrpc.FlightServiceBlockingStub.html |   4 +-
 .../FlightServiceGrpc.FlightServiceFutureStub.html |   4 +-
 .../FlightServiceGrpc.FlightServiceImplBase.html   |   4 +-
 .../impl/FlightServiceGrpc.FlightServiceStub.html  |   4 +-
 .../arrow/flight/impl/FlightServiceGrpc.html       |   4 +-
 .../impl/class-use/Flight.Action.Builder.html      |   4 +-
 .../arrow/flight/impl/class-use/Flight.Action.html |   4 +-
 .../impl/class-use/Flight.ActionOrBuilder.html     |   4 +-
 .../impl/class-use/Flight.ActionType.Builder.html  |   4 +-
 .../flight/impl/class-use/Flight.ActionType.html   |   4 +-
 .../impl/class-use/Flight.ActionTypeOrBuilder.html |   4 +-
 .../impl/class-use/Flight.BasicAuth.Builder.html   |   4 +-
 .../flight/impl/class-use/Flight.BasicAuth.html    |   4 +-
 .../impl/class-use/Flight.BasicAuthOrBuilder.html  |   4 +-
 .../impl/class-use/Flight.Criteria.Builder.html    |   4 +-
 .../flight/impl/class-use/Flight.Criteria.html     |   4 +-
 .../impl/class-use/Flight.CriteriaOrBuilder.html   |   4 +-
 .../impl/class-use/Flight.Empty.Builder.html       |   4 +-
 .../arrow/flight/impl/class-use/Flight.Empty.html  |   4 +-
 .../impl/class-use/Flight.EmptyOrBuilder.html      |   4 +-
 .../impl/class-use/Flight.FlightData.Builder.html  |   4 +-
 .../flight/impl/class-use/Flight.FlightData.html   |   4 +-
 .../impl/class-use/Flight.FlightDataOrBuilder.html |   4 +-
 .../class-use/Flight.FlightDescriptor.Builder.html |   4 +-
 .../Flight.FlightDescriptor.DescriptorType.html    |   4 +-
 .../impl/class-use/Flight.FlightDescriptor.html    |   4 +-
 .../Flight.FlightDescriptorOrBuilder.html          |   4 +-
 .../class-use/Flight.FlightEndpoint.Builder.html   |   4 +-
 .../impl/class-use/Flight.FlightEndpoint.html      |   4 +-
 .../class-use/Flight.FlightEndpointOrBuilder.html  |   4 +-
 .../impl/class-use/Flight.FlightInfo.Builder.html  |   4 +-
 .../flight/impl/class-use/Flight.FlightInfo.html   |   4 +-
 .../impl/class-use/Flight.FlightInfoOrBuilder.html |   4 +-
 .../class-use/Flight.HandshakeRequest.Builder.html |   4 +-
 .../impl/class-use/Flight.HandshakeRequest.html    |   4 +-
 .../Flight.HandshakeRequestOrBuilder.html          |   4 +-
 .../Flight.HandshakeResponse.Builder.html          |   4 +-
 .../impl/class-use/Flight.HandshakeResponse.html   |   4 +-
 .../Flight.HandshakeResponseOrBuilder.html         |   4 +-
 .../impl/class-use/Flight.Location.Builder.html    |   4 +-
 .../flight/impl/class-use/Flight.Location.html     |   4 +-
 .../impl/class-use/Flight.LocationOrBuilder.html   |   4 +-
 .../impl/class-use/Flight.PutResult.Builder.html   |   4 +-
 .../flight/impl/class-use/Flight.PutResult.html    |   4 +-
 .../impl/class-use/Flight.PutResultOrBuilder.html  |   4 +-
 .../impl/class-use/Flight.Result.Builder.html      |   4 +-
 .../arrow/flight/impl/class-use/Flight.Result.html |   4 +-
 .../impl/class-use/Flight.ResultOrBuilder.html     |   4 +-
 .../class-use/Flight.SchemaResult.Builder.html     |   4 +-
 .../flight/impl/class-use/Flight.SchemaResult.html |   4 +-
 .../class-use/Flight.SchemaResultOrBuilder.html    |   4 +-
 .../impl/class-use/Flight.Ticket.Builder.html      |   4 +-
 .../arrow/flight/impl/class-use/Flight.Ticket.html |   4 +-
 .../impl/class-use/Flight.TicketOrBuilder.html     |   4 +-
 .../apache/arrow/flight/impl/class-use/Flight.html |   4 +-
 ...lightServiceGrpc.FlightServiceBlockingStub.html |   4 +-
 .../FlightServiceGrpc.FlightServiceFutureStub.html |   4 +-
 .../FlightServiceGrpc.FlightServiceImplBase.html   |   4 +-
 .../FlightServiceGrpc.FlightServiceStub.html       |   4 +-
 .../flight/impl/class-use/FlightServiceGrpc.html   |   4 +-
 .../apache/arrow/flight/impl/package-frame.html    |   4 +-
 .../apache/arrow/flight/impl/package-summary.html  |   4 +-
 .../org/apache/arrow/flight/impl/package-tree.html |   4 +-
 .../org/apache/arrow/flight/impl/package-use.html  |   4 +-
 .../tests/FlightSqlExtensionScenario.html          |   4 +-
 .../integration/tests/FlightSqlScenario.html       |   4 +-
 .../tests/FlightSqlScenarioProducer.html           |   4 +-
 .../integration/tests/IntegrationProducer.html     |   4 +-
 .../class-use/FlightSqlExtensionScenario.html      |   4 +-
 .../tests/class-use/FlightSqlScenario.html         |   4 +-
 .../tests/class-use/FlightSqlScenarioProducer.html |   4 +-
 .../tests/class-use/IntegrationProducer.html       |   4 +-
 .../flight/integration/tests/package-frame.html    |   4 +-
 .../flight/integration/tests/package-summary.html  |   4 +-
 .../flight/integration/tests/package-tree.html     |   4 +-
 .../flight/integration/tests/package-use.html      |   4 +-
 .../org/apache/arrow/flight/package-frame.html     |   4 +-
 .../org/apache/arrow/flight/package-summary.html   |   4 +-
 .../org/apache/arrow/flight/package-tree.html      |   4 +-
 .../org/apache/arrow/flight/package-use.html       |   4 +-
 .../perf/impl/PerfOuterClass.Perf.Builder.html     |   4 +-
 .../flight/perf/impl/PerfOuterClass.Perf.html      |   4 +-
 .../perf/impl/PerfOuterClass.PerfOrBuilder.html    |   4 +-
 .../perf/impl/PerfOuterClass.Token.Builder.html    |   4 +-
 .../flight/perf/impl/PerfOuterClass.Token.html     |   4 +-
 .../perf/impl/PerfOuterClass.TokenOrBuilder.html   |   4 +-
 .../arrow/flight/perf/impl/PerfOuterClass.html     |   4 +-
 .../class-use/PerfOuterClass.Perf.Builder.html     |   4 +-
 .../perf/impl/class-use/PerfOuterClass.Perf.html   |   4 +-
 .../class-use/PerfOuterClass.PerfOrBuilder.html    |   4 +-
 .../class-use/PerfOuterClass.Token.Builder.html    |   4 +-
 .../perf/impl/class-use/PerfOuterClass.Token.html  |   4 +-
 .../class-use/PerfOuterClass.TokenOrBuilder.html   |   4 +-
 .../flight/perf/impl/class-use/PerfOuterClass.html |   4 +-
 .../arrow/flight/perf/impl/package-frame.html      |   4 +-
 .../arrow/flight/perf/impl/package-summary.html    |   4 +-
 .../arrow/flight/perf/impl/package-tree.html       |   4 +-
 .../apache/arrow/flight/perf/impl/package-use.html |   4 +-
 .../org/apache/arrow/flight/sql/CancelResult.html  |   4 +-
 .../sql/FlightSqlClient.PreparedStatement.html     |   4 +-
 .../flight/sql/FlightSqlClient.Savepoint.html      |   4 +-
 .../flight/sql/FlightSqlClient.SubstraitPlan.html  |   4 +-
 .../flight/sql/FlightSqlClient.Transaction.html    |   4 +-
 .../apache/arrow/flight/sql/FlightSqlClient.html   |   4 +-
 .../sql/FlightSqlColumnMetadata.Builder.html       |   4 +-
 .../arrow/flight/sql/FlightSqlColumnMetadata.html  |   4 +-
 .../flight/sql/FlightSqlProducer.Schemas.html      |   4 +-
 .../apache/arrow/flight/sql/FlightSqlProducer.html |   4 +-
 .../apache/arrow/flight/sql/FlightSqlUtils.html    |   4 +-
 .../apache/arrow/flight/sql/SqlInfoBuilder.html    |   4 +-
 .../arrow/flight/sql/class-use/CancelResult.html   |   4 +-
 .../FlightSqlClient.PreparedStatement.html         |   4 +-
 .../sql/class-use/FlightSqlClient.Savepoint.html   |   4 +-
 .../class-use/FlightSqlClient.SubstraitPlan.html   |   4 +-
 .../sql/class-use/FlightSqlClient.Transaction.html |   4 +-
 .../flight/sql/class-use/FlightSqlClient.html      |   4 +-
 .../class-use/FlightSqlColumnMetadata.Builder.html |   4 +-
 .../sql/class-use/FlightSqlColumnMetadata.html     |   4 +-
 .../sql/class-use/FlightSqlProducer.Schemas.html   |   4 +-
 .../flight/sql/class-use/FlightSqlProducer.html    |   4 +-
 .../arrow/flight/sql/class-use/FlightSqlUtils.html |   4 +-
 .../arrow/flight/sql/class-use/SqlInfoBuilder.html |   4 +-
 .../flight/sql/example/FlightSqlClientDemoApp.html |   4 +-
 .../example/class-use/FlightSqlClientDemoApp.html  |   4 +-
 .../arrow/flight/sql/example/package-frame.html    |   4 +-
 .../arrow/flight/sql/example/package-summary.html  |   4 +-
 .../arrow/flight/sql/example/package-tree.html     |   4 +-
 .../arrow/flight/sql/example/package-use.html      |   4 +-
 ...ghtSql.ActionBeginSavepointRequest.Builder.html |   4 +-
 .../FlightSql.ActionBeginSavepointRequest.html     |   4 +-
 ...htSql.ActionBeginSavepointRequestOrBuilder.html |   4 +-
 ...ightSql.ActionBeginSavepointResult.Builder.html |   4 +-
 .../impl/FlightSql.ActionBeginSavepointResult.html |   4 +-
 ...ghtSql.ActionBeginSavepointResultOrBuilder.html |   4 +-
 ...tSql.ActionBeginTransactionRequest.Builder.html |   4 +-
 .../FlightSql.ActionBeginTransactionRequest.html   |   4 +-
 ...Sql.ActionBeginTransactionRequestOrBuilder.html |   4 +-
 ...htSql.ActionBeginTransactionResult.Builder.html |   4 +-
 .../FlightSql.ActionBeginTransactionResult.html    |   4 +-
 ...tSql.ActionBeginTransactionResultOrBuilder.html |   4 +-
 ...FlightSql.ActionCancelQueryRequest.Builder.html |   4 +-
 .../impl/FlightSql.ActionCancelQueryRequest.html   |   4 +-
 ...lightSql.ActionCancelQueryRequestOrBuilder.html |   4 +-
 .../FlightSql.ActionCancelQueryResult.Builder.html |   4 +-
 ...htSql.ActionCancelQueryResult.CancelResult.html |   4 +-
 .../impl/FlightSql.ActionCancelQueryResult.html    |   4 +-
 ...FlightSql.ActionCancelQueryResultOrBuilder.html |   4 +-
 ...ctionClosePreparedStatementRequest.Builder.html |   4 +-
 ...ghtSql.ActionClosePreparedStatementRequest.html |   4 +-
 ...tionClosePreparedStatementRequestOrBuilder.html |   4 +-
 ...tionCreatePreparedStatementRequest.Builder.html |   4 +-
 ...htSql.ActionCreatePreparedStatementRequest.html |   4 +-
 ...ionCreatePreparedStatementRequestOrBuilder.html |   4 +-
 ...ctionCreatePreparedStatementResult.Builder.html |   4 +-
 ...ghtSql.ActionCreatePreparedStatementResult.html |   4 +-
 ...tionCreatePreparedStatementResultOrBuilder.html |   4 +-
 ...CreatePreparedSubstraitPlanRequest.Builder.html |   4 +-
 ...l.ActionCreatePreparedSubstraitPlanRequest.html |   4 +-
 ...reatePreparedSubstraitPlanRequestOrBuilder.html |   4 +-
 ...lightSql.ActionEndSavepointRequest.Builder.html |   4 +-
 ...Sql.ActionEndSavepointRequest.EndSavepoint.html |   4 +-
 .../impl/FlightSql.ActionEndSavepointRequest.html  |   4 +-
 ...ightSql.ActionEndSavepointRequestOrBuilder.html |   4 +-
 ...ghtSql.ActionEndTransactionRequest.Builder.html |   4 +-
 ...ActionEndTransactionRequest.EndTransaction.html |   4 +-
 .../FlightSql.ActionEndTransactionRequest.html     |   4 +-
 ...htSql.ActionEndTransactionRequestOrBuilder.html |   4 +-
 .../impl/FlightSql.CommandGetCatalogs.Builder.html |   4 +-
 .../sql/impl/FlightSql.CommandGetCatalogs.html     |   4 +-
 .../FlightSql.CommandGetCatalogsOrBuilder.html     |   4 +-
 ...FlightSql.CommandGetCrossReference.Builder.html |   4 +-
 .../impl/FlightSql.CommandGetCrossReference.html   |   4 +-
 ...lightSql.CommandGetCrossReferenceOrBuilder.html |   4 +-
 .../FlightSql.CommandGetDbSchemas.Builder.html     |   4 +-
 .../sql/impl/FlightSql.CommandGetDbSchemas.html    |   4 +-
 .../FlightSql.CommandGetDbSchemasOrBuilder.html    |   4 +-
 .../FlightSql.CommandGetExportedKeys.Builder.html  |   4 +-
 .../sql/impl/FlightSql.CommandGetExportedKeys.html |   4 +-
 .../FlightSql.CommandGetExportedKeysOrBuilder.html |   4 +-
 .../FlightSql.CommandGetImportedKeys.Builder.html  |   4 +-
 .../sql/impl/FlightSql.CommandGetImportedKeys.html |   4 +-
 .../FlightSql.CommandGetImportedKeysOrBuilder.html |   4 +-
 .../FlightSql.CommandGetPrimaryKeys.Builder.html   |   4 +-
 .../sql/impl/FlightSql.CommandGetPrimaryKeys.html  |   4 +-
 .../FlightSql.CommandGetPrimaryKeysOrBuilder.html  |   4 +-
 .../impl/FlightSql.CommandGetSqlInfo.Builder.html  |   4 +-
 .../sql/impl/FlightSql.CommandGetSqlInfo.html      |   4 +-
 .../impl/FlightSql.CommandGetSqlInfoOrBuilder.html |   4 +-
 .../FlightSql.CommandGetTableTypes.Builder.html    |   4 +-
 .../sql/impl/FlightSql.CommandGetTableTypes.html   |   4 +-
 .../FlightSql.CommandGetTableTypesOrBuilder.html   |   4 +-
 .../impl/FlightSql.CommandGetTables.Builder.html   |   4 +-
 .../sql/impl/FlightSql.CommandGetTables.html       |   4 +-
 .../impl/FlightSql.CommandGetTablesOrBuilder.html  |   4 +-
 .../FlightSql.CommandGetXdbcTypeInfo.Builder.html  |   4 +-
 .../sql/impl/FlightSql.CommandGetXdbcTypeInfo.html |   4 +-
 .../FlightSql.CommandGetXdbcTypeInfoOrBuilder.html |   4 +-
 ...tSql.CommandPreparedStatementQuery.Builder.html |   4 +-
 .../FlightSql.CommandPreparedStatementQuery.html   |   4 +-
 ...Sql.CommandPreparedStatementQueryOrBuilder.html |   4 +-
 ...Sql.CommandPreparedStatementUpdate.Builder.html |   4 +-
 .../FlightSql.CommandPreparedStatementUpdate.html  |   4 +-
 ...ql.CommandPreparedStatementUpdateOrBuilder.html |   4 +-
 .../FlightSql.CommandStatementQuery.Builder.html   |   4 +-
 .../sql/impl/FlightSql.CommandStatementQuery.html  |   4 +-
 .../FlightSql.CommandStatementQueryOrBuilder.html  |   4 +-
 ...tSql.CommandStatementSubstraitPlan.Builder.html |   4 +-
 .../FlightSql.CommandStatementSubstraitPlan.html   |   4 +-
 ...Sql.CommandStatementSubstraitPlanOrBuilder.html |   4 +-
 .../FlightSql.CommandStatementUpdate.Builder.html  |   4 +-
 .../sql/impl/FlightSql.CommandStatementUpdate.html |   4 +-
 .../FlightSql.CommandStatementUpdateOrBuilder.html |   4 +-
 .../impl/FlightSql.DoPutUpdateResult.Builder.html  |   4 +-
 .../sql/impl/FlightSql.DoPutUpdateResult.html      |   4 +-
 .../impl/FlightSql.DoPutUpdateResultOrBuilder.html |   4 +-
 .../arrow/flight/sql/impl/FlightSql.Nullable.html  |   4 +-
 .../flight/sql/impl/FlightSql.Searchable.html      |   4 +-
 .../arrow/flight/sql/impl/FlightSql.SqlInfo.html   |   4 +-
 .../flight/sql/impl/FlightSql.SqlNullOrdering.html |   4 +-
 .../impl/FlightSql.SqlOuterJoinsSupportLevel.html  |   4 +-
 .../FlightSql.SqlSupportedCaseSensitivity.html     |   4 +-
 .../impl/FlightSql.SqlSupportedElementActions.html |   4 +-
 .../sql/impl/FlightSql.SqlSupportedGroupBy.html    |   4 +-
 .../FlightSql.SqlSupportedPositionedCommands.html  |   4 +-
 ...FlightSql.SqlSupportedResultSetConcurrency.html |   4 +-
 .../impl/FlightSql.SqlSupportedResultSetType.html  |   4 +-
 .../sql/impl/FlightSql.SqlSupportedSubqueries.html |   4 +-
 .../impl/FlightSql.SqlSupportedTransaction.html    |   4 +-
 .../impl/FlightSql.SqlSupportedTransactions.html   |   4 +-
 .../sql/impl/FlightSql.SqlSupportedUnions.html     |   4 +-
 .../sql/impl/FlightSql.SqlSupportsConvert.html     |   4 +-
 .../FlightSql.SqlTransactionIsolationLevel.html    |   4 +-
 .../sql/impl/FlightSql.SubstraitPlan.Builder.html  |   4 +-
 .../flight/sql/impl/FlightSql.SubstraitPlan.html   |   4 +-
 .../sql/impl/FlightSql.SubstraitPlanOrBuilder.html |   4 +-
 .../FlightSql.SupportedAnsi92SqlGrammarLevel.html  |   4 +-
 .../sql/impl/FlightSql.SupportedSqlGrammar.html    |   4 +-
 .../FlightSql.TicketStatementQuery.Builder.html    |   4 +-
 .../sql/impl/FlightSql.TicketStatementQuery.html   |   4 +-
 .../FlightSql.TicketStatementQueryOrBuilder.html   |   4 +-
 .../sql/impl/FlightSql.UpdateDeleteRules.html      |   4 +-
 .../flight/sql/impl/FlightSql.XdbcDataType.html    |   4 +-
 .../sql/impl/FlightSql.XdbcDatetimeSubcode.html    |   4 +-
 .../apache/arrow/flight/sql/impl/FlightSql.html    |   4 +-
 ...ghtSql.ActionBeginSavepointRequest.Builder.html |   4 +-
 .../FlightSql.ActionBeginSavepointRequest.html     |   4 +-
 ...htSql.ActionBeginSavepointRequestOrBuilder.html |   4 +-
 ...ightSql.ActionBeginSavepointResult.Builder.html |   4 +-
 .../FlightSql.ActionBeginSavepointResult.html      |   4 +-
 ...ghtSql.ActionBeginSavepointResultOrBuilder.html |   4 +-
 ...tSql.ActionBeginTransactionRequest.Builder.html |   4 +-
 .../FlightSql.ActionBeginTransactionRequest.html   |   4 +-
 ...Sql.ActionBeginTransactionRequestOrBuilder.html |   4 +-
 ...htSql.ActionBeginTransactionResult.Builder.html |   4 +-
 .../FlightSql.ActionBeginTransactionResult.html    |   4 +-
 ...tSql.ActionBeginTransactionResultOrBuilder.html |   4 +-
 ...FlightSql.ActionCancelQueryRequest.Builder.html |   4 +-
 .../FlightSql.ActionCancelQueryRequest.html        |   4 +-
 ...lightSql.ActionCancelQueryRequestOrBuilder.html |   4 +-
 .../FlightSql.ActionCancelQueryResult.Builder.html |   4 +-
 ...htSql.ActionCancelQueryResult.CancelResult.html |   4 +-
 .../FlightSql.ActionCancelQueryResult.html         |   4 +-
 ...FlightSql.ActionCancelQueryResultOrBuilder.html |   4 +-
 ...ctionClosePreparedStatementRequest.Builder.html |   4 +-
 ...ghtSql.ActionClosePreparedStatementRequest.html |   4 +-
 ...tionClosePreparedStatementRequestOrBuilder.html |   4 +-
 ...tionCreatePreparedStatementRequest.Builder.html |   4 +-
 ...htSql.ActionCreatePreparedStatementRequest.html |   4 +-
 ...ionCreatePreparedStatementRequestOrBuilder.html |   4 +-
 ...ctionCreatePreparedStatementResult.Builder.html |   4 +-
 ...ghtSql.ActionCreatePreparedStatementResult.html |   4 +-
 ...tionCreatePreparedStatementResultOrBuilder.html |   4 +-
 ...CreatePreparedSubstraitPlanRequest.Builder.html |   4 +-
 ...l.ActionCreatePreparedSubstraitPlanRequest.html |   4 +-
 ...reatePreparedSubstraitPlanRequestOrBuilder.html |   4 +-
 ...lightSql.ActionEndSavepointRequest.Builder.html |   4 +-
 ...Sql.ActionEndSavepointRequest.EndSavepoint.html |   4 +-
 .../FlightSql.ActionEndSavepointRequest.html       |   4 +-
 ...ightSql.ActionEndSavepointRequestOrBuilder.html |   4 +-
 ...ghtSql.ActionEndTransactionRequest.Builder.html |   4 +-
 ...ActionEndTransactionRequest.EndTransaction.html |   4 +-
 .../FlightSql.ActionEndTransactionRequest.html     |   4 +-
 ...htSql.ActionEndTransactionRequestOrBuilder.html |   4 +-
 .../FlightSql.CommandGetCatalogs.Builder.html      |   4 +-
 .../class-use/FlightSql.CommandGetCatalogs.html    |   4 +-
 .../FlightSql.CommandGetCatalogsOrBuilder.html     |   4 +-
 ...FlightSql.CommandGetCrossReference.Builder.html |   4 +-
 .../FlightSql.CommandGetCrossReference.html        |   4 +-
 ...lightSql.CommandGetCrossReferenceOrBuilder.html |   4 +-
 .../FlightSql.CommandGetDbSchemas.Builder.html     |   4 +-
 .../class-use/FlightSql.CommandGetDbSchemas.html   |   4 +-
 .../FlightSql.CommandGetDbSchemasOrBuilder.html    |   4 +-
 .../FlightSql.CommandGetExportedKeys.Builder.html  |   4 +-
 .../FlightSql.CommandGetExportedKeys.html          |   4 +-
 .../FlightSql.CommandGetExportedKeysOrBuilder.html |   4 +-
 .../FlightSql.CommandGetImportedKeys.Builder.html  |   4 +-
 .../FlightSql.CommandGetImportedKeys.html          |   4 +-
 .../FlightSql.CommandGetImportedKeysOrBuilder.html |   4 +-
 .../FlightSql.CommandGetPrimaryKeys.Builder.html   |   4 +-
 .../class-use/FlightSql.CommandGetPrimaryKeys.html |   4 +-
 .../FlightSql.CommandGetPrimaryKeysOrBuilder.html  |   4 +-
 .../FlightSql.CommandGetSqlInfo.Builder.html       |   4 +-
 .../class-use/FlightSql.CommandGetSqlInfo.html     |   4 +-
 .../FlightSql.CommandGetSqlInfoOrBuilder.html      |   4 +-
 .../FlightSql.CommandGetTableTypes.Builder.html    |   4 +-
 .../class-use/FlightSql.CommandGetTableTypes.html  |   4 +-
 .../FlightSql.CommandGetTableTypesOrBuilder.html   |   4 +-
 .../FlightSql.CommandGetTables.Builder.html        |   4 +-
 .../impl/class-use/FlightSql.CommandGetTables.html |   4 +-
 .../FlightSql.CommandGetTablesOrBuilder.html       |   4 +-
 .../FlightSql.CommandGetXdbcTypeInfo.Builder.html  |   4 +-
 .../FlightSql.CommandGetXdbcTypeInfo.html          |   4 +-
 .../FlightSql.CommandGetXdbcTypeInfoOrBuilder.html |   4 +-
 ...tSql.CommandPreparedStatementQuery.Builder.html |   4 +-
 .../FlightSql.CommandPreparedStatementQuery.html   |   4 +-
 ...Sql.CommandPreparedStatementQueryOrBuilder.html |   4 +-
 ...Sql.CommandPreparedStatementUpdate.Builder.html |   4 +-
 .../FlightSql.CommandPreparedStatementUpdate.html  |   4 +-
 ...ql.CommandPreparedStatementUpdateOrBuilder.html |   4 +-
 .../FlightSql.CommandStatementQuery.Builder.html   |   4 +-
 .../class-use/FlightSql.CommandStatementQuery.html |   4 +-
 .../FlightSql.CommandStatementQueryOrBuilder.html  |   4 +-
 ...tSql.CommandStatementSubstraitPlan.Builder.html |   4 +-
 .../FlightSql.CommandStatementSubstraitPlan.html   |   4 +-
 ...Sql.CommandStatementSubstraitPlanOrBuilder.html |   4 +-
 .../FlightSql.CommandStatementUpdate.Builder.html  |   4 +-
 .../FlightSql.CommandStatementUpdate.html          |   4 +-
 .../FlightSql.CommandStatementUpdateOrBuilder.html |   4 +-
 .../FlightSql.DoPutUpdateResult.Builder.html       |   4 +-
 .../class-use/FlightSql.DoPutUpdateResult.html     |   4 +-
 .../FlightSql.DoPutUpdateResultOrBuilder.html      |   4 +-
 .../sql/impl/class-use/FlightSql.Nullable.html     |   4 +-
 .../sql/impl/class-use/FlightSql.Searchable.html   |   4 +-
 .../sql/impl/class-use/FlightSql.SqlInfo.html      |   4 +-
 .../impl/class-use/FlightSql.SqlNullOrdering.html  |   4 +-
 .../FlightSql.SqlOuterJoinsSupportLevel.html       |   4 +-
 .../FlightSql.SqlSupportedCaseSensitivity.html     |   4 +-
 .../FlightSql.SqlSupportedElementActions.html      |   4 +-
 .../class-use/FlightSql.SqlSupportedGroupBy.html   |   4 +-
 .../FlightSql.SqlSupportedPositionedCommands.html  |   4 +-
 ...FlightSql.SqlSupportedResultSetConcurrency.html |   4 +-
 .../FlightSql.SqlSupportedResultSetType.html       |   4 +-
 .../FlightSql.SqlSupportedSubqueries.html          |   4 +-
 .../FlightSql.SqlSupportedTransaction.html         |   4 +-
 .../FlightSql.SqlSupportedTransactions.html        |   4 +-
 .../class-use/FlightSql.SqlSupportedUnions.html    |   4 +-
 .../class-use/FlightSql.SqlSupportsConvert.html    |   4 +-
 .../FlightSql.SqlTransactionIsolationLevel.html    |   4 +-
 .../class-use/FlightSql.SubstraitPlan.Builder.html |   4 +-
 .../impl/class-use/FlightSql.SubstraitPlan.html    |   4 +-
 .../FlightSql.SubstraitPlanOrBuilder.html          |   4 +-
 .../FlightSql.SupportedAnsi92SqlGrammarLevel.html  |   4 +-
 .../class-use/FlightSql.SupportedSqlGrammar.html   |   4 +-
 .../FlightSql.TicketStatementQuery.Builder.html    |   4 +-
 .../class-use/FlightSql.TicketStatementQuery.html  |   4 +-
 .../FlightSql.TicketStatementQueryOrBuilder.html   |   4 +-
 .../class-use/FlightSql.UpdateDeleteRules.html     |   4 +-
 .../sql/impl/class-use/FlightSql.XdbcDataType.html |   4 +-
 .../class-use/FlightSql.XdbcDatetimeSubcode.html   |   4 +-
 .../arrow/flight/sql/impl/class-use/FlightSql.html |   4 +-
 .../arrow/flight/sql/impl/package-frame.html       |   4 +-
 .../arrow/flight/sql/impl/package-summary.html     |   4 +-
 .../apache/arrow/flight/sql/impl/package-tree.html |   4 +-
 .../apache/arrow/flight/sql/impl/package-use.html  |   4 +-
 .../org/apache/arrow/flight/sql/package-frame.html |   4 +-
 .../apache/arrow/flight/sql/package-summary.html   |   4 +-
 .../org/apache/arrow/flight/sql/package-tree.html  |   4 +-
 .../org/apache/arrow/flight/sql/package-use.html   |   4 +-
 .../arrow/flight/sql/util/SqlInfoOptionsUtils.html |   4 +-
 .../org/apache/arrow/flight/sql/util/TableRef.html |   4 +-
 .../sql/util/class-use/SqlInfoOptionsUtils.html    |   4 +-
 .../arrow/flight/sql/util/class-use/TableRef.html  |   4 +-
 .../arrow/flight/sql/util/package-frame.html       |   4 +-
 .../arrow/flight/sql/util/package-summary.html     |   4 +-
 .../apache/arrow/flight/sql/util/package-tree.html |   4 +-
 .../apache/arrow/flight/sql/util/package-use.html  |   4 +-
 .../apache/arrow/memory/AllocationListener.html    |   4 +-
 .../arrow/memory/AllocationManager.Factory.html    |   4 +-
 .../org/apache/arrow/memory/AllocationManager.html |   4 +-
 .../arrow/memory/AllocationOutcome.Status.html     |   4 +-
 .../org/apache/arrow/memory/AllocationOutcome.html |   4 +-
 .../memory/AllocationOutcomeDetails.Entry.html     |   4 +-
 .../arrow/memory/AllocationOutcomeDetails.html     |   4 +-
 .../apache/arrow/memory/AllocationReservation.html |   4 +-
 .../arrow/memory/AllocatorClosedException.html     |   4 +-
 .../org/apache/arrow/memory/ArrowBuf.html          |   4 +-
 .../apache/arrow/memory/ArrowByteBufAllocator.html |   4 +-
 .../org/apache/arrow/memory/BoundsChecking.html    |   4 +-
 .../org/apache/arrow/memory/BufferAllocator.html   |   4 +-
 .../arrow/memory/BufferLedger.TransferResult.html  |   4 +-
 .../org/apache/arrow/memory/BufferLedger.html      |   4 +-
 .../org/apache/arrow/memory/BufferManager.html     |   4 +-
 .../memory/DefaultAllocationManagerFactory.html    |   4 +-
 ...ocationManagerOption.AllocationManagerType.html |   4 +-
 .../memory/DefaultAllocationManagerOption.html     |   4 +-
 .../arrow/memory/LowCostIdentityHashMap.html       |   4 +-
 .../arrow/memory/NettyAllocationManager.html       |   4 +-
 .../apache/arrow/memory/OutOfMemoryException.html  |   4 +-
 .../apache/arrow/memory/OwnershipTransferNOOP.html |   4 +-
 .../arrow/memory/OwnershipTransferResult.html      |   4 +-
 .../org/apache/arrow/memory/ReferenceManager.html  |   4 +-
 .../org/apache/arrow/memory/RootAllocator.html     |   4 +-
 .../arrow/memory/UnsafeAllocationManager.html      |   4 +-
 .../apache/arrow/memory/ValueWithKeyIncluded.html  |   4 +-
 .../arrow/memory/class-use/AllocationListener.html |   4 +-
 .../class-use/AllocationManager.Factory.html       |   4 +-
 .../arrow/memory/class-use/AllocationManager.html  |   4 +-
 .../memory/class-use/AllocationOutcome.Status.html |   4 +-
 .../arrow/memory/class-use/AllocationOutcome.html  |   4 +-
 .../class-use/AllocationOutcomeDetails.Entry.html  |   4 +-
 .../memory/class-use/AllocationOutcomeDetails.html |   4 +-
 .../memory/class-use/AllocationReservation.html    |   4 +-
 .../memory/class-use/AllocatorClosedException.html |   4 +-
 .../apache/arrow/memory/class-use/ArrowBuf.html    |   4 +-
 .../memory/class-use/ArrowByteBufAllocator.html    |   4 +-
 .../arrow/memory/class-use/BoundsChecking.html     |   4 +-
 .../arrow/memory/class-use/BufferAllocator.html    |   4 +-
 .../class-use/BufferLedger.TransferResult.html     |   4 +-
 .../arrow/memory/class-use/BufferLedger.html       |   4 +-
 .../arrow/memory/class-use/BufferManager.html      |   4 +-
 .../class-use/DefaultAllocationManagerFactory.html |   4 +-
 ...ocationManagerOption.AllocationManagerType.html |   4 +-
 .../class-use/DefaultAllocationManagerOption.html  |   4 +-
 .../memory/class-use/LowCostIdentityHashMap.html   |   4 +-
 .../memory/class-use/NettyAllocationManager.html   |   4 +-
 .../memory/class-use/OutOfMemoryException.html     |   4 +-
 .../memory/class-use/OwnershipTransferNOOP.html    |   4 +-
 .../memory/class-use/OwnershipTransferResult.html  |   4 +-
 .../arrow/memory/class-use/ReferenceManager.html   |   4 +-
 .../arrow/memory/class-use/RootAllocator.html      |   4 +-
 .../memory/class-use/UnsafeAllocationManager.html  |   4 +-
 .../memory/class-use/ValueWithKeyIncluded.html     |   4 +-
 .../org/apache/arrow/memory/package-frame.html     |   4 +-
 .../org/apache/arrow/memory/package-summary.html   |   4 +-
 .../org/apache/arrow/memory/package-tree.html      |   4 +-
 .../org/apache/arrow/memory/package-use.html       |   4 +-
 .../memory/rounding/DefaultRoundingPolicy.html     |   4 +-
 .../arrow/memory/rounding/RoundingPolicy.html      |   4 +-
 .../memory/rounding/SegmentRoundingPolicy.html     |   4 +-
 .../rounding/class-use/DefaultRoundingPolicy.html  |   4 +-
 .../memory/rounding/class-use/RoundingPolicy.html  |   4 +-
 .../rounding/class-use/SegmentRoundingPolicy.html  |   4 +-
 .../arrow/memory/rounding/package-frame.html       |   4 +-
 .../arrow/memory/rounding/package-summary.html     |   4 +-
 .../apache/arrow/memory/rounding/package-tree.html |   4 +-
 .../apache/arrow/memory/rounding/package-use.html  |   4 +-
 .../apache/arrow/memory/util/ArrowBufPointer.html  |   4 +-
 .../apache/arrow/memory/util/AssertionUtil.html    |   4 +-
 .../arrow/memory/util/AutoCloseableLock.html       |   4 +-
 .../arrow/memory/util/ByteFunctionHelpers.html     |   4 +-
 .../org/apache/arrow/memory/util/CommonUtil.html   |   4 +-
 .../apache/arrow/memory/util/HistoricalLog.html    |   4 +-
 .../apache/arrow/memory/util/LargeMemoryUtil.html  |   4 +-
 .../org/apache/arrow/memory/util/MemoryUtil.html   |   4 +-
 .../org/apache/arrow/memory/util/StackTrace.html   |   4 +-
 .../memory/util/class-use/ArrowBufPointer.html     |   4 +-
 .../arrow/memory/util/class-use/AssertionUtil.html |   4 +-
 .../memory/util/class-use/AutoCloseableLock.html   |   4 +-
 .../memory/util/class-use/ByteFunctionHelpers.html |   4 +-
 .../arrow/memory/util/class-use/CommonUtil.html    |   4 +-
 .../arrow/memory/util/class-use/HistoricalLog.html |   4 +-
 .../memory/util/class-use/LargeMemoryUtil.html     |   4 +-
 .../arrow/memory/util/class-use/MemoryUtil.html    |   4 +-
 .../arrow/memory/util/class-use/StackTrace.html    |   4 +-
 .../arrow/memory/util/hash/ArrowBufHasher.html     |   4 +-
 .../arrow/memory/util/hash/MurmurHasher.html       |   4 +-
 .../arrow/memory/util/hash/SimpleHasher.html       |   4 +-
 .../memory/util/hash/class-use/ArrowBufHasher.html |   4 +-
 .../memory/util/hash/class-use/MurmurHasher.html   |   4 +-
 .../memory/util/hash/class-use/SimpleHasher.html   |   4 +-
 .../arrow/memory/util/hash/package-frame.html      |   4 +-
 .../arrow/memory/util/hash/package-summary.html    |   4 +-
 .../arrow/memory/util/hash/package-tree.html       |   4 +-
 .../apache/arrow/memory/util/hash/package-use.html |   4 +-
 .../apache/arrow/memory/util/package-frame.html    |   4 +-
 .../apache/arrow/memory/util/package-summary.html  |   4 +-
 .../org/apache/arrow/memory/util/package-tree.html |   4 +-
 .../org/apache/arrow/memory/util/package-use.html  |   4 +-
 .../reference/org/apache/arrow/package-frame.html  |   4 +-
 .../org/apache/arrow/package-summary.html          |   4 +-
 .../reference/org/apache/arrow/package-tree.html   |   4 +-
 .../reference/org/apache/arrow/package-use.html    |   4 +-
 .../plasma/ObjectStoreLink.ObjectStoreData.html    |   4 +-
 .../org/apache/arrow/plasma/ObjectStoreLink.html   |   4 +-
 .../org/apache/arrow/plasma/PlasmaClient.html      |   4 +-
 .../org/apache/arrow/plasma/PlasmaClientJNI.html   |   4 +-
 .../class-use/ObjectStoreLink.ObjectStoreData.html |   4 +-
 .../arrow/plasma/class-use/ObjectStoreLink.html    |   4 +-
 .../arrow/plasma/class-use/PlasmaClient.html       |   4 +-
 .../arrow/plasma/class-use/PlasmaClientJNI.html    |   4 +-
 .../exceptions/DuplicateObjectException.html       |   4 +-
 .../plasma/exceptions/PlasmaClientException.html   |   4 +-
 .../exceptions/PlasmaOutOfMemoryException.html     |   4 +-
 .../class-use/DuplicateObjectException.html        |   4 +-
 .../class-use/PlasmaClientException.html           |   4 +-
 .../class-use/PlasmaOutOfMemoryException.html      |   4 +-
 .../arrow/plasma/exceptions/package-frame.html     |   4 +-
 .../arrow/plasma/exceptions/package-summary.html   |   4 +-
 .../arrow/plasma/exceptions/package-tree.html      |   4 +-
 .../arrow/plasma/exceptions/package-use.html       |   4 +-
 .../org/apache/arrow/plasma/package-frame.html     |   4 +-
 .../org/apache/arrow/plasma/package-summary.html   |   4 +-
 .../org/apache/arrow/plasma/package-tree.html      |   4 +-
 .../org/apache/arrow/plasma/package-use.html       |   4 +-
 .../arrow/tools/EchoServer.ClientConnection.html   |   4 +-
 .../org/apache/arrow/tools/EchoServer.html         |   4 +-
 .../org/apache/arrow/tools/FileRoundtrip.html      |   4 +-
 .../org/apache/arrow/tools/FileToStream.html       |   4 +-
 .../org/apache/arrow/tools/Integration.html        |   4 +-
 .../org/apache/arrow/tools/StreamToFile.html       |   4 +-
 .../class-use/EchoServer.ClientConnection.html     |   4 +-
 .../apache/arrow/tools/class-use/EchoServer.html   |   4 +-
 .../arrow/tools/class-use/FileRoundtrip.html       |   4 +-
 .../apache/arrow/tools/class-use/FileToStream.html |   4 +-
 .../apache/arrow/tools/class-use/Integration.html  |   4 +-
 .../apache/arrow/tools/class-use/StreamToFile.html |   4 +-
 .../org/apache/arrow/tools/package-frame.html      |   4 +-
 .../org/apache/arrow/tools/package-summary.html    |   4 +-
 .../org/apache/arrow/tools/package-tree.html       |   4 +-
 .../org/apache/arrow/tools/package-use.html        |   4 +-
 .../util/AutoCloseables.RollbackCloseable.html     |   4 +-
 .../org/apache/arrow/util/AutoCloseables.html      |   4 +-
 .../org/apache/arrow/util/Collections2.html        |   4 +-
 .../org/apache/arrow/util/Preconditions.html       |   4 +-
 .../org/apache/arrow/util/VisibleForTesting.html   |   4 +-
 .../AutoCloseables.RollbackCloseable.html          |   4 +-
 .../arrow/util/class-use/AutoCloseables.html       |   4 +-
 .../apache/arrow/util/class-use/Collections2.html  |   4 +-
 .../apache/arrow/util/class-use/Preconditions.html |   4 +-
 .../arrow/util/class-use/VisibleForTesting.html    |   4 +-
 .../org/apache/arrow/util/package-frame.html       |   4 +-
 .../org/apache/arrow/util/package-summary.html     |   4 +-
 .../org/apache/arrow/util/package-tree.html        |   4 +-
 .../org/apache/arrow/util/package-use.html         |   4 +-
 .../org/apache/arrow/vector/AddOrGetResult.html    |   4 +-
 .../org/apache/arrow/vector/AllocationHelper.html  |   4 +-
 .../apache/arrow/vector/BaseFixedWidthVector.html  |   4 +-
 .../org/apache/arrow/vector/BaseIntVector.html     |   4 +-
 .../arrow/vector/BaseLargeVariableWidthVector.html |   4 +-
 .../org/apache/arrow/vector/BaseValueVector.html   |   4 +-
 .../arrow/vector/BaseVariableWidthVector.html      |   4 +-
 .../org/apache/arrow/vector/BigIntVector.html      |   4 +-
 .../org/apache/arrow/vector/BitVector.html         |   4 +-
 .../org/apache/arrow/vector/BitVectorHelper.html   |   4 +-
 .../org/apache/arrow/vector/BufferBacked.html      |   4 +-
 .../arrow/vector/BufferLayout.BufferType.html      |   4 +-
 .../org/apache/arrow/vector/BufferLayout.html      |   4 +-
 .../org/apache/arrow/vector/DateDayVector.html     |   4 +-
 .../org/apache/arrow/vector/DateMilliVector.html   |   4 +-
 .../org/apache/arrow/vector/Decimal256Vector.html  |   4 +-
 .../org/apache/arrow/vector/DecimalVector.html     |   4 +-
 .../apache/arrow/vector/DensityAwareVector.html    |   4 +-
 .../org/apache/arrow/vector/DurationVector.html    |   4 +-
 .../arrow/vector/ElementAddressableVector.html     |   4 +-
 .../apache/arrow/vector/ExtensionTypeVector.html   |   4 +-
 .../org/apache/arrow/vector/FieldVector.html       |   4 +-
 .../apache/arrow/vector/FixedSizeBinaryVector.html |   4 +-
 .../org/apache/arrow/vector/FixedWidthVector.html  |   4 +-
 .../org/apache/arrow/vector/Float4Vector.html      |   4 +-
 .../org/apache/arrow/vector/Float8Vector.html      |   4 +-
 .../apache/arrow/vector/FloatingPointVector.html   |   4 +-
 .../apache/arrow/vector/GenerateSampleData.html    |   4 +-
 .../org/apache/arrow/vector/IntVector.html         |   4 +-
 .../org/apache/arrow/vector/IntervalDayVector.html |   4 +-
 .../arrow/vector/IntervalMonthDayNanoVector.html   |   4 +-
 .../apache/arrow/vector/IntervalYearVector.html    |   4 +-
 .../apache/arrow/vector/LargeVarBinaryVector.html  |   4 +-
 .../apache/arrow/vector/LargeVarCharVector.html    |   4 +-
 .../apache/arrow/vector/NullCheckingForGet.html    |   4 +-
 .../org/apache/arrow/vector/NullVector.html        |   4 +-
 .../org/apache/arrow/vector/PeriodDuration.html    |   4 +-
 .../apache/arrow/vector/SchemaChangeCallBack.html  |   4 +-
 .../org/apache/arrow/vector/SmallIntVector.html    |   4 +-
 .../org/apache/arrow/vector/TimeMicroVector.html   |   4 +-
 .../org/apache/arrow/vector/TimeMilliVector.html   |   4 +-
 .../org/apache/arrow/vector/TimeNanoVector.html    |   4 +-
 .../org/apache/arrow/vector/TimeSecVector.html     |   4 +-
 .../arrow/vector/TimeStampMicroTZVector.html       |   4 +-
 .../apache/arrow/vector/TimeStampMicroVector.html  |   4 +-
 .../arrow/vector/TimeStampMilliTZVector.html       |   4 +-
 .../apache/arrow/vector/TimeStampMilliVector.html  |   4 +-
 .../apache/arrow/vector/TimeStampNanoTZVector.html |   4 +-
 .../apache/arrow/vector/TimeStampNanoVector.html   |   4 +-
 .../apache/arrow/vector/TimeStampSecTZVector.html  |   4 +-
 .../apache/arrow/vector/TimeStampSecVector.html    |   4 +-
 .../arrow/vector/TimeStampVector.TransferImpl.html |   4 +-
 .../org/apache/arrow/vector/TimeStampVector.html   |   4 +-
 .../org/apache/arrow/vector/TinyIntVector.html     |   4 +-
 .../org/apache/arrow/vector/TypeLayout.html        |   4 +-
 .../org/apache/arrow/vector/UInt1Vector.html       |   4 +-
 .../org/apache/arrow/vector/UInt2Vector.html       |   4 +-
 .../org/apache/arrow/vector/UInt4Vector.html       |   4 +-
 .../org/apache/arrow/vector/UInt8Vector.html       |   4 +-
 .../org/apache/arrow/vector/ValueVector.html       |   4 +-
 .../org/apache/arrow/vector/VarBinaryVector.html   |   4 +-
 .../org/apache/arrow/vector/VarCharVector.html     |   4 +-
 .../apache/arrow/vector/VariableWidthVector.html   |   4 +-
 .../arrow/vector/VectorDefinitionSetter.html       |   4 +-
 .../org/apache/arrow/vector/VectorLoader.html      |   4 +-
 .../org/apache/arrow/vector/VectorSchemaRoot.html  |   4 +-
 .../org/apache/arrow/vector/VectorUnloader.html    |   4 +-
 .../org/apache/arrow/vector/ZeroVector.html        |   4 +-
 .../arrow/vector/class-use/AddOrGetResult.html     |   4 +-
 .../arrow/vector/class-use/AllocationHelper.html   |   4 +-
 .../vector/class-use/BaseFixedWidthVector.html     |   4 +-
 .../arrow/vector/class-use/BaseIntVector.html      |   4 +-
 .../class-use/BaseLargeVariableWidthVector.html    |   4 +-
 .../arrow/vector/class-use/BaseValueVector.html    |   4 +-
 .../vector/class-use/BaseVariableWidthVector.html  |   4 +-
 .../arrow/vector/class-use/BigIntVector.html       |   4 +-
 .../apache/arrow/vector/class-use/BitVector.html   |   4 +-
 .../arrow/vector/class-use/BitVectorHelper.html    |   4 +-
 .../arrow/vector/class-use/BufferBacked.html       |   4 +-
 .../vector/class-use/BufferLayout.BufferType.html  |   4 +-
 .../arrow/vector/class-use/BufferLayout.html       |   4 +-
 .../arrow/vector/class-use/DateDayVector.html      |   4 +-
 .../arrow/vector/class-use/DateMilliVector.html    |   4 +-
 .../arrow/vector/class-use/Decimal256Vector.html   |   4 +-
 .../arrow/vector/class-use/DecimalVector.html      |   4 +-
 .../arrow/vector/class-use/DensityAwareVector.html |   4 +-
 .../arrow/vector/class-use/DurationVector.html     |   4 +-
 .../vector/class-use/ElementAddressableVector.html |   4 +-
 .../vector/class-use/ExtensionTypeVector.html      |   4 +-
 .../apache/arrow/vector/class-use/FieldVector.html |   4 +-
 .../vector/class-use/FixedSizeBinaryVector.html    |   4 +-
 .../arrow/vector/class-use/FixedWidthVector.html   |   4 +-
 .../arrow/vector/class-use/Float4Vector.html       |   4 +-
 .../arrow/vector/class-use/Float8Vector.html       |   4 +-
 .../vector/class-use/FloatingPointVector.html      |   4 +-
 .../arrow/vector/class-use/GenerateSampleData.html |   4 +-
 .../apache/arrow/vector/class-use/IntVector.html   |   4 +-
 .../arrow/vector/class-use/IntervalDayVector.html  |   4 +-
 .../class-use/IntervalMonthDayNanoVector.html      |   4 +-
 .../arrow/vector/class-use/IntervalYearVector.html |   4 +-
 .../vector/class-use/LargeVarBinaryVector.html     |   4 +-
 .../arrow/vector/class-use/LargeVarCharVector.html |   4 +-
 .../arrow/vector/class-use/NullCheckingForGet.html |   4 +-
 .../apache/arrow/vector/class-use/NullVector.html  |   4 +-
 .../arrow/vector/class-use/PeriodDuration.html     |   4 +-
 .../vector/class-use/SchemaChangeCallBack.html     |   4 +-
 .../arrow/vector/class-use/SmallIntVector.html     |   4 +-
 .../arrow/vector/class-use/TimeMicroVector.html    |   4 +-
 .../arrow/vector/class-use/TimeMilliVector.html    |   4 +-
 .../arrow/vector/class-use/TimeNanoVector.html     |   4 +-
 .../arrow/vector/class-use/TimeSecVector.html      |   4 +-
 .../vector/class-use/TimeStampMicroTZVector.html   |   4 +-
 .../vector/class-use/TimeStampMicroVector.html     |   4 +-
 .../vector/class-use/TimeStampMilliTZVector.html   |   4 +-
 .../vector/class-use/TimeStampMilliVector.html     |   4 +-
 .../vector/class-use/TimeStampNanoTZVector.html    |   4 +-
 .../vector/class-use/TimeStampNanoVector.html      |   4 +-
 .../vector/class-use/TimeStampSecTZVector.html     |   4 +-
 .../arrow/vector/class-use/TimeStampSecVector.html |   4 +-
 .../class-use/TimeStampVector.TransferImpl.html    |   4 +-
 .../arrow/vector/class-use/TimeStampVector.html    |   4 +-
 .../arrow/vector/class-use/TinyIntVector.html      |   4 +-
 .../apache/arrow/vector/class-use/TypeLayout.html  |   4 +-
 .../apache/arrow/vector/class-use/UInt1Vector.html |   4 +-
 .../apache/arrow/vector/class-use/UInt2Vector.html |   4 +-
 .../apache/arrow/vector/class-use/UInt4Vector.html |   4 +-
 .../apache/arrow/vector/class-use/UInt8Vector.html |   4 +-
 .../apache/arrow/vector/class-use/ValueVector.html |   4 +-
 .../arrow/vector/class-use/VarBinaryVector.html    |   4 +-
 .../arrow/vector/class-use/VarCharVector.html      |   4 +-
 .../vector/class-use/VariableWidthVector.html      |   4 +-
 .../vector/class-use/VectorDefinitionSetter.html   |   4 +-
 .../arrow/vector/class-use/VectorLoader.html       |   4 +-
 .../arrow/vector/class-use/VectorSchemaRoot.html   |   4 +-
 .../arrow/vector/class-use/VectorUnloader.html     |   4 +-
 .../apache/arrow/vector/class-use/ZeroVector.html  |   4 +-
 .../arrow/vector/compare/ApproxEqualsVisitor.html  |   4 +-
 .../org/apache/arrow/vector/compare/Range.html     |   4 +-
 .../arrow/vector/compare/RangeEqualsVisitor.html   |   4 +-
 .../arrow/vector/compare/TypeEqualsVisitor.html    |   4 +-
 .../arrow/vector/compare/VectorEqualsVisitor.html  |   4 +-
 .../arrow/vector/compare/VectorValueEqualizer.html |   4 +-
 .../apache/arrow/vector/compare/VectorVisitor.html |   4 +-
 .../compare/class-use/ApproxEqualsVisitor.html     |   4 +-
 .../arrow/vector/compare/class-use/Range.html      |   4 +-
 .../compare/class-use/RangeEqualsVisitor.html      |   4 +-
 .../compare/class-use/TypeEqualsVisitor.html       |   4 +-
 .../compare/class-use/VectorEqualsVisitor.html     |   4 +-
 .../compare/class-use/VectorValueEqualizer.html    |   4 +-
 .../vector/compare/class-use/VectorVisitor.html    |   4 +-
 .../apache/arrow/vector/compare/package-frame.html |   4 +-
 .../arrow/vector/compare/package-summary.html      |   4 +-
 .../apache/arrow/vector/compare/package-tree.html  |   4 +-
 .../apache/arrow/vector/compare/package-use.html   |   4 +-
 ...ueEpsilonEqualizers.Float4EpsilonEqualizer.html |   4 +-
 ...ueEpsilonEqualizers.Float8EpsilonEqualizer.html |   4 +-
 ...onEqualizers.FloatingPointEpsilonEqualizer.html |   4 +-
 .../compare/util/ValueEpsilonEqualizers.html       |   4 +-
 ...ueEpsilonEqualizers.Float4EpsilonEqualizer.html |   4 +-
 ...ueEpsilonEqualizers.Float8EpsilonEqualizer.html |   4 +-
 ...onEqualizers.FloatingPointEpsilonEqualizer.html |   4 +-
 .../util/class-use/ValueEpsilonEqualizers.html     |   4 +-
 .../arrow/vector/compare/util/package-frame.html   |   4 +-
 .../arrow/vector/compare/util/package-summary.html |   4 +-
 .../arrow/vector/compare/util/package-tree.html    |   4 +-
 .../arrow/vector/compare/util/package-use.html     |   4 +-
 .../vector/complex/AbstractContainerVector.html    |   4 +-
 .../AbstractStructVector.ConflictPolicy.html       |   4 +-
 .../arrow/vector/complex/AbstractStructVector.html |   4 +-
 .../arrow/vector/complex/BaseListVector.html       |   4 +-
 .../vector/complex/BaseRepeatedValueVector.html    |   4 +-
 .../arrow/vector/complex/DenseUnionVector.html     |   4 +-
 .../arrow/vector/complex/EmptyValuePopulator.html  |   4 +-
 .../arrow/vector/complex/FixedSizeListVector.html  |   4 +-
 .../arrow/vector/complex/LargeListVector.html      |   4 +-
 .../apache/arrow/vector/complex/ListVector.html    |   4 +-
 .../org/apache/arrow/vector/complex/MapVector.html |   4 +-
 ...NonNullableStructVector.StructTransferPair.html |   4 +-
 .../vector/complex/NonNullableStructVector.html    |   4 +-
 .../apache/arrow/vector/complex/Positionable.html  |   4 +-
 .../arrow/vector/complex/PromotableVector.html     |   4 +-
 .../complex/RepeatedFixedWidthVectorLike.html      |   4 +-
 .../arrow/vector/complex/RepeatedValueVector.html  |   4 +-
 .../complex/RepeatedVariableWidthVectorLike.html   |   4 +-
 .../org/apache/arrow/vector/complex/StateTool.html |   4 +-
 .../StructVector.NullableStructTransferPair.html   |   4 +-
 .../apache/arrow/vector/complex/StructVector.html  |   4 +-
 .../apache/arrow/vector/complex/UnionVector.html   |   4 +-
 .../arrow/vector/complex/VectorWithOrdinal.html    |   4 +-
 .../complex/class-use/AbstractContainerVector.html |   4 +-
 .../AbstractStructVector.ConflictPolicy.html       |   4 +-
 .../complex/class-use/AbstractStructVector.html    |   4 +-
 .../vector/complex/class-use/BaseListVector.html   |   4 +-
 .../complex/class-use/BaseRepeatedValueVector.html |   4 +-
 .../vector/complex/class-use/DenseUnionVector.html |   4 +-
 .../complex/class-use/EmptyValuePopulator.html     |   4 +-
 .../complex/class-use/FixedSizeListVector.html     |   4 +-
 .../vector/complex/class-use/LargeListVector.html  |   4 +-
 .../arrow/vector/complex/class-use/ListVector.html |   4 +-
 .../arrow/vector/complex/class-use/MapVector.html  |   4 +-
 ...NonNullableStructVector.StructTransferPair.html |   4 +-
 .../complex/class-use/NonNullableStructVector.html |   4 +-
 .../vector/complex/class-use/Positionable.html     |   4 +-
 .../vector/complex/class-use/PromotableVector.html |   4 +-
 .../class-use/RepeatedFixedWidthVectorLike.html    |   4 +-
 .../complex/class-use/RepeatedValueVector.html     |   4 +-
 .../class-use/RepeatedVariableWidthVectorLike.html |   4 +-
 .../arrow/vector/complex/class-use/StateTool.html  |   4 +-
 .../StructVector.NullableStructTransferPair.html   |   4 +-
 .../vector/complex/class-use/StructVector.html     |   4 +-
 .../vector/complex/class-use/UnionVector.html      |   4 +-
 .../complex/class-use/VectorWithOrdinal.html       |   4 +-
 .../complex/impl/BigIntHolderReaderImpl.html       |   4 +-
 .../vector/complex/impl/BigIntReaderImpl.html      |   4 +-
 .../vector/complex/impl/BigIntWriterImpl.html      |   4 +-
 .../vector/complex/impl/BitHolderReaderImpl.html   |   4 +-
 .../arrow/vector/complex/impl/BitReaderImpl.html   |   4 +-
 .../arrow/vector/complex/impl/BitWriterImpl.html   |   4 +-
 .../arrow/vector/complex/impl/ComplexCopier.html   |   4 +-
 .../vector/complex/impl/ComplexWriterImpl.html     |   4 +-
 .../complex/impl/DateDayHolderReaderImpl.html      |   4 +-
 .../vector/complex/impl/DateDayReaderImpl.html     |   4 +-
 .../vector/complex/impl/DateDayWriterImpl.html     |   4 +-
 .../complex/impl/DateMilliHolderReaderImpl.html    |   4 +-
 .../vector/complex/impl/DateMilliReaderImpl.html   |   4 +-
 .../vector/complex/impl/DateMilliWriterImpl.html   |   4 +-
 .../complex/impl/Decimal256HolderReaderImpl.html   |   4 +-
 .../vector/complex/impl/Decimal256ReaderImpl.html  |   4 +-
 .../vector/complex/impl/Decimal256WriterImpl.html  |   4 +-
 .../complex/impl/DecimalHolderReaderImpl.html      |   4 +-
 .../vector/complex/impl/DecimalReaderImpl.html     |   4 +-
 .../vector/complex/impl/DecimalWriterImpl.html     |   4 +-
 .../vector/complex/impl/DenseUnionReader.html      |   4 +-
 .../vector/complex/impl/DenseUnionWriter.html      |   4 +-
 .../complex/impl/DurationHolderReaderImpl.html     |   4 +-
 .../vector/complex/impl/DurationReaderImpl.html    |   4 +-
 .../vector/complex/impl/DurationWriterImpl.html    |   4 +-
 .../impl/FixedSizeBinaryHolderReaderImpl.html      |   4 +-
 .../complex/impl/FixedSizeBinaryReaderImpl.html    |   4 +-
 .../complex/impl/FixedSizeBinaryWriterImpl.html    |   4 +-
 .../complex/impl/Float4HolderReaderImpl.html       |   4 +-
 .../vector/complex/impl/Float4ReaderImpl.html      |   4 +-
 .../vector/complex/impl/Float4WriterImpl.html      |   4 +-
 .../complex/impl/Float8HolderReaderImpl.html       |   4 +-
 .../vector/complex/impl/Float8ReaderImpl.html      |   4 +-
 .../vector/complex/impl/Float8WriterImpl.html      |   4 +-
 .../vector/complex/impl/IntHolderReaderImpl.html   |   4 +-
 .../arrow/vector/complex/impl/IntReaderImpl.html   |   4 +-
 .../arrow/vector/complex/impl/IntWriterImpl.html   |   4 +-
 .../complex/impl/IntervalDayHolderReaderImpl.html  |   4 +-
 .../vector/complex/impl/IntervalDayReaderImpl.html |   4 +-
 .../vector/complex/impl/IntervalDayWriterImpl.html |   4 +-
 .../impl/IntervalMonthDayNanoHolderReaderImpl.html |   4 +-
 .../impl/IntervalMonthDayNanoReaderImpl.html       |   4 +-
 .../impl/IntervalMonthDayNanoWriterImpl.html       |   4 +-
 .../complex/impl/IntervalYearHolderReaderImpl.html |   4 +-
 .../complex/impl/IntervalYearReaderImpl.html       |   4 +-
 .../complex/impl/IntervalYearWriterImpl.html       |   4 +-
 .../impl/LargeVarBinaryHolderReaderImpl.html       |   4 +-
 .../complex/impl/LargeVarBinaryReaderImpl.html     |   4 +-
 .../complex/impl/LargeVarBinaryWriterImpl.html     |   4 +-
 .../complex/impl/LargeVarCharHolderReaderImpl.html |   4 +-
 .../complex/impl/LargeVarCharReaderImpl.html       |   4 +-
 .../complex/impl/LargeVarCharWriterImpl.html       |   4 +-
 .../arrow/vector/complex/impl/NullReader.html      |   4 +-
 .../impl/NullableBigIntHolderReaderImpl.html       |   4 +-
 .../complex/impl/NullableBitHolderReaderImpl.html  |   4 +-
 .../impl/NullableCaseSensitiveStructWriter.html    |   4 +-
 .../impl/NullableDateDayHolderReaderImpl.html      |   4 +-
 .../impl/NullableDateMilliHolderReaderImpl.html    |   4 +-
 .../impl/NullableDecimal256HolderReaderImpl.html   |   4 +-
 .../impl/NullableDecimalHolderReaderImpl.html      |   4 +-
 .../impl/NullableDurationHolderReaderImpl.html     |   4 +-
 .../NullableFixedSizeBinaryHolderReaderImpl.html   |   4 +-
 .../impl/NullableFloat4HolderReaderImpl.html       |   4 +-
 .../impl/NullableFloat8HolderReaderImpl.html       |   4 +-
 .../complex/impl/NullableIntHolderReaderImpl.html  |   4 +-
 .../impl/NullableIntervalDayHolderReaderImpl.html  |   4 +-
 ...llableIntervalMonthDayNanoHolderReaderImpl.html |   4 +-
 .../impl/NullableIntervalYearHolderReaderImpl.html |   4 +-
 .../NullableLargeVarBinaryHolderReaderImpl.html    |   4 +-
 .../impl/NullableLargeVarCharHolderReaderImpl.html |   4 +-
 .../impl/NullableSmallIntHolderReaderImpl.html     |   4 +-
 .../complex/impl/NullableStructReaderImpl.html     |   4 +-
 .../vector/complex/impl/NullableStructWriter.html  |   4 +-
 .../complex/impl/NullableStructWriterFactory.html  |   4 +-
 .../impl/NullableTimeMicroHolderReaderImpl.html    |   4 +-
 .../impl/NullableTimeMilliHolderReaderImpl.html    |   4 +-
 .../impl/NullableTimeNanoHolderReaderImpl.html     |   4 +-
 .../impl/NullableTimeSecHolderReaderImpl.html      |   4 +-
 .../NullableTimeStampMicroHolderReaderImpl.html    |   4 +-
 .../NullableTimeStampMicroTZHolderReaderImpl.html  |   4 +-
 .../NullableTimeStampMilliHolderReaderImpl.html    |   4 +-
 .../NullableTimeStampMilliTZHolderReaderImpl.html  |   4 +-
 .../NullableTimeStampNanoHolderReaderImpl.html     |   4 +-
 .../NullableTimeStampNanoTZHolderReaderImpl.html   |   4 +-
 .../impl/NullableTimeStampSecHolderReaderImpl.html |   4 +-
 .../NullableTimeStampSecTZHolderReaderImpl.html    |   4 +-
 .../impl/NullableTinyIntHolderReaderImpl.html      |   4 +-
 .../impl/NullableUInt1HolderReaderImpl.html        |   4 +-
 .../impl/NullableUInt2HolderReaderImpl.html        |   4 +-
 .../impl/NullableUInt4HolderReaderImpl.html        |   4 +-
 .../impl/NullableUInt8HolderReaderImpl.html        |   4 +-
 .../impl/NullableVarBinaryHolderReaderImpl.html    |   4 +-
 .../impl/NullableVarCharHolderReaderImpl.html      |   4 +-
 .../vector/complex/impl/PromotableWriter.html      |   4 +-
 .../impl/SingleCaseSensitiveStructWriter.html      |   4 +-
 .../vector/complex/impl/SingleListReaderImpl.html  |   4 +-
 .../complex/impl/SingleStructReaderImpl.html       |   4 +-
 .../vector/complex/impl/SingleStructWriter.html    |   4 +-
 .../complex/impl/SmallIntHolderReaderImpl.html     |   4 +-
 .../vector/complex/impl/SmallIntReaderImpl.html    |   4 +-
 .../vector/complex/impl/SmallIntWriterImpl.html    |   4 +-
 .../complex/impl/StructOrListWriterImpl.html       |   4 +-
 .../complex/impl/TimeMicroHolderReaderImpl.html    |   4 +-
 .../vector/complex/impl/TimeMicroReaderImpl.html   |   4 +-
 .../vector/complex/impl/TimeMicroWriterImpl.html   |   4 +-
 .../complex/impl/TimeMilliHolderReaderImpl.html    |   4 +-
 .../vector/complex/impl/TimeMilliReaderImpl.html   |   4 +-
 .../vector/complex/impl/TimeMilliWriterImpl.html   |   4 +-
 .../complex/impl/TimeNanoHolderReaderImpl.html     |   4 +-
 .../vector/complex/impl/TimeNanoReaderImpl.html    |   4 +-
 .../vector/complex/impl/TimeNanoWriterImpl.html    |   4 +-
 .../complex/impl/TimeSecHolderReaderImpl.html      |   4 +-
 .../vector/complex/impl/TimeSecReaderImpl.html     |   4 +-
 .../vector/complex/impl/TimeSecWriterImpl.html     |   4 +-
 .../impl/TimeStampMicroHolderReaderImpl.html       |   4 +-
 .../complex/impl/TimeStampMicroReaderImpl.html     |   4 +-
 .../impl/TimeStampMicroTZHolderReaderImpl.html     |   4 +-
 .../complex/impl/TimeStampMicroTZReaderImpl.html   |   4 +-
 .../complex/impl/TimeStampMicroTZWriterImpl.html   |   4 +-
 .../complex/impl/TimeStampMicroWriterImpl.html     |   4 +-
 .../impl/TimeStampMilliHolderReaderImpl.html       |   4 +-
 .../complex/impl/TimeStampMilliReaderImpl.html     |   4 +-
 .../impl/TimeStampMilliTZHolderReaderImpl.html     |   4 +-
 .../complex/impl/TimeStampMilliTZReaderImpl.html   |   4 +-
 .../complex/impl/TimeStampMilliTZWriterImpl.html   |   4 +-
 .../complex/impl/TimeStampMilliWriterImpl.html     |   4 +-
 .../impl/TimeStampNanoHolderReaderImpl.html        |   4 +-
 .../complex/impl/TimeStampNanoReaderImpl.html      |   4 +-
 .../impl/TimeStampNanoTZHolderReaderImpl.html      |   4 +-
 .../complex/impl/TimeStampNanoTZReaderImpl.html    |   4 +-
 .../complex/impl/TimeStampNanoTZWriterImpl.html    |   4 +-
 .../complex/impl/TimeStampNanoWriterImpl.html      |   4 +-
 .../complex/impl/TimeStampSecHolderReaderImpl.html |   4 +-
 .../complex/impl/TimeStampSecReaderImpl.html       |   4 +-
 .../impl/TimeStampSecTZHolderReaderImpl.html       |   4 +-
 .../complex/impl/TimeStampSecTZReaderImpl.html     |   4 +-
 .../complex/impl/TimeStampSecTZWriterImpl.html     |   4 +-
 .../complex/impl/TimeStampSecWriterImpl.html       |   4 +-
 .../complex/impl/TinyIntHolderReaderImpl.html      |   4 +-
 .../vector/complex/impl/TinyIntReaderImpl.html     |   4 +-
 .../vector/complex/impl/TinyIntWriterImpl.html     |   4 +-
 .../vector/complex/impl/UInt1HolderReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt1ReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt1WriterImpl.html |   4 +-
 .../vector/complex/impl/UInt2HolderReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt2ReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt2WriterImpl.html |   4 +-
 .../vector/complex/impl/UInt4HolderReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt4ReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt4WriterImpl.html |   4 +-
 .../vector/complex/impl/UInt8HolderReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt8ReaderImpl.html |   4 +-
 .../arrow/vector/complex/impl/UInt8WriterImpl.html |   4 +-
 .../complex/impl/UnionFixedSizeListReader.html     |   4 +-
 .../complex/impl/UnionFixedSizeListWriter.html     |   4 +-
 .../vector/complex/impl/UnionLargeListReader.html  |   4 +-
 .../vector/complex/impl/UnionLargeListWriter.html  |   4 +-
 .../arrow/vector/complex/impl/UnionListReader.html |   4 +-
 .../arrow/vector/complex/impl/UnionListWriter.html |   4 +-
 .../arrow/vector/complex/impl/UnionMapReader.html  |   4 +-
 .../arrow/vector/complex/impl/UnionMapWriter.html  |   4 +-
 .../arrow/vector/complex/impl/UnionReader.html     |   4 +-
 .../arrow/vector/complex/impl/UnionWriter.html     |   4 +-
 .../complex/impl/VarBinaryHolderReaderImpl.html    |   4 +-
 .../vector/complex/impl/VarBinaryReaderImpl.html   |   4 +-
 .../vector/complex/impl/VarBinaryWriterImpl.html   |   4 +-
 .../complex/impl/VarCharHolderReaderImpl.html      |   4 +-
 .../vector/complex/impl/VarCharReaderImpl.html     |   4 +-
 .../vector/complex/impl/VarCharWriterImpl.html     |   4 +-
 .../impl/class-use/BigIntHolderReaderImpl.html     |   4 +-
 .../complex/impl/class-use/BigIntReaderImpl.html   |   4 +-
 .../complex/impl/class-use/BigIntWriterImpl.html   |   4 +-
 .../impl/class-use/BitHolderReaderImpl.html        |   4 +-
 .../complex/impl/class-use/BitReaderImpl.html      |   4 +-
 .../complex/impl/class-use/BitWriterImpl.html      |   4 +-
 .../complex/impl/class-use/ComplexCopier.html      |   4 +-
 .../complex/impl/class-use/ComplexWriterImpl.html  |   4 +-
 .../impl/class-use/DateDayHolderReaderImpl.html    |   4 +-
 .../complex/impl/class-use/DateDayReaderImpl.html  |   4 +-
 .../complex/impl/class-use/DateDayWriterImpl.html  |   4 +-
 .../impl/class-use/DateMilliHolderReaderImpl.html  |   4 +-
 .../impl/class-use/DateMilliReaderImpl.html        |   4 +-
 .../impl/class-use/DateMilliWriterImpl.html        |   4 +-
 .../impl/class-use/Decimal256HolderReaderImpl.html |   4 +-
 .../impl/class-use/Decimal256ReaderImpl.html       |   4 +-
 .../impl/class-use/Decimal256WriterImpl.html       |   4 +-
 .../impl/class-use/DecimalHolderReaderImpl.html    |   4 +-
 .../complex/impl/class-use/DecimalReaderImpl.html  |   4 +-
 .../complex/impl/class-use/DecimalWriterImpl.html  |   4 +-
 .../complex/impl/class-use/DenseUnionReader.html   |   4 +-
 .../complex/impl/class-use/DenseUnionWriter.html   |   4 +-
 .../impl/class-use/DurationHolderReaderImpl.html   |   4 +-
 .../complex/impl/class-use/DurationReaderImpl.html |   4 +-
 .../complex/impl/class-use/DurationWriterImpl.html |   4 +-
 .../class-use/FixedSizeBinaryHolderReaderImpl.html |   4 +-
 .../impl/class-use/FixedSizeBinaryReaderImpl.html  |   4 +-
 .../impl/class-use/FixedSizeBinaryWriterImpl.html  |   4 +-
 .../impl/class-use/Float4HolderReaderImpl.html     |   4 +-
 .../complex/impl/class-use/Float4ReaderImpl.html   |   4 +-
 .../complex/impl/class-use/Float4WriterImpl.html   |   4 +-
 .../impl/class-use/Float8HolderReaderImpl.html     |   4 +-
 .../complex/impl/class-use/Float8ReaderImpl.html   |   4 +-
 .../complex/impl/class-use/Float8WriterImpl.html   |   4 +-
 .../impl/class-use/IntHolderReaderImpl.html        |   4 +-
 .../complex/impl/class-use/IntReaderImpl.html      |   4 +-
 .../complex/impl/class-use/IntWriterImpl.html      |   4 +-
 .../class-use/IntervalDayHolderReaderImpl.html     |   4 +-
 .../impl/class-use/IntervalDayReaderImpl.html      |   4 +-
 .../impl/class-use/IntervalDayWriterImpl.html      |   4 +-
 .../IntervalMonthDayNanoHolderReaderImpl.html      |   4 +-
 .../class-use/IntervalMonthDayNanoReaderImpl.html  |   4 +-
 .../class-use/IntervalMonthDayNanoWriterImpl.html  |   4 +-
 .../class-use/IntervalYearHolderReaderImpl.html    |   4 +-
 .../impl/class-use/IntervalYearReaderImpl.html     |   4 +-
 .../impl/class-use/IntervalYearWriterImpl.html     |   4 +-
 .../class-use/LargeVarBinaryHolderReaderImpl.html  |   4 +-
 .../impl/class-use/LargeVarBinaryReaderImpl.html   |   4 +-
 .../impl/class-use/LargeVarBinaryWriterImpl.html   |   4 +-
 .../class-use/LargeVarCharHolderReaderImpl.html    |   4 +-
 .../impl/class-use/LargeVarCharReaderImpl.html     |   4 +-
 .../impl/class-use/LargeVarCharWriterImpl.html     |   4 +-
 .../vector/complex/impl/class-use/NullReader.html  |   4 +-
 .../class-use/NullableBigIntHolderReaderImpl.html  |   4 +-
 .../class-use/NullableBitHolderReaderImpl.html     |   4 +-
 .../NullableCaseSensitiveStructWriter.html         |   4 +-
 .../class-use/NullableDateDayHolderReaderImpl.html |   4 +-
 .../NullableDateMilliHolderReaderImpl.html         |   4 +-
 .../NullableDecimal256HolderReaderImpl.html        |   4 +-
 .../class-use/NullableDecimalHolderReaderImpl.html |   4 +-
 .../NullableDurationHolderReaderImpl.html          |   4 +-
 .../NullableFixedSizeBinaryHolderReaderImpl.html   |   4 +-
 .../class-use/NullableFloat4HolderReaderImpl.html  |   4 +-
 .../class-use/NullableFloat8HolderReaderImpl.html  |   4 +-
 .../class-use/NullableIntHolderReaderImpl.html     |   4 +-
 .../NullableIntervalDayHolderReaderImpl.html       |   4 +-
 ...llableIntervalMonthDayNanoHolderReaderImpl.html |   4 +-
 .../NullableIntervalYearHolderReaderImpl.html      |   4 +-
 .../NullableLargeVarBinaryHolderReaderImpl.html    |   4 +-
 .../NullableLargeVarCharHolderReaderImpl.html      |   4 +-
 .../NullableSmallIntHolderReaderImpl.html          |   4 +-
 .../impl/class-use/NullableStructReaderImpl.html   |   4 +-
 .../impl/class-use/NullableStructWriter.html       |   4 +-
 .../class-use/NullableStructWriterFactory.html     |   4 +-
 .../NullableTimeMicroHolderReaderImpl.html         |   4 +-
 .../NullableTimeMilliHolderReaderImpl.html         |   4 +-
 .../NullableTimeNanoHolderReaderImpl.html          |   4 +-
 .../class-use/NullableTimeSecHolderReaderImpl.html |   4 +-
 .../NullableTimeStampMicroHolderReaderImpl.html    |   4 +-
 .../NullableTimeStampMicroTZHolderReaderImpl.html  |   4 +-
 .../NullableTimeStampMilliHolderReaderImpl.html    |   4 +-
 .../NullableTimeStampMilliTZHolderReaderImpl.html  |   4 +-
 .../NullableTimeStampNanoHolderReaderImpl.html     |   4 +-
 .../NullableTimeStampNanoTZHolderReaderImpl.html   |   4 +-
 .../NullableTimeStampSecHolderReaderImpl.html      |   4 +-
 .../NullableTimeStampSecTZHolderReaderImpl.html    |   4 +-
 .../class-use/NullableTinyIntHolderReaderImpl.html |   4 +-
 .../class-use/NullableUInt1HolderReaderImpl.html   |   4 +-
 .../class-use/NullableUInt2HolderReaderImpl.html   |   4 +-
 .../class-use/NullableUInt4HolderReaderImpl.html   |   4 +-
 .../class-use/NullableUInt8HolderReaderImpl.html   |   4 +-
 .../NullableVarBinaryHolderReaderImpl.html         |   4 +-
 .../class-use/NullableVarCharHolderReaderImpl.html |   4 +-
 .../complex/impl/class-use/PromotableWriter.html   |   4 +-
 .../class-use/SingleCaseSensitiveStructWriter.html |   4 +-
 .../impl/class-use/SingleListReaderImpl.html       |   4 +-
 .../impl/class-use/SingleStructReaderImpl.html     |   4 +-
 .../complex/impl/class-use/SingleStructWriter.html |   4 +-
 .../impl/class-use/SmallIntHolderReaderImpl.html   |   4 +-
 .../complex/impl/class-use/SmallIntReaderImpl.html |   4 +-
 .../complex/impl/class-use/SmallIntWriterImpl.html |   4 +-
 .../impl/class-use/StructOrListWriterImpl.html     |   4 +-
 .../impl/class-use/TimeMicroHolderReaderImpl.html  |   4 +-
 .../impl/class-use/TimeMicroReaderImpl.html        |   4 +-
 .../impl/class-use/TimeMicroWriterImpl.html        |   4 +-
 .../impl/class-use/TimeMilliHolderReaderImpl.html  |   4 +-
 .../impl/class-use/TimeMilliReaderImpl.html        |   4 +-
 .../impl/class-use/TimeMilliWriterImpl.html        |   4 +-
 .../impl/class-use/TimeNanoHolderReaderImpl.html   |   4 +-
 .../complex/impl/class-use/TimeNanoReaderImpl.html |   4 +-
 .../complex/impl/class-use/TimeNanoWriterImpl.html |   4 +-
 .../impl/class-use/TimeSecHolderReaderImpl.html    |   4 +-
 .../complex/impl/class-use/TimeSecReaderImpl.html  |   4 +-
 .../complex/impl/class-use/TimeSecWriterImpl.html  |   4 +-
 .../class-use/TimeStampMicroHolderReaderImpl.html  |   4 +-
 .../impl/class-use/TimeStampMicroReaderImpl.html   |   4 +-
 .../TimeStampMicroTZHolderReaderImpl.html          |   4 +-
 .../impl/class-use/TimeStampMicroTZReaderImpl.html |   4 +-
 .../impl/class-use/TimeStampMicroTZWriterImpl.html |   4 +-
 .../impl/class-use/TimeStampMicroWriterImpl.html   |   4 +-
 .../class-use/TimeStampMilliHolderReaderImpl.html  |   4 +-
 .../impl/class-use/TimeStampMilliReaderImpl.html   |   4 +-
 .../TimeStampMilliTZHolderReaderImpl.html          |   4 +-
 .../impl/class-use/TimeStampMilliTZReaderImpl.html |   4 +-
 .../impl/class-use/TimeStampMilliTZWriterImpl.html |   4 +-
 .../impl/class-use/TimeStampMilliWriterImpl.html   |   4 +-
 .../class-use/TimeStampNanoHolderReaderImpl.html   |   4 +-
 .../impl/class-use/TimeStampNanoReaderImpl.html    |   4 +-
 .../class-use/TimeStampNanoTZHolderReaderImpl.html |   4 +-
 .../impl/class-use/TimeStampNanoTZReaderImpl.html  |   4 +-
 .../impl/class-use/TimeStampNanoTZWriterImpl.html  |   4 +-
 .../impl/class-use/TimeStampNanoWriterImpl.html    |   4 +-
 .../class-use/TimeStampSecHolderReaderImpl.html    |   4 +-
 .../impl/class-use/TimeStampSecReaderImpl.html     |   4 +-
 .../class-use/TimeStampSecTZHolderReaderImpl.html  |   4 +-
 .../impl/class-use/TimeStampSecTZReaderImpl.html   |   4 +-
 .../impl/class-use/TimeStampSecTZWriterImpl.html   |   4 +-
 .../impl/class-use/TimeStampSecWriterImpl.html     |   4 +-
 .../impl/class-use/TinyIntHolderReaderImpl.html    |   4 +-
 .../complex/impl/class-use/TinyIntReaderImpl.html  |   4 +-
 .../complex/impl/class-use/TinyIntWriterImpl.html  |   4 +-
 .../impl/class-use/UInt1HolderReaderImpl.html      |   4 +-
 .../complex/impl/class-use/UInt1ReaderImpl.html    |   4 +-
 .../complex/impl/class-use/UInt1WriterImpl.html    |   4 +-
 .../impl/class-use/UInt2HolderReaderImpl.html      |   4 +-
 .../complex/impl/class-use/UInt2ReaderImpl.html    |   4 +-
 .../complex/impl/class-use/UInt2WriterImpl.html    |   4 +-
 .../impl/class-use/UInt4HolderReaderImpl.html      |   4 +-
 .../complex/impl/class-use/UInt4ReaderImpl.html    |   4 +-
 .../complex/impl/class-use/UInt4WriterImpl.html    |   4 +-
 .../impl/class-use/UInt8HolderReaderImpl.html      |   4 +-
 .../complex/impl/class-use/UInt8ReaderImpl.html    |   4 +-
 .../complex/impl/class-use/UInt8WriterImpl.html    |   4 +-
 .../impl/class-use/UnionFixedSizeListReader.html   |   4 +-
 .../impl/class-use/UnionFixedSizeListWriter.html   |   4 +-
 .../impl/class-use/UnionLargeListReader.html       |   4 +-
 .../impl/class-use/UnionLargeListWriter.html       |   4 +-
 .../complex/impl/class-use/UnionListReader.html    |   4 +-
 .../complex/impl/class-use/UnionListWriter.html    |   4 +-
 .../complex/impl/class-use/UnionMapReader.html     |   4 +-
 .../complex/impl/class-use/UnionMapWriter.html     |   4 +-
 .../vector/complex/impl/class-use/UnionReader.html |   4 +-
 .../vector/complex/impl/class-use/UnionWriter.html |   4 +-
 .../impl/class-use/VarBinaryHolderReaderImpl.html  |   4 +-
 .../impl/class-use/VarBinaryReaderImpl.html        |   4 +-
 .../impl/class-use/VarBinaryWriterImpl.html        |   4 +-
 .../impl/class-use/VarCharHolderReaderImpl.html    |   4 +-
 .../complex/impl/class-use/VarCharReaderImpl.html  |   4 +-
 .../complex/impl/class-use/VarCharWriterImpl.html  |   4 +-
 .../arrow/vector/complex/impl/package-frame.html   |   4 +-
 .../arrow/vector/complex/impl/package-summary.html |   4 +-
 .../arrow/vector/complex/impl/package-tree.html    |   4 +-
 .../arrow/vector/complex/impl/package-use.html     |   4 +-
 .../apache/arrow/vector/complex/package-frame.html |   4 +-
 .../arrow/vector/complex/package-summary.html      |   4 +-
 .../apache/arrow/vector/complex/package-tree.html  |   4 +-
 .../apache/arrow/vector/complex/package-use.html   |   4 +-
 .../complex/reader/BaseReader.ComplexReader.html   |   4 +-
 .../complex/reader/BaseReader.ListReader.html      |   4 +-
 .../complex/reader/BaseReader.MapReader.html       |   4 +-
 .../reader/BaseReader.RepeatedListReader.html      |   4 +-
 .../reader/BaseReader.RepeatedMapReader.html       |   4 +-
 .../reader/BaseReader.RepeatedStructReader.html    |   4 +-
 .../complex/reader/BaseReader.ScalarReader.html    |   4 +-
 .../complex/reader/BaseReader.StructReader.html    |   4 +-
 .../arrow/vector/complex/reader/BaseReader.html    |   4 +-
 .../arrow/vector/complex/reader/BigIntReader.html  |   4 +-
 .../arrow/vector/complex/reader/BitReader.html     |   4 +-
 .../arrow/vector/complex/reader/DateDayReader.html |   4 +-
 .../vector/complex/reader/DateMilliReader.html     |   4 +-
 .../vector/complex/reader/Decimal256Reader.html    |   4 +-
 .../arrow/vector/complex/reader/DecimalReader.html |   4 +-
 .../vector/complex/reader/DurationReader.html      |   4 +-
 .../arrow/vector/complex/reader/FieldReader.html   |   4 +-
 .../complex/reader/FixedSizeBinaryReader.html      |   4 +-
 .../arrow/vector/complex/reader/Float4Reader.html  |   4 +-
 .../arrow/vector/complex/reader/Float8Reader.html  |   4 +-
 .../arrow/vector/complex/reader/IntReader.html     |   4 +-
 .../vector/complex/reader/IntervalDayReader.html   |   4 +-
 .../complex/reader/IntervalMonthDayNanoReader.html |   4 +-
 .../vector/complex/reader/IntervalYearReader.html  |   4 +-
 .../complex/reader/LargeVarBinaryReader.html       |   4 +-
 .../vector/complex/reader/LargeVarCharReader.html  |   4 +-
 .../vector/complex/reader/SmallIntReader.html      |   4 +-
 .../vector/complex/reader/TimeMicroReader.html     |   4 +-
 .../vector/complex/reader/TimeMilliReader.html     |   4 +-
 .../vector/complex/reader/TimeNanoReader.html      |   4 +-
 .../arrow/vector/complex/reader/TimeSecReader.html |   4 +-
 .../complex/reader/TimeStampMicroReader.html       |   4 +-
 .../complex/reader/TimeStampMicroTZReader.html     |   4 +-
 .../complex/reader/TimeStampMilliReader.html       |   4 +-
 .../complex/reader/TimeStampMilliTZReader.html     |   4 +-
 .../vector/complex/reader/TimeStampNanoReader.html |   4 +-
 .../complex/reader/TimeStampNanoTZReader.html      |   4 +-
 .../vector/complex/reader/TimeStampSecReader.html  |   4 +-
 .../complex/reader/TimeStampSecTZReader.html       |   4 +-
 .../arrow/vector/complex/reader/TinyIntReader.html |   4 +-
 .../arrow/vector/complex/reader/UInt1Reader.html   |   4 +-
 .../arrow/vector/complex/reader/UInt2Reader.html   |   4 +-
 .../arrow/vector/complex/reader/UInt4Reader.html   |   4 +-
 .../arrow/vector/complex/reader/UInt8Reader.html   |   4 +-
 .../vector/complex/reader/VarBinaryReader.html     |   4 +-
 .../arrow/vector/complex/reader/VarCharReader.html |   4 +-
 .../reader/class-use/BaseReader.ComplexReader.html |   4 +-
 .../reader/class-use/BaseReader.ListReader.html    |   4 +-
 .../reader/class-use/BaseReader.MapReader.html     |   4 +-
 .../class-use/BaseReader.RepeatedListReader.html   |   4 +-
 .../class-use/BaseReader.RepeatedMapReader.html    |   4 +-
 .../class-use/BaseReader.RepeatedStructReader.html |   4 +-
 .../reader/class-use/BaseReader.ScalarReader.html  |   4 +-
 .../reader/class-use/BaseReader.StructReader.html  |   4 +-
 .../complex/reader/class-use/BaseReader.html       |   4 +-
 .../complex/reader/class-use/BigIntReader.html     |   4 +-
 .../vector/complex/reader/class-use/BitReader.html |   4 +-
 .../complex/reader/class-use/DateDayReader.html    |   4 +-
 .../complex/reader/class-use/DateMilliReader.html  |   4 +-
 .../complex/reader/class-use/Decimal256Reader.html |   4 +-
 .../complex/reader/class-use/DecimalReader.html    |   4 +-
 .../complex/reader/class-use/DurationReader.html   |   4 +-
 .../complex/reader/class-use/FieldReader.html      |   4 +-
 .../reader/class-use/FixedSizeBinaryReader.html    |   4 +-
 .../complex/reader/class-use/Float4Reader.html     |   4 +-
 .../complex/reader/class-use/Float8Reader.html     |   4 +-
 .../vector/complex/reader/class-use/IntReader.html |   4 +-
 .../reader/class-use/IntervalDayReader.html        |   4 +-
 .../class-use/IntervalMonthDayNanoReader.html      |   4 +-
 .../reader/class-use/IntervalYearReader.html       |   4 +-
 .../reader/class-use/LargeVarBinaryReader.html     |   4 +-
 .../reader/class-use/LargeVarCharReader.html       |   4 +-
 .../complex/reader/class-use/SmallIntReader.html   |   4 +-
 .../complex/reader/class-use/TimeMicroReader.html  |   4 +-
 .../complex/reader/class-use/TimeMilliReader.html  |   4 +-
 .../complex/reader/class-use/TimeNanoReader.html   |   4 +-
 .../complex/reader/class-use/TimeSecReader.html    |   4 +-
 .../reader/class-use/TimeStampMicroReader.html     |   4 +-
 .../reader/class-use/TimeStampMicroTZReader.html   |   4 +-
 .../reader/class-use/TimeStampMilliReader.html     |   4 +-
 .../reader/class-use/TimeStampMilliTZReader.html   |   4 +-
 .../reader/class-use/TimeStampNanoReader.html      |   4 +-
 .../reader/class-use/TimeStampNanoTZReader.html    |   4 +-
 .../reader/class-use/TimeStampSecReader.html       |   4 +-
 .../reader/class-use/TimeStampSecTZReader.html     |   4 +-
 .../complex/reader/class-use/TinyIntReader.html    |   4 +-
 .../complex/reader/class-use/UInt1Reader.html      |   4 +-
 .../complex/reader/class-use/UInt2Reader.html      |   4 +-
 .../complex/reader/class-use/UInt4Reader.html      |   4 +-
 .../complex/reader/class-use/UInt8Reader.html      |   4 +-
 .../complex/reader/class-use/VarBinaryReader.html  |   4 +-
 .../complex/reader/class-use/VarCharReader.html    |   4 +-
 .../arrow/vector/complex/reader/package-frame.html |   4 +-
 .../vector/complex/reader/package-summary.html     |   4 +-
 .../arrow/vector/complex/reader/package-tree.html  |   4 +-
 .../arrow/vector/complex/reader/package-use.html   |   4 +-
 .../complex/writer/BaseWriter.ComplexWriter.html   |   4 +-
 .../complex/writer/BaseWriter.ListWriter.html      |   4 +-
 .../complex/writer/BaseWriter.MapWriter.html       |   4 +-
 .../complex/writer/BaseWriter.ScalarWriter.html    |   4 +-
 .../writer/BaseWriter.StructOrListWriter.html      |   4 +-
 .../complex/writer/BaseWriter.StructWriter.html    |   4 +-
 .../arrow/vector/complex/writer/BaseWriter.html    |   4 +-
 .../arrow/vector/complex/writer/BigIntWriter.html  |   4 +-
 .../arrow/vector/complex/writer/BitWriter.html     |   4 +-
 .../arrow/vector/complex/writer/DateDayWriter.html |   4 +-
 .../vector/complex/writer/DateMilliWriter.html     |   4 +-
 .../vector/complex/writer/Decimal256Writer.html    |   4 +-
 .../arrow/vector/complex/writer/DecimalWriter.html |   4 +-
 .../vector/complex/writer/DurationWriter.html      |   4 +-
 .../arrow/vector/complex/writer/FieldWriter.html   |   4 +-
 .../complex/writer/FixedSizeBinaryWriter.html      |   4 +-
 .../arrow/vector/complex/writer/Float4Writer.html  |   4 +-
 .../arrow/vector/complex/writer/Float8Writer.html  |   4 +-
 .../arrow/vector/complex/writer/IntWriter.html     |   4 +-
 .../vector/complex/writer/IntervalDayWriter.html   |   4 +-
 .../complex/writer/IntervalMonthDayNanoWriter.html |   4 +-
 .../vector/complex/writer/IntervalYearWriter.html  |   4 +-
 .../complex/writer/LargeVarBinaryWriter.html       |   4 +-
 .../vector/complex/writer/LargeVarCharWriter.html  |   4 +-
 .../vector/complex/writer/SmallIntWriter.html      |   4 +-
 .../vector/complex/writer/TimeMicroWriter.html     |   4 +-
 .../vector/complex/writer/TimeMilliWriter.html     |   4 +-
 .../vector/complex/writer/TimeNanoWriter.html      |   4 +-
 .../arrow/vector/complex/writer/TimeSecWriter.html |   4 +-
 .../complex/writer/TimeStampMicroTZWriter.html     |   4 +-
 .../complex/writer/TimeStampMicroWriter.html       |   4 +-
 .../complex/writer/TimeStampMilliTZWriter.html     |   4 +-
 .../complex/writer/TimeStampMilliWriter.html       |   4 +-
 .../complex/writer/TimeStampNanoTZWriter.html      |   4 +-
 .../vector/complex/writer/TimeStampNanoWriter.html |   4 +-
 .../complex/writer/TimeStampSecTZWriter.html       |   4 +-
 .../vector/complex/writer/TimeStampSecWriter.html  |   4 +-
 .../arrow/vector/complex/writer/TinyIntWriter.html |   4 +-
 .../arrow/vector/complex/writer/UInt1Writer.html   |   4 +-
 .../arrow/vector/complex/writer/UInt2Writer.html   |   4 +-
 .../arrow/vector/complex/writer/UInt4Writer.html   |   4 +-
 .../arrow/vector/complex/writer/UInt8Writer.html   |   4 +-
 .../vector/complex/writer/VarBinaryWriter.html     |   4 +-
 .../arrow/vector/complex/writer/VarCharWriter.html |   4 +-
 .../writer/class-use/BaseWriter.ComplexWriter.html |   4 +-
 .../writer/class-use/BaseWriter.ListWriter.html    |   4 +-
 .../writer/class-use/BaseWriter.MapWriter.html     |   4 +-
 .../writer/class-use/BaseWriter.ScalarWriter.html  |   4 +-
 .../class-use/BaseWriter.StructOrListWriter.html   |   4 +-
 .../writer/class-use/BaseWriter.StructWriter.html  |   4 +-
 .../complex/writer/class-use/BaseWriter.html       |   4 +-
 .../complex/writer/class-use/BigIntWriter.html     |   4 +-
 .../vector/complex/writer/class-use/BitWriter.html |   4 +-
 .../complex/writer/class-use/DateDayWriter.html    |   4 +-
 .../complex/writer/class-use/DateMilliWriter.html  |   4 +-
 .../complex/writer/class-use/Decimal256Writer.html |   4 +-
 .../complex/writer/class-use/DecimalWriter.html    |   4 +-
 .../complex/writer/class-use/DurationWriter.html   |   4 +-
 .../complex/writer/class-use/FieldWriter.html      |   4 +-
 .../writer/class-use/FixedSizeBinaryWriter.html    |   4 +-
 .../complex/writer/class-use/Float4Writer.html     |   4 +-
 .../complex/writer/class-use/Float8Writer.html     |   4 +-
 .../vector/complex/writer/class-use/IntWriter.html |   4 +-
 .../writer/class-use/IntervalDayWriter.html        |   4 +-
 .../class-use/IntervalMonthDayNanoWriter.html      |   4 +-
 .../writer/class-use/IntervalYearWriter.html       |   4 +-
 .../writer/class-use/LargeVarBinaryWriter.html     |   4 +-
 .../writer/class-use/LargeVarCharWriter.html       |   4 +-
 .../complex/writer/class-use/SmallIntWriter.html   |   4 +-
 .../complex/writer/class-use/TimeMicroWriter.html  |   4 +-
 .../complex/writer/class-use/TimeMilliWriter.html  |   4 +-
 .../complex/writer/class-use/TimeNanoWriter.html   |   4 +-
 .../complex/writer/class-use/TimeSecWriter.html    |   4 +-
 .../writer/class-use/TimeStampMicroTZWriter.html   |   4 +-
 .../writer/class-use/TimeStampMicroWriter.html     |   4 +-
 .../writer/class-use/TimeStampMilliTZWriter.html   |   4 +-
 .../writer/class-use/TimeStampMilliWriter.html     |   4 +-
 .../writer/class-use/TimeStampNanoTZWriter.html    |   4 +-
 .../writer/class-use/TimeStampNanoWriter.html      |   4 +-
 .../writer/class-use/TimeStampSecTZWriter.html     |   4 +-
 .../writer/class-use/TimeStampSecWriter.html       |   4 +-
 .../complex/writer/class-use/TinyIntWriter.html    |   4 +-
 .../complex/writer/class-use/UInt1Writer.html      |   4 +-
 .../complex/writer/class-use/UInt2Writer.html      |   4 +-
 .../complex/writer/class-use/UInt4Writer.html      |   4 +-
 .../complex/writer/class-use/UInt8Writer.html      |   4 +-
 .../complex/writer/class-use/VarBinaryWriter.html  |   4 +-
 .../complex/writer/class-use/VarCharWriter.html    |   4 +-
 .../arrow/vector/complex/writer/package-frame.html |   4 +-
 .../vector/complex/writer/package-summary.html     |   4 +-
 .../arrow/vector/complex/writer/package-tree.html  |   4 +-
 .../arrow/vector/complex/writer/package-use.html   |   4 +-
 .../compression/AbstractCompressionCodec.html      |   4 +-
 .../compression/CompressionCodec.Factory.html      |   4 +-
 .../arrow/vector/compression/CompressionCodec.html |   4 +-
 .../compression/CompressionUtil.CodecType.html     |   4 +-
 .../arrow/vector/compression/CompressionUtil.html  |   4 +-
 .../compression/NoCompressionCodec.Factory.html    |   4 +-
 .../vector/compression/NoCompressionCodec.html     |   4 +-
 .../class-use/AbstractCompressionCodec.html        |   4 +-
 .../class-use/CompressionCodec.Factory.html        |   4 +-
 .../compression/class-use/CompressionCodec.html    |   4 +-
 .../class-use/CompressionUtil.CodecType.html       |   4 +-
 .../compression/class-use/CompressionUtil.html     |   4 +-
 .../class-use/NoCompressionCodec.Factory.html      |   4 +-
 .../compression/class-use/NoCompressionCodec.html  |   4 +-
 .../arrow/vector/compression/package-frame.html    |   4 +-
 .../arrow/vector/compression/package-summary.html  |   4 +-
 .../arrow/vector/compression/package-tree.html     |   4 +-
 .../arrow/vector/compression/package-use.html      |   4 +-
 .../apache/arrow/vector/dictionary/Dictionary.html |   4 +-
 .../arrow/vector/dictionary/DictionaryEncoder.html |   4 +-
 .../vector/dictionary/DictionaryHashTable.html     |   4 +-
 .../DictionaryProvider.MapDictionaryProvider.html  |   4 +-
 .../vector/dictionary/DictionaryProvider.html      |   4 +-
 .../vector/dictionary/ListSubfieldEncoder.html     |   4 +-
 .../vector/dictionary/StructSubfieldEncoder.html   |   4 +-
 .../vector/dictionary/class-use/Dictionary.html    |   4 +-
 .../dictionary/class-use/DictionaryEncoder.html    |   4 +-
 .../dictionary/class-use/DictionaryHashTable.html  |   4 +-
 .../DictionaryProvider.MapDictionaryProvider.html  |   4 +-
 .../dictionary/class-use/DictionaryProvider.html   |   4 +-
 .../dictionary/class-use/ListSubfieldEncoder.html  |   4 +-
 .../class-use/StructSubfieldEncoder.html           |   4 +-
 .../arrow/vector/dictionary/package-frame.html     |   4 +-
 .../arrow/vector/dictionary/package-summary.html   |   4 +-
 .../arrow/vector/dictionary/package-tree.html      |   4 +-
 .../arrow/vector/dictionary/package-use.html       |   4 +-
 .../apache/arrow/vector/holders/BigIntHolder.html  |   4 +-
 .../org/apache/arrow/vector/holders/BitHolder.html |   4 +-
 .../apache/arrow/vector/holders/ComplexHolder.html |   4 +-
 .../apache/arrow/vector/holders/DateDayHolder.html |   4 +-
 .../arrow/vector/holders/DateMilliHolder.html      |   4 +-
 .../arrow/vector/holders/Decimal256Holder.html     |   4 +-
 .../apache/arrow/vector/holders/DecimalHolder.html |   4 +-
 .../arrow/vector/holders/DenseUnionHolder.html     |   4 +-
 .../arrow/vector/holders/DurationHolder.html       |   4 +-
 .../vector/holders/FixedSizeBinaryHolder.html      |   4 +-
 .../apache/arrow/vector/holders/Float4Holder.html  |   4 +-
 .../apache/arrow/vector/holders/Float8Holder.html  |   4 +-
 .../org/apache/arrow/vector/holders/IntHolder.html |   4 +-
 .../arrow/vector/holders/IntervalDayHolder.html    |   4 +-
 .../vector/holders/IntervalMonthDayNanoHolder.html |   4 +-
 .../arrow/vector/holders/IntervalYearHolder.html   |   4 +-
 .../arrow/vector/holders/LargeVarBinaryHolder.html |   4 +-
 .../arrow/vector/holders/LargeVarCharHolder.html   |   4 +-
 .../arrow/vector/holders/NullableBigIntHolder.html |   4 +-
 .../arrow/vector/holders/NullableBitHolder.html    |   4 +-
 .../vector/holders/NullableDateDayHolder.html      |   4 +-
 .../vector/holders/NullableDateMilliHolder.html    |   4 +-
 .../vector/holders/NullableDecimal256Holder.html   |   4 +-
 .../vector/holders/NullableDecimalHolder.html      |   4 +-
 .../vector/holders/NullableDurationHolder.html     |   4 +-
 .../holders/NullableFixedSizeBinaryHolder.html     |   4 +-
 .../arrow/vector/holders/NullableFloat4Holder.html |   4 +-
 .../arrow/vector/holders/NullableFloat8Holder.html |   4 +-
 .../arrow/vector/holders/NullableIntHolder.html    |   4 +-
 .../vector/holders/NullableIntervalDayHolder.html  |   4 +-
 .../NullableIntervalMonthDayNanoHolder.html        |   4 +-
 .../vector/holders/NullableIntervalYearHolder.html |   4 +-
 .../holders/NullableLargeVarBinaryHolder.html      |   4 +-
 .../vector/holders/NullableLargeVarCharHolder.html |   4 +-
 .../vector/holders/NullableSmallIntHolder.html     |   4 +-
 .../vector/holders/NullableTimeMicroHolder.html    |   4 +-
 .../vector/holders/NullableTimeMilliHolder.html    |   4 +-
 .../vector/holders/NullableTimeNanoHolder.html     |   4 +-
 .../vector/holders/NullableTimeSecHolder.html      |   4 +-
 .../holders/NullableTimeStampMicroHolder.html      |   4 +-
 .../holders/NullableTimeStampMicroTZHolder.html    |   4 +-
 .../holders/NullableTimeStampMilliHolder.html      |   4 +-
 .../holders/NullableTimeStampMilliTZHolder.html    |   4 +-
 .../holders/NullableTimeStampNanoHolder.html       |   4 +-
 .../holders/NullableTimeStampNanoTZHolder.html     |   4 +-
 .../vector/holders/NullableTimeStampSecHolder.html |   4 +-
 .../holders/NullableTimeStampSecTZHolder.html      |   4 +-
 .../vector/holders/NullableTinyIntHolder.html      |   4 +-
 .../arrow/vector/holders/NullableUInt1Holder.html  |   4 +-
 .../arrow/vector/holders/NullableUInt2Holder.html  |   4 +-
 .../arrow/vector/holders/NullableUInt4Holder.html  |   4 +-
 .../arrow/vector/holders/NullableUInt8Holder.html  |   4 +-
 .../vector/holders/NullableVarBinaryHolder.html    |   4 +-
 .../vector/holders/NullableVarCharHolder.html      |   4 +-
 .../arrow/vector/holders/RepeatedListHolder.html   |   4 +-
 .../arrow/vector/holders/RepeatedStructHolder.html |   4 +-
 .../arrow/vector/holders/SmallIntHolder.html       |   4 +-
 .../arrow/vector/holders/TimeMicroHolder.html      |   4 +-
 .../arrow/vector/holders/TimeMilliHolder.html      |   4 +-
 .../arrow/vector/holders/TimeNanoHolder.html       |   4 +-
 .../apache/arrow/vector/holders/TimeSecHolder.html |   4 +-
 .../arrow/vector/holders/TimeStampMicroHolder.html |   4 +-
 .../vector/holders/TimeStampMicroTZHolder.html     |   4 +-
 .../arrow/vector/holders/TimeStampMilliHolder.html |   4 +-
 .../vector/holders/TimeStampMilliTZHolder.html     |   4 +-
 .../arrow/vector/holders/TimeStampNanoHolder.html  |   4 +-
 .../vector/holders/TimeStampNanoTZHolder.html      |   4 +-
 .../arrow/vector/holders/TimeStampSecHolder.html   |   4 +-
 .../arrow/vector/holders/TimeStampSecTZHolder.html |   4 +-
 .../apache/arrow/vector/holders/TinyIntHolder.html |   4 +-
 .../apache/arrow/vector/holders/UInt1Holder.html   |   4 +-
 .../apache/arrow/vector/holders/UInt2Holder.html   |   4 +-
 .../apache/arrow/vector/holders/UInt4Holder.html   |   4 +-
 .../apache/arrow/vector/holders/UInt8Holder.html   |   4 +-
 .../apache/arrow/vector/holders/UnionHolder.html   |   4 +-
 .../apache/arrow/vector/holders/ValueHolder.html   |   4 +-
 .../arrow/vector/holders/VarBinaryHolder.html      |   4 +-
 .../apache/arrow/vector/holders/VarCharHolder.html |   4 +-
 .../vector/holders/class-use/BigIntHolder.html     |   4 +-
 .../arrow/vector/holders/class-use/BitHolder.html  |   4 +-
 .../vector/holders/class-use/ComplexHolder.html    |   4 +-
 .../vector/holders/class-use/DateDayHolder.html    |   4 +-
 .../vector/holders/class-use/DateMilliHolder.html  |   4 +-
 .../vector/holders/class-use/Decimal256Holder.html |   4 +-
 .../vector/holders/class-use/DecimalHolder.html    |   4 +-
 .../vector/holders/class-use/DenseUnionHolder.html |   4 +-
 .../vector/holders/class-use/DurationHolder.html   |   4 +-
 .../holders/class-use/FixedSizeBinaryHolder.html   |   4 +-
 .../vector/holders/class-use/Float4Holder.html     |   4 +-
 .../vector/holders/class-use/Float8Holder.html     |   4 +-
 .../arrow/vector/holders/class-use/IntHolder.html  |   4 +-
 .../holders/class-use/IntervalDayHolder.html       |   4 +-
 .../class-use/IntervalMonthDayNanoHolder.html      |   4 +-
 .../holders/class-use/IntervalYearHolder.html      |   4 +-
 .../holders/class-use/LargeVarBinaryHolder.html    |   4 +-
 .../holders/class-use/LargeVarCharHolder.html      |   4 +-
 .../holders/class-use/NullableBigIntHolder.html    |   4 +-
 .../holders/class-use/NullableBitHolder.html       |   4 +-
 .../holders/class-use/NullableDateDayHolder.html   |   4 +-
 .../holders/class-use/NullableDateMilliHolder.html |   4 +-
 .../class-use/NullableDecimal256Holder.html        |   4 +-
 .../holders/class-use/NullableDecimalHolder.html   |   4 +-
 .../holders/class-use/NullableDurationHolder.html  |   4 +-
 .../class-use/NullableFixedSizeBinaryHolder.html   |   4 +-
 .../holders/class-use/NullableFloat4Holder.html    |   4 +-
 .../holders/class-use/NullableFloat8Holder.html    |   4 +-
 .../holders/class-use/NullableIntHolder.html       |   4 +-
 .../class-use/NullableIntervalDayHolder.html       |   4 +-
 .../NullableIntervalMonthDayNanoHolder.html        |   4 +-
 .../class-use/NullableIntervalYearHolder.html      |   4 +-
 .../class-use/NullableLargeVarBinaryHolder.html    |   4 +-
 .../class-use/NullableLargeVarCharHolder.html      |   4 +-
 .../holders/class-use/NullableSmallIntHolder.html  |   4 +-
 .../holders/class-use/NullableTimeMicroHolder.html |   4 +-
 .../holders/class-use/NullableTimeMilliHolder.html |   4 +-
 .../holders/class-use/NullableTimeNanoHolder.html  |   4 +-
 .../holders/class-use/NullableTimeSecHolder.html   |   4 +-
 .../class-use/NullableTimeStampMicroHolder.html    |   4 +-
 .../class-use/NullableTimeStampMicroTZHolder.html  |   4 +-
 .../class-use/NullableTimeStampMilliHolder.html    |   4 +-
 .../class-use/NullableTimeStampMilliTZHolder.html  |   4 +-
 .../class-use/NullableTimeStampNanoHolder.html     |   4 +-
 .../class-use/NullableTimeStampNanoTZHolder.html   |   4 +-
 .../class-use/NullableTimeStampSecHolder.html      |   4 +-
 .../class-use/NullableTimeStampSecTZHolder.html    |   4 +-
 .../holders/class-use/NullableTinyIntHolder.html   |   4 +-
 .../holders/class-use/NullableUInt1Holder.html     |   4 +-
 .../holders/class-use/NullableUInt2Holder.html     |   4 +-
 .../holders/class-use/NullableUInt4Holder.html     |   4 +-
 .../holders/class-use/NullableUInt8Holder.html     |   4 +-
 .../holders/class-use/NullableVarBinaryHolder.html |   4 +-
 .../holders/class-use/NullableVarCharHolder.html   |   4 +-
 .../holders/class-use/RepeatedListHolder.html      |   4 +-
 .../holders/class-use/RepeatedStructHolder.html    |   4 +-
 .../vector/holders/class-use/SmallIntHolder.html   |   4 +-
 .../vector/holders/class-use/TimeMicroHolder.html  |   4 +-
 .../vector/holders/class-use/TimeMilliHolder.html  |   4 +-
 .../vector/holders/class-use/TimeNanoHolder.html   |   4 +-
 .../vector/holders/class-use/TimeSecHolder.html    |   4 +-
 .../holders/class-use/TimeStampMicroHolder.html    |   4 +-
 .../holders/class-use/TimeStampMicroTZHolder.html  |   4 +-
 .../holders/class-use/TimeStampMilliHolder.html    |   4 +-
 .../holders/class-use/TimeStampMilliTZHolder.html  |   4 +-
 .../holders/class-use/TimeStampNanoHolder.html     |   4 +-
 .../holders/class-use/TimeStampNanoTZHolder.html   |   4 +-
 .../holders/class-use/TimeStampSecHolder.html      |   4 +-
 .../holders/class-use/TimeStampSecTZHolder.html    |   4 +-
 .../vector/holders/class-use/TinyIntHolder.html    |   4 +-
 .../vector/holders/class-use/UInt1Holder.html      |   4 +-
 .../vector/holders/class-use/UInt2Holder.html      |   4 +-
 .../vector/holders/class-use/UInt4Holder.html      |   4 +-
 .../vector/holders/class-use/UInt8Holder.html      |   4 +-
 .../vector/holders/class-use/UnionHolder.html      |   4 +-
 .../vector/holders/class-use/ValueHolder.html      |   4 +-
 .../vector/holders/class-use/VarBinaryHolder.html  |   4 +-
 .../vector/holders/class-use/VarCharHolder.html    |   4 +-
 .../apache/arrow/vector/holders/package-frame.html |   4 +-
 .../arrow/vector/holders/package-summary.html      |   4 +-
 .../apache/arrow/vector/holders/package-tree.html  |   4 +-
 .../apache/arrow/vector/holders/package-use.html   |   4 +-
 .../apache/arrow/vector/ipc/ArrowFileReader.html   |   4 +-
 .../apache/arrow/vector/ipc/ArrowFileWriter.html   |   4 +-
 .../org/apache/arrow/vector/ipc/ArrowReader.html   |   4 +-
 .../apache/arrow/vector/ipc/ArrowStreamReader.html |   4 +-
 .../apache/arrow/vector/ipc/ArrowStreamWriter.html |   4 +-
 .../org/apache/arrow/vector/ipc/ArrowWriter.html   |   4 +-
 .../vector/ipc/InvalidArrowFileException.html      |   4 +-
 .../apache/arrow/vector/ipc/JsonFileReader.html    |   4 +-
 .../vector/ipc/JsonFileWriter.JSONWriteConfig.html |   4 +-
 .../apache/arrow/vector/ipc/JsonFileWriter.html    |   4 +-
 .../org/apache/arrow/vector/ipc/ReadChannel.html   |   4 +-
 .../arrow/vector/ipc/SeekableReadChannel.html      |   4 +-
 .../org/apache/arrow/vector/ipc/WriteChannel.html  |   4 +-
 .../vector/ipc/class-use/ArrowFileReader.html      |   4 +-
 .../vector/ipc/class-use/ArrowFileWriter.html      |   4 +-
 .../arrow/vector/ipc/class-use/ArrowReader.html    |   4 +-
 .../vector/ipc/class-use/ArrowStreamReader.html    |   4 +-
 .../vector/ipc/class-use/ArrowStreamWriter.html    |   4 +-
 .../arrow/vector/ipc/class-use/ArrowWriter.html    |   4 +-
 .../ipc/class-use/InvalidArrowFileException.html   |   4 +-
 .../arrow/vector/ipc/class-use/JsonFileReader.html |   4 +-
 .../class-use/JsonFileWriter.JSONWriteConfig.html  |   4 +-
 .../arrow/vector/ipc/class-use/JsonFileWriter.html |   4 +-
 .../arrow/vector/ipc/class-use/ReadChannel.html    |   4 +-
 .../vector/ipc/class-use/SeekableReadChannel.html  |   4 +-
 .../arrow/vector/ipc/class-use/WriteChannel.html   |   4 +-
 .../arrow/vector/ipc/message/ArrowBlock.html       |   4 +-
 .../vector/ipc/message/ArrowBodyCompression.html   |   4 +-
 .../arrow/vector/ipc/message/ArrowBuffer.html      |   4 +-
 .../vector/ipc/message/ArrowDictionaryBatch.html   |   4 +-
 .../arrow/vector/ipc/message/ArrowFieldNode.html   |   4 +-
 .../arrow/vector/ipc/message/ArrowFooter.html      |   4 +-
 .../message/ArrowMessage.ArrowMessageVisitor.html  |   4 +-
 .../arrow/vector/ipc/message/ArrowMessage.html     |   4 +-
 .../arrow/vector/ipc/message/ArrowRecordBatch.html |   4 +-
 .../arrow/vector/ipc/message/FBSerializable.html   |   4 +-
 .../arrow/vector/ipc/message/FBSerializables.html  |   4 +-
 .../apache/arrow/vector/ipc/message/IpcOption.html |   4 +-
 .../vector/ipc/message/MessageChannelReader.html   |   4 +-
 .../vector/ipc/message/MessageMetadataResult.html  |   4 +-
 .../arrow/vector/ipc/message/MessageResult.html    |   4 +-
 .../vector/ipc/message/MessageSerializer.html      |   4 +-
 .../vector/ipc/message/class-use/ArrowBlock.html   |   4 +-
 .../message/class-use/ArrowBodyCompression.html    |   4 +-
 .../vector/ipc/message/class-use/ArrowBuffer.html  |   4 +-
 .../message/class-use/ArrowDictionaryBatch.html    |   4 +-
 .../ipc/message/class-use/ArrowFieldNode.html      |   4 +-
 .../vector/ipc/message/class-use/ArrowFooter.html  |   4 +-
 .../ArrowMessage.ArrowMessageVisitor.html          |   4 +-
 .../vector/ipc/message/class-use/ArrowMessage.html |   4 +-
 .../ipc/message/class-use/ArrowRecordBatch.html    |   4 +-
 .../ipc/message/class-use/FBSerializable.html      |   4 +-
 .../ipc/message/class-use/FBSerializables.html     |   4 +-
 .../vector/ipc/message/class-use/IpcOption.html    |   4 +-
 .../message/class-use/MessageChannelReader.html    |   4 +-
 .../message/class-use/MessageMetadataResult.html   |   4 +-
 .../ipc/message/class-use/MessageResult.html       |   4 +-
 .../ipc/message/class-use/MessageSerializer.html   |   4 +-
 .../arrow/vector/ipc/message/package-frame.html    |   4 +-
 .../arrow/vector/ipc/message/package-summary.html  |   4 +-
 .../arrow/vector/ipc/message/package-tree.html     |   4 +-
 .../arrow/vector/ipc/message/package-use.html      |   4 +-
 .../org/apache/arrow/vector/ipc/package-frame.html |   4 +-
 .../apache/arrow/vector/ipc/package-summary.html   |   4 +-
 .../org/apache/arrow/vector/ipc/package-tree.html  |   4 +-
 .../org/apache/arrow/vector/ipc/package-use.html   |   4 +-
 .../org/apache/arrow/vector/package-frame.html     |   4 +-
 .../org/apache/arrow/vector/package-summary.html   |   4 +-
 .../org/apache/arrow/vector/package-tree.html      |   4 +-
 .../org/apache/arrow/vector/package-use.html       |   4 +-
 .../org/apache/arrow/vector/types/DateUnit.html    |   4 +-
 .../arrow/vector/types/FloatingPointPrecision.html |   4 +-
 .../apache/arrow/vector/types/IntervalUnit.html    |   4 +-
 .../apache/arrow/vector/types/MetadataVersion.html |   4 +-
 .../org/apache/arrow/vector/types/TimeUnit.html    |   4 +-
 .../apache/arrow/vector/types/Types.MinorType.html |   4 +-
 .../org/apache/arrow/vector/types/Types.html       |   4 +-
 .../org/apache/arrow/vector/types/UnionMode.html   |   4 +-
 .../arrow/vector/types/class-use/DateUnit.html     |   4 +-
 .../types/class-use/FloatingPointPrecision.html    |   4 +-
 .../arrow/vector/types/class-use/IntervalUnit.html |   4 +-
 .../vector/types/class-use/MetadataVersion.html    |   4 +-
 .../arrow/vector/types/class-use/TimeUnit.html     |   4 +-
 .../vector/types/class-use/Types.MinorType.html    |   4 +-
 .../apache/arrow/vector/types/class-use/Types.html |   4 +-
 .../arrow/vector/types/class-use/UnionMode.html    |   4 +-
 .../apache/arrow/vector/types/package-frame.html   |   4 +-
 .../apache/arrow/vector/types/package-summary.html |   4 +-
 .../apache/arrow/vector/types/package-tree.html    |   4 +-
 .../org/apache/arrow/vector/types/package-use.html |   4 +-
 .../vector/types/pojo/ArrowType.ArrowTypeID.html   |   4 +-
 .../types/pojo/ArrowType.ArrowTypeVisitor.html     |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Binary.html  |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Bool.html    |   4 +-
 .../vector/types/pojo/ArrowType.ComplexType.html   |   4 +-
 .../types/pojo/ArrowType.ComplexTypeVisitor.html   |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Date.html    |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Decimal.html |   4 +-
 .../vector/types/pojo/ArrowType.Duration.html      |   4 +-
 .../vector/types/pojo/ArrowType.ExtensionType.html |   4 +-
 .../types/pojo/ArrowType.FixedSizeBinary.html      |   4 +-
 .../vector/types/pojo/ArrowType.FixedSizeList.html |   4 +-
 .../vector/types/pojo/ArrowType.FloatingPoint.html |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Int.html     |   4 +-
 .../vector/types/pojo/ArrowType.Interval.html      |   4 +-
 .../vector/types/pojo/ArrowType.LargeBinary.html   |   4 +-
 .../vector/types/pojo/ArrowType.LargeList.html     |   4 +-
 .../vector/types/pojo/ArrowType.LargeUtf8.html     |   4 +-
 .../arrow/vector/types/pojo/ArrowType.List.html    |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Map.html     |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Null.html    |   4 +-
 .../vector/types/pojo/ArrowType.PrimitiveType.html |   4 +-
 .../types/pojo/ArrowType.PrimitiveTypeVisitor.html |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Struct.html  |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Time.html    |   4 +-
 .../vector/types/pojo/ArrowType.Timestamp.html     |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Union.html   |   4 +-
 .../arrow/vector/types/pojo/ArrowType.Utf8.html    |   4 +-
 .../apache/arrow/vector/types/pojo/ArrowType.html  |   4 +-
 .../vector/types/pojo/DictionaryEncoding.html      |   4 +-
 .../vector/types/pojo/ExtensionTypeRegistry.html   |   4 +-
 .../org/apache/arrow/vector/types/pojo/Field.html  |   4 +-
 .../apache/arrow/vector/types/pojo/FieldType.html  |   4 +-
 .../org/apache/arrow/vector/types/pojo/Schema.html |   4 +-
 .../pojo/class-use/ArrowType.ArrowTypeID.html      |   4 +-
 .../pojo/class-use/ArrowType.ArrowTypeVisitor.html |   4 +-
 .../types/pojo/class-use/ArrowType.Binary.html     |   4 +-
 .../types/pojo/class-use/ArrowType.Bool.html       |   4 +-
 .../pojo/class-use/ArrowType.ComplexType.html      |   4 +-
 .../class-use/ArrowType.ComplexTypeVisitor.html    |   4 +-
 .../types/pojo/class-use/ArrowType.Date.html       |   4 +-
 .../types/pojo/class-use/ArrowType.Decimal.html    |   4 +-
 .../types/pojo/class-use/ArrowType.Duration.html   |   4 +-
 .../pojo/class-use/ArrowType.ExtensionType.html    |   4 +-
 .../pojo/class-use/ArrowType.FixedSizeBinary.html  |   4 +-
 .../pojo/class-use/ArrowType.FixedSizeList.html    |   4 +-
 .../pojo/class-use/ArrowType.FloatingPoint.html    |   4 +-
 .../vector/types/pojo/class-use/ArrowType.Int.html |   4 +-
 .../types/pojo/class-use/ArrowType.Interval.html   |   4 +-
 .../pojo/class-use/ArrowType.LargeBinary.html      |   4 +-
 .../types/pojo/class-use/ArrowType.LargeList.html  |   4 +-
 .../types/pojo/class-use/ArrowType.LargeUtf8.html  |   4 +-
 .../types/pojo/class-use/ArrowType.List.html       |   4 +-
 .../vector/types/pojo/class-use/ArrowType.Map.html |   4 +-
 .../types/pojo/class-use/ArrowType.Null.html       |   4 +-
 .../pojo/class-use/ArrowType.PrimitiveType.html    |   4 +-
 .../class-use/ArrowType.PrimitiveTypeVisitor.html  |   4 +-
 .../types/pojo/class-use/ArrowType.Struct.html     |   4 +-
 .../types/pojo/class-use/ArrowType.Time.html       |   4 +-
 .../types/pojo/class-use/ArrowType.Timestamp.html  |   4 +-
 .../types/pojo/class-use/ArrowType.Union.html      |   4 +-
 .../types/pojo/class-use/ArrowType.Utf8.html       |   4 +-
 .../vector/types/pojo/class-use/ArrowType.html     |   4 +-
 .../types/pojo/class-use/DictionaryEncoding.html   |   4 +-
 .../pojo/class-use/ExtensionTypeRegistry.html      |   4 +-
 .../arrow/vector/types/pojo/class-use/Field.html   |   4 +-
 .../vector/types/pojo/class-use/FieldType.html     |   4 +-
 .../arrow/vector/types/pojo/class-use/Schema.html  |   4 +-
 .../arrow/vector/types/pojo/package-frame.html     |   4 +-
 .../arrow/vector/types/pojo/package-summary.html   |   4 +-
 .../arrow/vector/types/pojo/package-tree.html      |   4 +-
 .../arrow/vector/types/pojo/package-use.html       |   4 +-
 .../util/ByteArrayReadableSeekableByteChannel.html |   4 +-
 .../org/apache/arrow/vector/util/CallBack.html     |   4 +-
 .../arrow/vector/util/DataSizeRoundingUtil.html    |   4 +-
 .../org/apache/arrow/vector/util/DateUtility.html  |   4 +-
 .../apache/arrow/vector/util/DecimalUtility.html   |   4 +-
 .../arrow/vector/util/DictionaryUtility.html       |   4 +-
 .../util/ElementAddressableVectorIterator.html     |   4 +-
 .../arrow/vector/util/JsonStringArrayList.html     |   4 +-
 .../arrow/vector/util/JsonStringHashMap.html       |   4 +-
 .../apache/arrow/vector/util/MapWithOrdinal.html   |   4 +-
 .../arrow/vector/util/MapWithOrdinalImpl.html      |   4 +-
 .../arrow/vector/util/MultiMapWithOrdinal.html     |   4 +-
 .../arrow/vector/util/ObjectMapperFactory.html     |   4 +-
 .../vector/util/OversizedAllocationException.html  |   4 +-
 .../vector/util/PromotableMultiMapWithOrdinal.html |   4 +-
 .../vector/util/SchemaChangeRuntimeException.html  |   4 +-
 .../apache/arrow/vector/util/SchemaUtility.html    |   4 +-
 .../arrow/vector/util/Text.TextSerializer.html     |   4 +-
 .../org/apache/arrow/vector/util/Text.html         |   4 +-
 .../org/apache/arrow/vector/util/TransferPair.html |   4 +-
 .../org/apache/arrow/vector/util/Validator.html    |   4 +-
 .../arrow/vector/util/ValueVectorUtility.html      |   4 +-
 .../arrow/vector/util/VectorBatchAppender.html     |   4 +-
 .../vector/util/VectorSchemaRootAppender.html      |   4 +-
 .../ByteArrayReadableSeekableByteChannel.html      |   4 +-
 .../arrow/vector/util/class-use/CallBack.html      |   4 +-
 .../util/class-use/DataSizeRoundingUtil.html       |   4 +-
 .../arrow/vector/util/class-use/DateUtility.html   |   4 +-
 .../vector/util/class-use/DecimalUtility.html      |   4 +-
 .../vector/util/class-use/DictionaryUtility.html   |   4 +-
 .../ElementAddressableVectorIterator.html          |   4 +-
 .../vector/util/class-use/JsonStringArrayList.html |   4 +-
 .../vector/util/class-use/JsonStringHashMap.html   |   4 +-
 .../vector/util/class-use/MapWithOrdinal.html      |   4 +-
 .../vector/util/class-use/MapWithOrdinalImpl.html  |   4 +-
 .../vector/util/class-use/MultiMapWithOrdinal.html |   4 +-
 .../vector/util/class-use/ObjectMapperFactory.html |   4 +-
 .../class-use/OversizedAllocationException.html    |   4 +-
 .../class-use/PromotableMultiMapWithOrdinal.html   |   4 +-
 .../class-use/SchemaChangeRuntimeException.html    |   4 +-
 .../arrow/vector/util/class-use/SchemaUtility.html |   4 +-
 .../vector/util/class-use/Text.TextSerializer.html |   4 +-
 .../apache/arrow/vector/util/class-use/Text.html   |   4 +-
 .../arrow/vector/util/class-use/TransferPair.html  |   4 +-
 .../arrow/vector/util/class-use/Validator.html     |   4 +-
 .../vector/util/class-use/ValueVectorUtility.html  |   4 +-
 .../vector/util/class-use/VectorBatchAppender.html |   4 +-
 .../util/class-use/VectorSchemaRootAppender.html   |   4 +-
 .../apache/arrow/vector/util/package-frame.html    |   4 +-
 .../apache/arrow/vector/util/package-summary.html  |   4 +-
 .../org/apache/arrow/vector/util/package-tree.html |   4 +-
 .../org/apache/arrow/vector/util/package-use.html  |   4 +-
 .../vector/validate/MetadataV4UnionChecker.html    |   4 +-
 .../validate/ValidateUtil.ValidateException.html   |   4 +-
 .../apache/arrow/vector/validate/ValidateUtil.html |   4 +-
 .../validate/ValidateVectorBufferVisitor.html      |   4 +-
 .../vector/validate/ValidateVectorDataVisitor.html |   4 +-
 .../vector/validate/ValidateVectorTypeVisitor.html |   4 +-
 .../vector/validate/ValidateVectorVisitor.html     |   4 +-
 .../validate/class-use/MetadataV4UnionChecker.html |   4 +-
 .../class-use/ValidateUtil.ValidateException.html  |   4 +-
 .../vector/validate/class-use/ValidateUtil.html    |   4 +-
 .../class-use/ValidateVectorBufferVisitor.html     |   4 +-
 .../class-use/ValidateVectorDataVisitor.html       |   4 +-
 .../class-use/ValidateVectorTypeVisitor.html       |   4 +-
 .../validate/class-use/ValidateVectorVisitor.html  |   4 +-
 .../arrow/vector/validate/package-frame.html       |   4 +-
 .../arrow/vector/validate/package-summary.html     |   4 +-
 .../apache/arrow/vector/validate/package-tree.html |   4 +-
 .../apache/arrow/vector/validate/package-use.html  |   4 +-
 docs/dev/java/reference/overview-frame.html        |   4 +-
 docs/dev/java/reference/overview-summary.html      |   4 +-
 docs/dev/java/reference/overview-tree.html         |   4 +-
 docs/dev/java/reference/serialized-form.html       |   4 +-
 docs/dev/java/vector.html                          |   4 +-
 docs/dev/java/vector_schema_root.html              |   4 +-
 docs/dev/js/classes/Arrow_dom.Builder.html         |  62 ++++-----
 docs/dev/js/classes/Arrow_dom.Data.html            |  54 ++++----
 docs/dev/js/classes/Arrow_dom.DataType.html        |  68 +++++-----
 docs/dev/js/classes/Arrow_dom.MapRow.html          |  14 +-
 .../js/classes/Arrow_dom.RecordBatchReader.html    |  86 ++++++------
 .../js/classes/Arrow_dom.RecordBatchWriter.html    |  50 +++----
 docs/dev/js/classes/Arrow_dom.StructRow.html       |  12 +-
 docs/dev/js/classes/Arrow_dom.Table.html           |  74 +++++------
 docs/dev/js/classes/Arrow_dom.Vector.html          |  68 +++++-----
 docs/dev/js/classes/Arrow_dom.Visitor.html         | 134 +++++++++----------
 docs/dev/js/enums/Arrow_dom.BufferType.html        |  10 +-
 docs/dev/js/enums/Arrow_dom.DateUnit.html          |   6 +-
 docs/dev/js/enums/Arrow_dom.IntervalUnit.html      |   8 +-
 docs/dev/js/enums/Arrow_dom.MetadataVersion.html   |  12 +-
 docs/dev/js/enums/Arrow_dom.Precision.html         |   8 +-
 docs/dev/js/enums/Arrow_dom.TimeUnit.html          |  10 +-
 docs/dev/js/enums/Arrow_dom.Type.html              |  90 ++++++-------
 docs/dev/js/enums/Arrow_dom.UnionMode.html         |   6 +-
 .../Arrow_dom.builderThroughAsyncIterable.html     |   2 +-
 .../Arrow_dom.builderThroughIterable.html          |   2 +-
 docs/dev/js/functions/Arrow_dom.makeBuilder.html   |   2 +-
 docs/dev/js/functions/Arrow_dom.makeData.html      |  42 +++---
 docs/dev/js/functions/Arrow_dom.makeTable.html     |   2 +-
 docs/dev/js/functions/Arrow_dom.makeVector.html    |  10 +-
 .../js/functions/Arrow_dom.tableFromArrays.html    |   2 +-
 docs/dev/js/functions/Arrow_dom.tableFromIPC.html  |  12 +-
 docs/dev/js/functions/Arrow_dom.tableFromJSON.html |   2 +-
 docs/dev/js/functions/Arrow_dom.tableToIPC.html    |   2 +-
 .../js/functions/Arrow_dom.vectorFromArray.html    |  28 ++--
 docs/dev/js/modules/Arrow_dom.html                 |   2 +-
 docs/dev/js/modules/Arrow_node.html                |   2 +-
 docs/dev/js/types/Arrow_dom.StructRowProxy.html    |   2 +-
 docs/dev/objects.inv                               | Bin 197842 -> 198925 bytes
 docs/dev/python/api.html                           |   4 +-
 docs/dev/python/api/arrays.html                    |   4 +-
 docs/dev/python/api/compute.html                   |   4 +-
 docs/dev/python/api/cuda.html                      |   4 +-
 docs/dev/python/api/dataset.html                   |   4 +-
 docs/dev/python/api/datatypes.html                 |   4 +-
 docs/dev/python/api/files.html                     |   4 +-
 docs/dev/python/api/filesystems.html               |   4 +-
 docs/dev/python/api/flight.html                    |   4 +-
 docs/dev/python/api/formats.html                   |   4 +-
 docs/dev/python/api/ipc.html                       |   4 +-
 docs/dev/python/api/memory.html                    |   4 +-
 docs/dev/python/api/misc.html                      |   4 +-
 docs/dev/python/api/plasma.html                    |   4 +-
 docs/dev/python/api/tables.html                    |   4 +-
 docs/dev/python/benchmarks.html                    |   4 +-
 docs/dev/python/compute.html                       |   4 +-
 docs/dev/python/csv.html                           |   4 +-
 docs/dev/python/data.html                          |  48 +++----
 docs/dev/python/dataset.html                       | 148 ++++++++++-----------
 docs/dev/python/env_vars.html                      |   4 +-
 docs/dev/python/extending_types.html               |   4 +-
 docs/dev/python/feather.html                       |   4 +-
 docs/dev/python/filesystems.html                   |   4 +-
 docs/dev/python/filesystems_deprecated.html        |   4 +-
 docs/dev/python/flight.html                        |   4 +-
 docs/dev/python/generated/pyarrow.Array.html       |   4 +-
 docs/dev/python/generated/pyarrow.BinaryArray.html |   4 +-
 .../dev/python/generated/pyarrow.BinaryScalar.html |   4 +-
 .../dev/python/generated/pyarrow.BooleanArray.html |   4 +-
 .../python/generated/pyarrow.BooleanScalar.html    |   4 +-
 docs/dev/python/generated/pyarrow.Buffer.html      |   4 +-
 .../generated/pyarrow.BufferOutputStream.html      |   4 +-
 .../dev/python/generated/pyarrow.BufferReader.html |   4 +-
 .../dev/python/generated/pyarrow.ChunkedArray.html |   4 +-
 docs/dev/python/generated/pyarrow.Codec.html       |   4 +-
 .../generated/pyarrow.CompressedInputStream.html   |   4 +-
 .../generated/pyarrow.CompressedOutputStream.html  |   4 +-
 docs/dev/python/generated/pyarrow.DataType.html    |  23 +++-
 docs/dev/python/generated/pyarrow.Date32Array.html |   4 +-
 .../dev/python/generated/pyarrow.Date32Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.Date64Array.html |   4 +-
 .../dev/python/generated/pyarrow.Date64Scalar.html |   4 +-
 .../python/generated/pyarrow.Decimal128Array.html  |   4 +-
 .../python/generated/pyarrow.Decimal128Scalar.html |   4 +-
 .../python/generated/pyarrow.Decimal128Type.html   |  23 +++-
 .../python/generated/pyarrow.DictionaryArray.html  |   4 +-
 .../python/generated/pyarrow.DictionaryScalar.html |   4 +-
 .../python/generated/pyarrow.DictionaryType.html   |  23 +++-
 .../dev/python/generated/pyarrow.DoubleScalar.html |   4 +-
 .../python/generated/pyarrow.DurationArray.html    |   4 +-
 .../python/generated/pyarrow.DurationScalar.html   |   4 +-
 .../python/generated/pyarrow.ExtensionArray.html   |   4 +-
 .../python/generated/pyarrow.ExtensionScalar.html  |   4 +-
 .../python/generated/pyarrow.ExtensionType.html    |  25 +++-
 docs/dev/python/generated/pyarrow.Field.html       |   4 +-
 .../generated/pyarrow.FixedSizeBinaryArray.html    |   4 +-
 .../generated/pyarrow.FixedSizeBinaryScalar.html   |   4 +-
 .../generated/pyarrow.FixedSizeBinaryType.html     |  23 +++-
 .../generated/pyarrow.FixedSizeBufferWriter.html   |   4 +-
 .../generated/pyarrow.FixedSizeListArray.html      |   4 +-
 docs/dev/python/generated/pyarrow.FloatScalar.html |   4 +-
 .../generated/pyarrow.FloatingPointArray.html      |   4 +-
 .../generated/pyarrow.HadoopFileSystem.cat.html    |   4 +-
 .../generated/pyarrow.HadoopFileSystem.chmod.html  |   4 +-
 .../generated/pyarrow.HadoopFileSystem.chown.html  |   4 +-
 .../generated/pyarrow.HadoopFileSystem.delete.html |   4 +-
 .../generated/pyarrow.HadoopFileSystem.df.html     |   4 +-
 .../pyarrow.HadoopFileSystem.disk_usage.html       |   4 +-
 .../pyarrow.HadoopFileSystem.download.html         |   4 +-
 .../generated/pyarrow.HadoopFileSystem.exists.html |   4 +-
 .../pyarrow.HadoopFileSystem.get_capacity.html     |   4 +-
 .../pyarrow.HadoopFileSystem.get_space_used.html   |   4 +-
 .../generated/pyarrow.HadoopFileSystem.info.html   |   4 +-
 .../generated/pyarrow.HadoopFileSystem.ls.html     |   4 +-
 .../generated/pyarrow.HadoopFileSystem.mkdir.html  |   4 +-
 .../generated/pyarrow.HadoopFileSystem.open.html   |   4 +-
 .../generated/pyarrow.HadoopFileSystem.rename.html |   4 +-
 .../generated/pyarrow.HadoopFileSystem.rm.html     |   4 +-
 .../generated/pyarrow.HadoopFileSystem.upload.html |   4 +-
 docs/dev/python/generated/pyarrow.HdfsFile.html    |   4 +-
 docs/dev/python/generated/pyarrow.Int16Array.html  |   4 +-
 docs/dev/python/generated/pyarrow.Int16Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.Int32Array.html  |   4 +-
 docs/dev/python/generated/pyarrow.Int32Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.Int64Array.html  |   4 +-
 docs/dev/python/generated/pyarrow.Int64Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.Int8Array.html   |   4 +-
 docs/dev/python/generated/pyarrow.Int8Scalar.html  |   4 +-
 .../dev/python/generated/pyarrow.IntegerArray.html |   4 +-
 .../python/generated/pyarrow.LargeBinaryArray.html |   4 +-
 .../generated/pyarrow.LargeBinaryScalar.html       |   4 +-
 .../python/generated/pyarrow.LargeListArray.html   |   4 +-
 .../python/generated/pyarrow.LargeListScalar.html  |   4 +-
 .../python/generated/pyarrow.LargeStringArray.html |   4 +-
 .../generated/pyarrow.LargeStringScalar.html       |   4 +-
 docs/dev/python/generated/pyarrow.ListArray.html   |   4 +-
 docs/dev/python/generated/pyarrow.ListScalar.html  |   4 +-
 docs/dev/python/generated/pyarrow.ListType.html    |  23 +++-
 docs/dev/python/generated/pyarrow.MapArray.html    |   4 +-
 docs/dev/python/generated/pyarrow.MapScalar.html   |   4 +-
 docs/dev/python/generated/pyarrow.MapType.html     |  23 +++-
 .../python/generated/pyarrow.MemoryMappedFile.html |   4 +-
 docs/dev/python/generated/pyarrow.MemoryPool.html  |   4 +-
 .../pyarrow.MonthDayNanoIntervalArray.html         |   4 +-
 .../pyarrow.MonthDayNanoIntervalScalar.html        |   4 +-
 docs/dev/python/generated/pyarrow.NA.html          |   4 +-
 docs/dev/python/generated/pyarrow.NativeFile.html  |   4 +-
 docs/dev/python/generated/pyarrow.NullArray.html   |   4 +-
 .../dev/python/generated/pyarrow.NumericArray.html |   4 +-
 docs/dev/python/generated/pyarrow.OSFile.html      |   4 +-
 .../python/generated/pyarrow.PyExtensionType.html  |  25 +++-
 docs/dev/python/generated/pyarrow.PythonFile.html  |   4 +-
 docs/dev/python/generated/pyarrow.RecordBatch.html |   4 +-
 .../generated/pyarrow.RecordBatchReader.html       |   4 +-
 .../python/generated/pyarrow.ResizableBuffer.html  |   4 +-
 docs/dev/python/generated/pyarrow.Scalar.html      |   4 +-
 docs/dev/python/generated/pyarrow.Schema.html      |   4 +-
 .../generated/pyarrow.SerializationContext.html    |   4 +-
 .../generated/pyarrow.SerializedPyObject.html      |   4 +-
 docs/dev/python/generated/pyarrow.StringArray.html |   4 +-
 .../dev/python/generated/pyarrow.StringScalar.html |   4 +-
 docs/dev/python/generated/pyarrow.StructArray.html |   4 +-
 .../dev/python/generated/pyarrow.StructScalar.html |   4 +-
 docs/dev/python/generated/pyarrow.StructType.html  |   6 +-
 docs/dev/python/generated/pyarrow.Table.html       |   4 +-
 .../dev/python/generated/pyarrow.TableGroupBy.html |   4 +-
 docs/dev/python/generated/pyarrow.Tensor.html      |   4 +-
 docs/dev/python/generated/pyarrow.Time32Array.html |   4 +-
 .../dev/python/generated/pyarrow.Time32Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.Time32Type.html  |  23 +++-
 docs/dev/python/generated/pyarrow.Time64Array.html |   4 +-
 .../dev/python/generated/pyarrow.Time64Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.Time64Type.html  |  23 +++-
 .../python/generated/pyarrow.TimestampArray.html   |   4 +-
 .../python/generated/pyarrow.TimestampScalar.html  |   4 +-
 .../python/generated/pyarrow.TimestampType.html    |  23 +++-
 docs/dev/python/generated/pyarrow.UInt16Array.html |   4 +-
 .../dev/python/generated/pyarrow.UInt16Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.UInt32Array.html |   4 +-
 .../dev/python/generated/pyarrow.UInt32Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.UInt64Array.html |   4 +-
 .../dev/python/generated/pyarrow.UInt64Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.UInt8Array.html  |   4 +-
 docs/dev/python/generated/pyarrow.UInt8Scalar.html |   4 +-
 docs/dev/python/generated/pyarrow.UnionArray.html  |   4 +-
 docs/dev/python/generated/pyarrow.UnionScalar.html |   4 +-
 docs/dev/python/generated/pyarrow.UnionType.html   |   6 +-
 .../python/generated/pyarrow.allocate_buffer.html  |   4 +-
 docs/dev/python/generated/pyarrow.array.html       |   4 +-
 docs/dev/python/generated/pyarrow.binary.html      |   4 +-
 docs/dev/python/generated/pyarrow.bool_.html       |   4 +-
 .../python/generated/pyarrow.chunked_array.html    |   4 +-
 docs/dev/python/generated/pyarrow.compress.html    |   4 +-
 .../pyarrow.compute.ArraySortOptions.html          |   4 +-
 .../pyarrow.compute.AssumeTimezoneOptions.html     |   4 +-
 .../generated/pyarrow.compute.CastOptions.html     |   4 +-
 .../generated/pyarrow.compute.CountOptions.html    |   4 +-
 .../pyarrow.compute.CumulativeSumOptions.html      |   4 +-
 .../pyarrow.compute.DayOfWeekOptions.html          |   4 +-
 .../pyarrow.compute.DictionaryEncodeOptions.html   |   4 +-
 ...yarrow.compute.ElementWiseAggregateOptions.html |   4 +-
 .../pyarrow.compute.ExtractRegexOptions.html       |   4 +-
 .../generated/pyarrow.compute.FilterOptions.html   |   4 +-
 .../generated/pyarrow.compute.IndexOptions.html    |   4 +-
 .../generated/pyarrow.compute.JoinOptions.html     |   4 +-
 .../pyarrow.compute.MakeStructOptions.html         |   4 +-
 .../pyarrow.compute.MapLookupOptions.html          |   4 +-
 .../pyarrow.compute.MatchSubstringOptions.html     |   4 +-
 .../generated/pyarrow.compute.ModeOptions.html     |   4 +-
 .../generated/pyarrow.compute.NullOptions.html     |   4 +-
 .../generated/pyarrow.compute.PadOptions.html      |   4 +-
 .../pyarrow.compute.PartitionNthOptions.html       |   4 +-
 .../generated/pyarrow.compute.QuantileOptions.html |   4 +-
 .../pyarrow.compute.ReplaceSliceOptions.html       |   4 +-
 .../pyarrow.compute.ReplaceSubstringOptions.html   |   4 +-
 .../generated/pyarrow.compute.RoundOptions.html    |   4 +-
 .../pyarrow.compute.RoundTemporalOptions.html      |   4 +-
 .../pyarrow.compute.RoundToMultipleOptions.html    |   4 +-
 .../pyarrow.compute.ScalarAggregateOptions.html    |   4 +-
 .../pyarrow.compute.ScalarUdfContext.html          |   4 +-
 .../generated/pyarrow.compute.SelectKOptions.html  |   4 +-
 .../pyarrow.compute.SetLookupOptions.html          |   4 +-
 .../generated/pyarrow.compute.SliceOptions.html    |   4 +-
 .../generated/pyarrow.compute.SortOptions.html     |   4 +-
 .../generated/pyarrow.compute.SplitOptions.html    |   4 +-
 .../pyarrow.compute.SplitPatternOptions.html       |   4 +-
 .../generated/pyarrow.compute.StrftimeOptions.html |   4 +-
 .../generated/pyarrow.compute.StrptimeOptions.html |   4 +-
 .../pyarrow.compute.StructFieldOptions.html        |   4 +-
 .../generated/pyarrow.compute.TDigestOptions.html  |   4 +-
 .../generated/pyarrow.compute.TakeOptions.html     |   4 +-
 .../generated/pyarrow.compute.TrimOptions.html     |   4 +-
 .../generated/pyarrow.compute.VarianceOptions.html |   4 +-
 .../generated/pyarrow.compute.WeekOptions.html     |   4 +-
 docs/dev/python/generated/pyarrow.compute.abs.html |   4 +-
 .../generated/pyarrow.compute.abs_checked.html     |   4 +-
 .../dev/python/generated/pyarrow.compute.acos.html |   4 +-
 .../generated/pyarrow.compute.acos_checked.html    |   4 +-
 docs/dev/python/generated/pyarrow.compute.add.html |   4 +-
 .../generated/pyarrow.compute.add_checked.html     |   4 +-
 docs/dev/python/generated/pyarrow.compute.all.html |   4 +-
 .../dev/python/generated/pyarrow.compute.and_.html |   4 +-
 .../generated/pyarrow.compute.and_kleene.html      |   4 +-
 .../python/generated/pyarrow.compute.and_not.html  |   4 +-
 .../generated/pyarrow.compute.and_not_kleene.html  |   4 +-
 docs/dev/python/generated/pyarrow.compute.any.html |   4 +-
 .../pyarrow.compute.approximate_median.html        |   4 +-
 .../generated/pyarrow.compute.array_filter.html    |   4 +-
 .../pyarrow.compute.array_sort_indices.html        |   4 +-
 .../generated/pyarrow.compute.array_take.html      |   4 +-
 .../pyarrow.compute.ascii_capitalize.html          |   4 +-
 .../generated/pyarrow.compute.ascii_center.html    |   4 +-
 .../generated/pyarrow.compute.ascii_is_alnum.html  |   4 +-
 .../generated/pyarrow.compute.ascii_is_alpha.html  |   4 +-
 .../pyarrow.compute.ascii_is_decimal.html          |   4 +-
 .../generated/pyarrow.compute.ascii_is_lower.html  |   4 +-
 .../pyarrow.compute.ascii_is_printable.html        |   4 +-
 .../generated/pyarrow.compute.ascii_is_space.html  |   4 +-
 .../generated/pyarrow.compute.ascii_is_title.html  |   4 +-
 .../generated/pyarrow.compute.ascii_is_upper.html  |   4 +-
 .../generated/pyarrow.compute.ascii_lower.html     |   4 +-
 .../generated/pyarrow.compute.ascii_lpad.html      |   4 +-
 .../generated/pyarrow.compute.ascii_ltrim.html     |   4 +-
 .../pyarrow.compute.ascii_ltrim_whitespace.html    |   4 +-
 .../generated/pyarrow.compute.ascii_reverse.html   |   4 +-
 .../generated/pyarrow.compute.ascii_rpad.html      |   4 +-
 .../generated/pyarrow.compute.ascii_rtrim.html     |   4 +-
 .../pyarrow.compute.ascii_rtrim_whitespace.html    |   4 +-
 .../pyarrow.compute.ascii_split_whitespace.html    |   4 +-
 .../generated/pyarrow.compute.ascii_swapcase.html  |   4 +-
 .../generated/pyarrow.compute.ascii_title.html     |   4 +-
 .../generated/pyarrow.compute.ascii_trim.html      |   4 +-
 .../pyarrow.compute.ascii_trim_whitespace.html     |   4 +-
 .../generated/pyarrow.compute.ascii_upper.html     |   4 +-
 .../dev/python/generated/pyarrow.compute.asin.html |   4 +-
 .../generated/pyarrow.compute.asin_checked.html    |   4 +-
 .../generated/pyarrow.compute.assume_timezone.html |   4 +-
 .../dev/python/generated/pyarrow.compute.atan.html |   4 +-
 .../python/generated/pyarrow.compute.atan2.html    |   4 +-
 .../generated/pyarrow.compute.binary_join.html     |   4 +-
 .../pyarrow.compute.binary_join_element_wise.html  |   4 +-
 .../generated/pyarrow.compute.binary_length.html   |   4 +-
 .../generated/pyarrow.compute.binary_repeat.html   |   4 +-
 .../pyarrow.compute.binary_replace_slice.html      |   4 +-
 .../generated/pyarrow.compute.binary_reverse.html  |   4 +-
 .../generated/pyarrow.compute.bit_wise_and.html    |   4 +-
 .../generated/pyarrow.compute.bit_wise_not.html    |   4 +-
 .../generated/pyarrow.compute.bit_wise_or.html     |   4 +-
 .../generated/pyarrow.compute.bit_wise_xor.html    |   4 +-
 .../generated/pyarrow.compute.case_when.html       |   4 +-
 .../dev/python/generated/pyarrow.compute.cast.html |   4 +-
 .../dev/python/generated/pyarrow.compute.ceil.html |   4 +-
 .../generated/pyarrow.compute.ceil_temporal.html   |   4 +-
 .../python/generated/pyarrow.compute.choose.html   |   4 +-
 .../python/generated/pyarrow.compute.coalesce.html |   4 +-
 docs/dev/python/generated/pyarrow.compute.cos.html |   4 +-
 .../generated/pyarrow.compute.cos_checked.html     |   4 +-
 .../python/generated/pyarrow.compute.count.html    |   4 +-
 .../generated/pyarrow.compute.count_distinct.html  |   4 +-
 .../generated/pyarrow.compute.count_substring.html |   4 +-
 .../pyarrow.compute.count_substring_regex.html     |   4 +-
 .../generated/pyarrow.compute.cumulative_sum.html  |   4 +-
 .../pyarrow.compute.cumulative_sum_checked.html    |   4 +-
 docs/dev/python/generated/pyarrow.compute.day.html |   4 +-
 .../generated/pyarrow.compute.day_of_week.html     |   4 +-
 .../generated/pyarrow.compute.day_of_year.html     |   4 +-
 .../pyarrow.compute.day_time_interval_between.html |   4 +-
 .../generated/pyarrow.compute.days_between.html    |   4 +-
 .../pyarrow.compute.dictionary_encode.html         |   4 +-
 .../python/generated/pyarrow.compute.divide.html   |   4 +-
 .../generated/pyarrow.compute.divide_checked.html  |   4 +-
 .../generated/pyarrow.compute.drop_null.html       |   4 +-
 .../generated/pyarrow.compute.ends_with.html       |   4 +-
 .../python/generated/pyarrow.compute.equal.html    |   4 +-
 .../generated/pyarrow.compute.extract_regex.html   |   4 +-
 .../pyarrow.compute.fill_null_backward.html        |   4 +-
 .../pyarrow.compute.fill_null_forward.html         |   4 +-
 .../python/generated/pyarrow.compute.filter.html   |   4 +-
 .../generated/pyarrow.compute.find_substring.html  |   4 +-
 .../pyarrow.compute.find_substring_regex.html      |   4 +-
 .../python/generated/pyarrow.compute.floor.html    |   4 +-
 .../generated/pyarrow.compute.floor_temporal.html  |   4 +-
 .../python/generated/pyarrow.compute.greater.html  |   4 +-
 .../generated/pyarrow.compute.greater_equal.html   |   4 +-
 .../dev/python/generated/pyarrow.compute.hour.html |   4 +-
 .../generated/pyarrow.compute.hours_between.html   |   4 +-
 .../python/generated/pyarrow.compute.if_else.html  |   4 +-
 .../python/generated/pyarrow.compute.index.html    |   4 +-
 .../python/generated/pyarrow.compute.index_in.html |   4 +-
 .../generated/pyarrow.compute.indices_nonzero.html |   4 +-
 .../python/generated/pyarrow.compute.invert.html   |   4 +-
 .../generated/pyarrow.compute.is_finite.html       |   4 +-
 .../python/generated/pyarrow.compute.is_in.html    |   4 +-
 .../python/generated/pyarrow.compute.is_inf.html   |   4 +-
 .../generated/pyarrow.compute.is_leap_year.html    |   4 +-
 .../python/generated/pyarrow.compute.is_nan.html   |   4 +-
 .../python/generated/pyarrow.compute.is_null.html  |   4 +-
 .../python/generated/pyarrow.compute.is_valid.html |   4 +-
 .../generated/pyarrow.compute.iso_calendar.html    |   4 +-
 .../python/generated/pyarrow.compute.iso_week.html |   4 +-
 .../python/generated/pyarrow.compute.iso_year.html |   4 +-
 .../dev/python/generated/pyarrow.compute.less.html |   4 +-
 .../generated/pyarrow.compute.less_equal.html      |   4 +-
 .../generated/pyarrow.compute.list_element.html    |   4 +-
 .../generated/pyarrow.compute.list_flatten.html    |   4 +-
 .../pyarrow.compute.list_parent_indices.html       |   4 +-
 .../pyarrow.compute.list_value_length.html         |   4 +-
 docs/dev/python/generated/pyarrow.compute.ln.html  |   4 +-
 .../generated/pyarrow.compute.ln_checked.html      |   4 +-
 .../python/generated/pyarrow.compute.log10.html    |   4 +-
 .../generated/pyarrow.compute.log10_checked.html   |   4 +-
 .../python/generated/pyarrow.compute.log1p.html    |   4 +-
 .../generated/pyarrow.compute.log1p_checked.html   |   4 +-
 .../dev/python/generated/pyarrow.compute.log2.html |   4 +-
 .../generated/pyarrow.compute.log2_checked.html    |   4 +-
 .../dev/python/generated/pyarrow.compute.logb.html |   4 +-
 .../generated/pyarrow.compute.logb_checked.html    |   4 +-
 .../generated/pyarrow.compute.make_struct.html     |   4 +-
 .../generated/pyarrow.compute.map_lookup.html      |   4 +-
 .../generated/pyarrow.compute.match_like.html      |   4 +-
 .../generated/pyarrow.compute.match_substring.html |   4 +-
 .../pyarrow.compute.match_substring_regex.html     |   4 +-
 docs/dev/python/generated/pyarrow.compute.max.html |   4 +-
 .../pyarrow.compute.max_element_wise.html          |   4 +-
 .../dev/python/generated/pyarrow.compute.mean.html |   4 +-
 .../generated/pyarrow.compute.microsecond.html     |   4 +-
 .../pyarrow.compute.microseconds_between.html      |   4 +-
 .../generated/pyarrow.compute.millisecond.html     |   4 +-
 .../pyarrow.compute.milliseconds_between.html      |   4 +-
 docs/dev/python/generated/pyarrow.compute.min.html |   4 +-
 .../pyarrow.compute.min_element_wise.html          |   4 +-
 .../python/generated/pyarrow.compute.min_max.html  |   4 +-
 .../python/generated/pyarrow.compute.minute.html   |   4 +-
 .../generated/pyarrow.compute.minutes_between.html |   4 +-
 .../dev/python/generated/pyarrow.compute.mode.html |   4 +-
 .../python/generated/pyarrow.compute.month.html    |   4 +-
 ...ow.compute.month_day_nano_interval_between.html |   4 +-
 .../pyarrow.compute.month_interval_between.html    |   4 +-
 .../python/generated/pyarrow.compute.multiply.html |   4 +-
 .../pyarrow.compute.multiply_checked.html          |   4 +-
 .../generated/pyarrow.compute.nanosecond.html      |   4 +-
 .../pyarrow.compute.nanoseconds_between.html       |   4 +-
 .../python/generated/pyarrow.compute.negate.html   |   4 +-
 .../generated/pyarrow.compute.negate_checked.html  |   4 +-
 .../generated/pyarrow.compute.not_equal.html       |   4 +-
 docs/dev/python/generated/pyarrow.compute.or_.html |   4 +-
 .../generated/pyarrow.compute.or_kleene.html       |   4 +-
 .../pyarrow.compute.partition_nth_indices.html     |   4 +-
 .../python/generated/pyarrow.compute.power.html    |   4 +-
 .../generated/pyarrow.compute.power_checked.html   |   4 +-
 .../python/generated/pyarrow.compute.product.html  |   4 +-
 .../python/generated/pyarrow.compute.quantile.html |   4 +-
 .../python/generated/pyarrow.compute.quarter.html  |   4 +-
 .../pyarrow.compute.quarters_between.html          |   4 +-
 .../pyarrow.compute.register_scalar_function.html  |   4 +-
 .../pyarrow.compute.replace_substring.html         |   4 +-
 .../pyarrow.compute.replace_substring_regex.html   |   4 +-
 .../pyarrow.compute.replace_with_mask.html         |   4 +-
 .../python/generated/pyarrow.compute.round.html    |   4 +-
 .../generated/pyarrow.compute.round_temporal.html  |   4 +-
 .../pyarrow.compute.round_to_multiple.html         |   4 +-
 .../python/generated/pyarrow.compute.second.html   |   4 +-
 .../generated/pyarrow.compute.seconds_between.html |   4 +-
 .../pyarrow.compute.select_k_unstable.html         |   4 +-
 .../generated/pyarrow.compute.shift_left.html      |   4 +-
 .../pyarrow.compute.shift_left_checked.html        |   4 +-
 .../generated/pyarrow.compute.shift_right.html     |   4 +-
 .../pyarrow.compute.shift_right_checked.html       |   4 +-
 .../dev/python/generated/pyarrow.compute.sign.html |   4 +-
 docs/dev/python/generated/pyarrow.compute.sin.html |   4 +-
 .../generated/pyarrow.compute.sin_checked.html     |   4 +-
 .../generated/pyarrow.compute.sort_indices.html    |   4 +-
 .../generated/pyarrow.compute.split_pattern.html   |   4 +-
 .../pyarrow.compute.split_pattern_regex.html       |   4 +-
 .../dev/python/generated/pyarrow.compute.sqrt.html |   4 +-
 .../generated/pyarrow.compute.sqrt_checked.html    |   4 +-
 .../generated/pyarrow.compute.starts_with.html     |   4 +-
 .../python/generated/pyarrow.compute.stddev.html   |   4 +-
 .../python/generated/pyarrow.compute.strftime.html |   4 +-
 .../generated/pyarrow.compute.string_is_ascii.html |   4 +-
 .../python/generated/pyarrow.compute.strptime.html |   4 +-
 .../generated/pyarrow.compute.struct_field.html    |   4 +-
 .../generated/pyarrow.compute.subsecond.html       |   4 +-
 .../python/generated/pyarrow.compute.subtract.html |   4 +-
 .../pyarrow.compute.subtract_checked.html          |   4 +-
 docs/dev/python/generated/pyarrow.compute.sum.html |   4 +-
 .../dev/python/generated/pyarrow.compute.take.html |   4 +-
 docs/dev/python/generated/pyarrow.compute.tan.html |   4 +-
 .../generated/pyarrow.compute.tan_checked.html     |   4 +-
 .../python/generated/pyarrow.compute.tdigest.html  |   4 +-
 .../pyarrow.compute.true_unless_null.html          |   4 +-
 .../python/generated/pyarrow.compute.trunc.html    |   4 +-
 .../python/generated/pyarrow.compute.unique.html   |   4 +-
 .../python/generated/pyarrow.compute.us_week.html  |   4 +-
 .../python/generated/pyarrow.compute.us_year.html  |   4 +-
 .../generated/pyarrow.compute.utf8_capitalize.html |   4 +-
 .../generated/pyarrow.compute.utf8_center.html     |   4 +-
 .../generated/pyarrow.compute.utf8_is_alnum.html   |   4 +-
 .../generated/pyarrow.compute.utf8_is_alpha.html   |   4 +-
 .../generated/pyarrow.compute.utf8_is_decimal.html |   4 +-
 .../generated/pyarrow.compute.utf8_is_digit.html   |   4 +-
 .../generated/pyarrow.compute.utf8_is_lower.html   |   4 +-
 .../generated/pyarrow.compute.utf8_is_numeric.html |   4 +-
 .../pyarrow.compute.utf8_is_printable.html         |   4 +-
 .../generated/pyarrow.compute.utf8_is_space.html   |   4 +-
 .../generated/pyarrow.compute.utf8_is_title.html   |   4 +-
 .../generated/pyarrow.compute.utf8_is_upper.html   |   4 +-
 .../generated/pyarrow.compute.utf8_length.html     |   4 +-
 .../generated/pyarrow.compute.utf8_lower.html      |   4 +-
 .../generated/pyarrow.compute.utf8_lpad.html       |   4 +-
 .../generated/pyarrow.compute.utf8_ltrim.html      |   4 +-
 .../pyarrow.compute.utf8_ltrim_whitespace.html     |   4 +-
 .../pyarrow.compute.utf8_replace_slice.html        |   4 +-
 .../generated/pyarrow.compute.utf8_reverse.html    |   4 +-
 .../generated/pyarrow.compute.utf8_rpad.html       |   4 +-
 .../generated/pyarrow.compute.utf8_rtrim.html      |   4 +-
 .../pyarrow.compute.utf8_rtrim_whitespace.html     |   4 +-
 .../pyarrow.compute.utf8_slice_codeunits.html      |   4 +-
 .../pyarrow.compute.utf8_split_whitespace.html     |   4 +-
 .../generated/pyarrow.compute.utf8_swapcase.html   |   4 +-
 .../generated/pyarrow.compute.utf8_title.html      |   4 +-
 .../generated/pyarrow.compute.utf8_trim.html       |   4 +-
 .../pyarrow.compute.utf8_trim_whitespace.html      |   4 +-
 .../generated/pyarrow.compute.utf8_upper.html      |   4 +-
 .../generated/pyarrow.compute.value_counts.html    |   4 +-
 .../python/generated/pyarrow.compute.variance.html |   4 +-
 .../dev/python/generated/pyarrow.compute.week.html |   4 +-
 .../generated/pyarrow.compute.weeks_between.html   |   4 +-
 docs/dev/python/generated/pyarrow.compute.xor.html |   4 +-
 .../dev/python/generated/pyarrow.compute.year.html |   4 +-
 .../generated/pyarrow.compute.year_month_day.html  |   4 +-
 .../generated/pyarrow.compute.years_between.html   |   4 +-
 .../python/generated/pyarrow.concat_arrays.html    |   4 +-
 .../python/generated/pyarrow.concat_tables.html    |   4 +-
 docs/dev/python/generated/pyarrow.cpu_count.html   |   4 +-
 .../generated/pyarrow.create_memory_map.html       |   4 +-
 .../generated/pyarrow.csv.CSVStreamingReader.html  |   4 +-
 .../python/generated/pyarrow.csv.CSVWriter.html    |   4 +-
 .../generated/pyarrow.csv.ConvertOptions.html      |   4 +-
 docs/dev/python/generated/pyarrow.csv.ISO8601.html |   4 +-
 .../python/generated/pyarrow.csv.InvalidRow.html   |   4 +-
 .../python/generated/pyarrow.csv.ParseOptions.html |   4 +-
 .../python/generated/pyarrow.csv.ReadOptions.html  |   4 +-
 .../python/generated/pyarrow.csv.WriteOptions.html |   4 +-
 .../dev/python/generated/pyarrow.csv.open_csv.html |   4 +-
 .../dev/python/generated/pyarrow.csv.read_csv.html |   4 +-
 .../python/generated/pyarrow.csv.write_csv.html    |   4 +-
 .../generated/pyarrow.cuda.BufferReader.html       |   4 +-
 .../generated/pyarrow.cuda.BufferWriter.html       |   4 +-
 .../dev/python/generated/pyarrow.cuda.Context.html |   4 +-
 .../python/generated/pyarrow.cuda.CudaBuffer.html  |   4 +-
 .../python/generated/pyarrow.cuda.HostBuffer.html  |   4 +-
 .../generated/pyarrow.cuda.IpcMemHandle.html       |   4 +-
 .../generated/pyarrow.cuda.new_host_buffer.html    |   4 +-
 .../generated/pyarrow.cuda.read_message.html       |   4 +-
 .../generated/pyarrow.cuda.read_record_batch.html  |   4 +-
 .../pyarrow.cuda.serialize_record_batch.html       |   4 +-
 .../generated/pyarrow.dataset.CsvFileFormat.html   |   4 +-
 .../pyarrow.dataset.CsvFragmentScanOptions.html    |   4 +-
 .../python/generated/pyarrow.dataset.Dataset.html  |   4 +-
 .../pyarrow.dataset.DirectoryPartitioning.html     |   4 +-
 .../generated/pyarrow.dataset.Expression.html      |   4 +-
 .../generated/pyarrow.dataset.FileFormat.html      |   4 +-
 .../pyarrow.dataset.FileSystemDataset.html         |   4 +-
 .../pyarrow.dataset.FileSystemDatasetFactory.html  |   4 +-
 .../pyarrow.dataset.FileSystemFactoryOptions.html  |   4 +-
 .../pyarrow.dataset.FilenamePartitioning.html      |   4 +-
 .../python/generated/pyarrow.dataset.Fragment.html |   4 +-
 .../pyarrow.dataset.FragmentScanOptions.html       |   4 +-
 .../pyarrow.dataset.HivePartitioning.html          |   4 +-
 .../generated/pyarrow.dataset.InMemoryDataset.html |   4 +-
 .../generated/pyarrow.dataset.IpcFileFormat.html   |   4 +-
 .../generated/pyarrow.dataset.OrcFileFormat.html   |   4 +-
 .../pyarrow.dataset.ParquetFileFormat.html         |   4 +-
 ...pyarrow.dataset.ParquetFragmentScanOptions.html |   4 +-
 .../pyarrow.dataset.ParquetReadOptions.html        |   4 +-
 .../generated/pyarrow.dataset.Partitioning.html    |   4 +-
 .../pyarrow.dataset.PartitioningFactory.html       |   4 +-
 .../python/generated/pyarrow.dataset.Scanner.html  |   4 +-
 .../pyarrow.dataset.TaggedRecordBatch.html         |   4 +-
 .../generated/pyarrow.dataset.UnionDataset.html    |   4 +-
 .../generated/pyarrow.dataset.WrittenFile.html     |   4 +-
 .../python/generated/pyarrow.dataset.dataset.html  |   4 +-
 .../python/generated/pyarrow.dataset.field.html    |   4 +-
 .../generated/pyarrow.dataset.parquet_dataset.html |   4 +-
 .../generated/pyarrow.dataset.partitioning.html    |   4 +-
 .../python/generated/pyarrow.dataset.scalar.html   |   4 +-
 .../generated/pyarrow.dataset.write_dataset.html   |   4 +-
 docs/dev/python/generated/pyarrow.date32.html      |   4 +-
 docs/dev/python/generated/pyarrow.date64.html      |   4 +-
 docs/dev/python/generated/pyarrow.decimal128.html  |   4 +-
 docs/dev/python/generated/pyarrow.decompress.html  |   4 +-
 .../generated/pyarrow.default_memory_pool.html     |   4 +-
 docs/dev/python/generated/pyarrow.deserialize.html |   4 +-
 .../generated/pyarrow.deserialize_components.html  |   4 +-
 .../python/generated/pyarrow.deserialize_from.html |   4 +-
 docs/dev/python/generated/pyarrow.dictionary.html  |   4 +-
 docs/dev/python/generated/pyarrow.duration.html    |   4 +-
 .../generated/pyarrow.feather.read_feather.html    |   4 +-
 .../generated/pyarrow.feather.read_table.html      |   4 +-
 .../generated/pyarrow.feather.write_feather.html   |   4 +-
 docs/dev/python/generated/pyarrow.field.html       |   4 +-
 .../python/generated/pyarrow.flight.Action.html    |   4 +-
 .../generated/pyarrow.flight.ActionType.html       |   4 +-
 .../python/generated/pyarrow.flight.CallInfo.html  |   4 +-
 .../pyarrow.flight.ClientAuthHandler.html          |   4 +-
 .../generated/pyarrow.flight.ClientMiddleware.html |   4 +-
 .../pyarrow.flight.ClientMiddlewareFactory.html    |   4 +-
 .../generated/pyarrow.flight.DescriptorType.html   |   4 +-
 .../pyarrow.flight.FlightCallOptions.html          |   4 +-
 .../pyarrow.flight.FlightCancelledError.html       |   4 +-
 .../generated/pyarrow.flight.FlightClient.html     |   4 +-
 .../generated/pyarrow.flight.FlightDataStream.html |   4 +-
 .../generated/pyarrow.flight.FlightDescriptor.html |   4 +-
 .../generated/pyarrow.flight.FlightEndpoint.html   |   4 +-
 .../generated/pyarrow.flight.FlightError.html      |   4 +-
 .../generated/pyarrow.flight.FlightInfo.html       |   4 +-
 .../pyarrow.flight.FlightInternalError.html        |   4 +-
 .../pyarrow.flight.FlightMetadataWriter.html       |   4 +-
 .../generated/pyarrow.flight.FlightMethod.html     |   4 +-
 .../generated/pyarrow.flight.FlightServerBase.html |   4 +-
 .../pyarrow.flight.FlightServerError.html          |   4 +-
 .../pyarrow.flight.FlightStreamReader.html         |   4 +-
 .../pyarrow.flight.FlightStreamWriter.html         |   4 +-
 .../pyarrow.flight.FlightTimedOutError.html        |   4 +-
 .../pyarrow.flight.FlightUnauthenticatedError.html |   4 +-
 .../pyarrow.flight.FlightUnauthorizedError.html    |   4 +-
 .../pyarrow.flight.FlightUnavailableError.html     |   4 +-
 ...yarrow.flight.FlightWriteSizeExceededError.html |   4 +-
 .../generated/pyarrow.flight.GeneratorStream.html  |   4 +-
 .../python/generated/pyarrow.flight.Location.html  |   4 +-
 .../pyarrow.flight.MetadataRecordBatchReader.html  |   4 +-
 .../pyarrow.flight.MetadataRecordBatchWriter.html  |   4 +-
 .../pyarrow.flight.RecordBatchStream.html          |   4 +-
 .../python/generated/pyarrow.flight.Result.html    |   4 +-
 .../pyarrow.flight.ServerAuthHandler.html          |   4 +-
 .../pyarrow.flight.ServerCallContext.html          |   4 +-
 .../generated/pyarrow.flight.ServerMiddleware.html |   4 +-
 .../pyarrow.flight.ServerMiddlewareFactory.html    |   4 +-
 .../python/generated/pyarrow.flight.Ticket.html    |   4 +-
 .../python/generated/pyarrow.flight.connect.html   |   4 +-
 docs/dev/python/generated/pyarrow.float16.html     |   4 +-
 docs/dev/python/generated/pyarrow.float32.html     |   4 +-
 docs/dev/python/generated/pyarrow.float64.html     |   4 +-
 .../python/generated/pyarrow.foreign_buffer.html   |   4 +-
 .../python/generated/pyarrow.from_numpy_dtype.html |   4 +-
 .../python/generated/pyarrow.fs.FSSpecHandler.html |   4 +-
 docs/dev/python/generated/pyarrow.fs.FileInfo.html |   4 +-
 .../python/generated/pyarrow.fs.FileSelector.html  |   4 +-
 .../python/generated/pyarrow.fs.FileSystem.html    |   4 +-
 .../generated/pyarrow.fs.FileSystemHandler.html    |   4 +-
 .../python/generated/pyarrow.fs.GcsFileSystem.html |   4 +-
 .../generated/pyarrow.fs.HadoopFileSystem.html     |   4 +-
 .../generated/pyarrow.fs.LocalFileSystem.html      |   4 +-
 .../python/generated/pyarrow.fs.PyFileSystem.html  |   4 +-
 .../python/generated/pyarrow.fs.S3FileSystem.html  |   4 +-
 .../python/generated/pyarrow.fs.S3LogLevel.html    |   4 +-
 .../generated/pyarrow.fs.SubTreeFileSystem.html    |   4 +-
 .../python/generated/pyarrow.fs.copy_files.html    |   4 +-
 .../python/generated/pyarrow.fs.finalize_s3.html   |   4 +-
 .../python/generated/pyarrow.fs.initialize_s3.html |   4 +-
 .../generated/pyarrow.fs.resolve_s3_region.html    |   4 +-
 docs/dev/python/generated/pyarrow.get_include.html |   4 +-
 .../python/generated/pyarrow.get_libraries.html    |   4 +-
 .../python/generated/pyarrow.get_library_dirs.html |   4 +-
 .../dev/python/generated/pyarrow.hdfs.connect.html |   4 +-
 .../dev/python/generated/pyarrow.input_stream.html |   4 +-
 docs/dev/python/generated/pyarrow.int16.html       |   4 +-
 docs/dev/python/generated/pyarrow.int32.html       |   4 +-
 docs/dev/python/generated/pyarrow.int64.html       |   4 +-
 docs/dev/python/generated/pyarrow.int8.html        |   4 +-
 .../python/generated/pyarrow.io_thread_count.html  |   4 +-
 .../generated/pyarrow.ipc.IpcReadOptions.html      |   4 +-
 .../generated/pyarrow.ipc.IpcWriteOptions.html     |   4 +-
 docs/dev/python/generated/pyarrow.ipc.Message.html |   4 +-
 .../generated/pyarrow.ipc.MessageReader.html       |   4 +-
 .../pyarrow.ipc.RecordBatchFileReader.html         |   4 +-
 .../pyarrow.ipc.RecordBatchFileWriter.html         |   4 +-
 .../pyarrow.ipc.RecordBatchStreamReader.html       |   4 +-
 .../pyarrow.ipc.RecordBatchStreamWriter.html       |   4 +-
 .../pyarrow.ipc.get_record_batch_size.html         |   4 +-
 .../generated/pyarrow.ipc.get_tensor_size.html     |   4 +-
 .../dev/python/generated/pyarrow.ipc.new_file.html |   4 +-
 .../python/generated/pyarrow.ipc.new_stream.html   |   4 +-
 .../python/generated/pyarrow.ipc.open_file.html    |   4 +-
 .../python/generated/pyarrow.ipc.open_stream.html  |   4 +-
 .../python/generated/pyarrow.ipc.read_message.html |   4 +-
 .../generated/pyarrow.ipc.read_record_batch.html   |   4 +-
 .../python/generated/pyarrow.ipc.read_tensor.html  |   4 +-
 .../python/generated/pyarrow.ipc.write_tensor.html |   4 +-
 .../generated/pyarrow.jemalloc_memory_pool.html    |   4 +-
 .../generated/pyarrow.jemalloc_set_decay_ms.html   |   4 +-
 .../generated/pyarrow.json.ParseOptions.html       |   4 +-
 .../python/generated/pyarrow.json.ReadOptions.html |   4 +-
 .../python/generated/pyarrow.json.read_json.html   |   4 +-
 .../dev/python/generated/pyarrow.large_binary.html |   4 +-
 docs/dev/python/generated/pyarrow.large_list.html  |   4 +-
 .../dev/python/generated/pyarrow.large_string.html |   4 +-
 docs/dev/python/generated/pyarrow.large_utf8.html  |   4 +-
 docs/dev/python/generated/pyarrow.list_.html       |   4 +-
 .../generated/pyarrow.log_memory_allocations.html  |   4 +-
 docs/dev/python/generated/pyarrow.map_.html        |   4 +-
 docs/dev/python/generated/pyarrow.memory_map.html  |   4 +-
 .../generated/pyarrow.mimalloc_memory_pool.html    |   4 +-
 .../generated/pyarrow.month_day_nano_interval.html |   4 +-
 docs/dev/python/generated/pyarrow.null.html        |   4 +-
 docs/dev/python/generated/pyarrow.nulls.html       |   4 +-
 docs/dev/python/generated/pyarrow.orc.ORCFile.html |   4 +-
 .../python/generated/pyarrow.orc.ORCWriter.html    |   4 +-
 .../python/generated/pyarrow.orc.read_table.html   |   4 +-
 .../python/generated/pyarrow.orc.write_table.html  |   4 +-
 .../python/generated/pyarrow.output_stream.html    |   4 +-
 .../pyarrow.parquet.ColumnChunkMetaData.html       |   4 +-
 .../generated/pyarrow.parquet.ColumnSchema.html    |   4 +-
 .../generated/pyarrow.parquet.FileMetaData.html    |   4 +-
 .../generated/pyarrow.parquet.ParquetDataset.html  |   4 +-
 .../generated/pyarrow.parquet.ParquetFile.html     |   4 +-
 .../pyarrow.parquet.ParquetLogicalType.html        |   4 +-
 .../generated/pyarrow.parquet.ParquetSchema.html   |   4 +-
 .../generated/pyarrow.parquet.ParquetWriter.html   |   4 +-
 .../pyarrow.parquet.RowGroupMetaData.html          |   4 +-
 .../generated/pyarrow.parquet.Statistics.html      |   4 +-
 .../pyarrow.parquet.encryption.CryptoFactory.html  |   4 +-
 ...parquet.encryption.DecryptionConfiguration.html |   4 +-
 ...parquet.encryption.EncryptionConfiguration.html |   4 +-
 .../pyarrow.parquet.encryption.KmsClient.html      |   4 +-
 ...row.parquet.encryption.KmsConnectionConfig.html |   4 +-
 .../generated/pyarrow.parquet.read_metadata.html   |   4 +-
 .../generated/pyarrow.parquet.read_pandas.html     |   4 +-
 .../generated/pyarrow.parquet.read_schema.html     |   4 +-
 .../generated/pyarrow.parquet.read_table.html      |   4 +-
 .../generated/pyarrow.parquet.write_metadata.html  |   4 +-
 .../generated/pyarrow.parquet.write_table.html     |   4 +-
 .../pyarrow.parquet.write_to_dataset.html          |   4 +-
 .../python/generated/pyarrow.plasma.ObjectID.html  |   4 +-
 .../generated/pyarrow.plasma.PlasmaBuffer.html     |   4 +-
 .../generated/pyarrow.plasma.PlasmaClient.html     |   4 +-
 docs/dev/python/generated/pyarrow.py_buffer.html   |   4 +-
 .../python/generated/pyarrow.read_serialized.html  |   4 +-
 .../dev/python/generated/pyarrow.record_batch.html |   4 +-
 .../generated/pyarrow.register_extension_type.html |   4 +-
 docs/dev/python/generated/pyarrow.scalar.html      |   4 +-
 docs/dev/python/generated/pyarrow.schema.html      |   4 +-
 docs/dev/python/generated/pyarrow.serialize.html   |   4 +-
 .../dev/python/generated/pyarrow.serialize_to.html |   4 +-
 .../python/generated/pyarrow.set_cpu_count.html    |   4 +-
 .../generated/pyarrow.set_io_thread_count.html     |   4 +-
 .../python/generated/pyarrow.set_memory_pool.html  |   4 +-
 docs/dev/python/generated/pyarrow.string.html      |   4 +-
 docs/dev/python/generated/pyarrow.struct.html      |   4 +-
 .../generated/pyarrow.system_memory_pool.html      |   4 +-
 docs/dev/python/generated/pyarrow.table.html       |   4 +-
 docs/dev/python/generated/pyarrow.time32.html      |   4 +-
 docs/dev/python/generated/pyarrow.time64.html      |   4 +-
 docs/dev/python/generated/pyarrow.timestamp.html   |   4 +-
 .../generated/pyarrow.total_allocated_bytes.html   |   4 +-
 .../python/generated/pyarrow.types.is_binary.html  |   4 +-
 .../python/generated/pyarrow.types.is_boolean.html |   4 +-
 .../python/generated/pyarrow.types.is_date.html    |   4 +-
 .../python/generated/pyarrow.types.is_date32.html  |   4 +-
 .../python/generated/pyarrow.types.is_date64.html  |   4 +-
 .../python/generated/pyarrow.types.is_decimal.html |   4 +-
 .../generated/pyarrow.types.is_dictionary.html     |   4 +-
 .../pyarrow.types.is_fixed_size_binary.html        |   4 +-
 .../python/generated/pyarrow.types.is_float16.html |   4 +-
 .../python/generated/pyarrow.types.is_float32.html |   4 +-
 .../python/generated/pyarrow.types.is_float64.html |   4 +-
 .../generated/pyarrow.types.is_floating.html       |   4 +-
 .../python/generated/pyarrow.types.is_int16.html   |   4 +-
 .../python/generated/pyarrow.types.is_int32.html   |   4 +-
 .../python/generated/pyarrow.types.is_int64.html   |   4 +-
 .../python/generated/pyarrow.types.is_int8.html    |   4 +-
 .../python/generated/pyarrow.types.is_integer.html |   4 +-
 .../generated/pyarrow.types.is_large_binary.html   |   4 +-
 .../generated/pyarrow.types.is_large_list.html     |   4 +-
 .../generated/pyarrow.types.is_large_string.html   |   4 +-
 .../generated/pyarrow.types.is_large_unicode.html  |   4 +-
 .../python/generated/pyarrow.types.is_list.html    |   4 +-
 .../dev/python/generated/pyarrow.types.is_map.html |   4 +-
 .../python/generated/pyarrow.types.is_nested.html  |   4 +-
 .../python/generated/pyarrow.types.is_null.html    |   4 +-
 .../generated/pyarrow.types.is_signed_integer.html |   4 +-
 .../python/generated/pyarrow.types.is_string.html  |   4 +-
 .../python/generated/pyarrow.types.is_struct.html  |   4 +-
 .../generated/pyarrow.types.is_temporal.html       |   4 +-
 .../python/generated/pyarrow.types.is_time.html    |   4 +-
 .../python/generated/pyarrow.types.is_time32.html  |   4 +-
 .../python/generated/pyarrow.types.is_time64.html  |   4 +-
 .../generated/pyarrow.types.is_timestamp.html      |   4 +-
 .../python/generated/pyarrow.types.is_uint16.html  |   4 +-
 .../python/generated/pyarrow.types.is_uint32.html  |   4 +-
 .../python/generated/pyarrow.types.is_uint64.html  |   4 +-
 .../python/generated/pyarrow.types.is_uint8.html   |   4 +-
 .../python/generated/pyarrow.types.is_unicode.html |   4 +-
 .../python/generated/pyarrow.types.is_union.html   |   4 +-
 .../pyarrow.types.is_unsigned_integer.html         |   4 +-
 docs/dev/python/generated/pyarrow.uint16.html      |   4 +-
 docs/dev/python/generated/pyarrow.uint32.html      |   4 +-
 docs/dev/python/generated/pyarrow.uint64.html      |   4 +-
 docs/dev/python/generated/pyarrow.uint8.html       |   4 +-
 .../python/generated/pyarrow.unify_schemas.html    |   4 +-
 .../pyarrow.unregister_extension_type.html         |   4 +-
 docs/dev/python/generated/pyarrow.utf8.html        |   4 +-
 docs/dev/python/getstarted.html                    |   6 +-
 docs/dev/python/getting_involved.html              |   4 +-
 docs/dev/python/index.html                         |   4 +-
 docs/dev/python/install.html                       |   4 +-
 docs/dev/python/integration.html                   |   4 +-
 docs/dev/python/integration/cuda.html              |   4 +-
 docs/dev/python/integration/extending.html         |   4 +-
 docs/dev/python/integration/python_java.html       |   4 +-
 docs/dev/python/integration/python_r.html          |   4 +-
 docs/dev/python/ipc.html                           |  90 +++++--------
 docs/dev/python/json.html                          |   4 +-
 docs/dev/python/memory.html                        |  12 +-
 docs/dev/python/numpy.html                         |   4 +-
 docs/dev/python/orc.html                           |   4 +-
 docs/dev/python/pandas.html                        |  10 +-
 docs/dev/python/parquet.html                       |  16 +--
 docs/dev/python/plasma.html                        |   4 +-
 docs/dev/python/timestamps.html                    |   4 +-
 docs/dev/r/pkgdown.yml                             |   2 +-
 docs/dev/r/reference/call_function.html            |  10 +-
 docs/dev/r/reference/new_extension_type.html       |  14 +-
 docs/dev/search.html                               |   4 +-
 docs/dev/searchindex.js                            |   2 +-
 docs/dev/status.html                               |   4 +-
 3552 files changed, 8121 insertions(+), 7691 deletions(-)

diff --git a/docs/dev/.buildinfo b/docs/dev/.buildinfo
index e322a8721a..2bd87b6e46 100644
--- a/docs/dev/.buildinfo
+++ b/docs/dev/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: b833f38b41a26f9e8f84b8a56ccd9fac
+config: b3b4283e85fa7a649f24653d91068423
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/dev/_modules/collections/abc.html b/docs/dev/_modules/collections/abc.html
index 2c7fd889f3..0c4209bc5d 100644
--- a/docs/dev/_modules/collections/abc.html
+++ b/docs/dev/_modules/collections/abc.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>collections.abc &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>collections.abc &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/importlib/_bootstrap.html b/docs/dev/_modules/importlib/_bootstrap.html
index 1b03eb051e..910e24fbb8 100644
--- a/docs/dev/_modules/importlib/_bootstrap.html
+++ b/docs/dev/_modules/importlib/_bootstrap.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>importlib._bootstrap &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>importlib._bootstrap &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/index.html b/docs/dev/_modules/index.html
index 511835c5d7..6bb2068734 100644
--- a/docs/dev/_modules/index.html
+++ b/docs/dev/_modules/index.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Overview: module code &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Overview: module code &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow.html b/docs/dev/_modules/pyarrow.html
index 4f687d9daa..4ec544739d 100644
--- a/docs/dev/_modules/pyarrow.html
+++ b/docs/dev/_modules/pyarrow.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/compute.html b/docs/dev/_modules/pyarrow/compute.html
index 0763e1294a..473be16cdc 100644
--- a/docs/dev/_modules/pyarrow/compute.html
+++ b/docs/dev/_modules/pyarrow/compute.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.compute &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.compute &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/dataset.html b/docs/dev/_modules/pyarrow/dataset.html
index abcec4f881..7fbb7f66cd 100644
--- a/docs/dev/_modules/pyarrow/dataset.html
+++ b/docs/dev/_modules/pyarrow/dataset.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.dataset &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.dataset &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/feather.html b/docs/dev/_modules/pyarrow/feather.html
index 491b974c9b..712cae8bc6 100644
--- a/docs/dev/_modules/pyarrow/feather.html
+++ b/docs/dev/_modules/pyarrow/feather.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.feather &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.feather &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/filesystem.html b/docs/dev/_modules/pyarrow/filesystem.html
index 16a4adc676..d83c7cf4d4 100644
--- a/docs/dev/_modules/pyarrow/filesystem.html
+++ b/docs/dev/_modules/pyarrow/filesystem.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.filesystem &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.filesystem &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/fs.html b/docs/dev/_modules/pyarrow/fs.html
index ed10f064be..63f43f2a71 100644
--- a/docs/dev/_modules/pyarrow/fs.html
+++ b/docs/dev/_modules/pyarrow/fs.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.fs &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.fs &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/hdfs.html b/docs/dev/_modules/pyarrow/hdfs.html
index ab1d5228c1..b75ec2b41f 100644
--- a/docs/dev/_modules/pyarrow/hdfs.html
+++ b/docs/dev/_modules/pyarrow/hdfs.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.hdfs &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.hdfs &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/ipc.html b/docs/dev/_modules/pyarrow/ipc.html
index 426f8b66e0..f5a27f371a 100644
--- a/docs/dev/_modules/pyarrow/ipc.html
+++ b/docs/dev/_modules/pyarrow/ipc.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.ipc &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.ipc &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/orc.html b/docs/dev/_modules/pyarrow/orc.html
index 69364614da..8c8661ac46 100644
--- a/docs/dev/_modules/pyarrow/orc.html
+++ b/docs/dev/_modules/pyarrow/orc.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.orc &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.orc &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/parquet/core.html b/docs/dev/_modules/pyarrow/parquet/core.html
index 7804b3b4ad..ad306744fa 100644
--- a/docs/dev/_modules/pyarrow/parquet/core.html
+++ b/docs/dev/_modules/pyarrow/parquet/core.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.parquet.core &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.parquet.core &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_modules/pyarrow/types.html b/docs/dev/_modules/pyarrow/types.html
index 683f5f3162..1a9533430d 100644
--- a/docs/dev/_modules/pyarrow/types.html
+++ b/docs/dev/_modules/pyarrow/types.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyarrow.types &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>pyarrow.types &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/_static/documentation_options.js b/docs/dev/_static/documentation_options.js
index eb759952fa..bcd78414fd 100644
--- a/docs/dev/_static/documentation_options.js
+++ b/docs/dev/_static/documentation_options.js
@@ -1,6 +1,6 @@
 var DOCUMENTATION_OPTIONS = {
     URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
-    VERSION: '10.0.0.dev346',
+    VERSION: '10.0.0.dev354',
     LANGUAGE: 'en',
     COLLAPSE_INDEX: false,
     BUILDER: 'html',
diff --git a/docs/dev/cpp/api.html b/docs/dev/cpp/api.html
index c3ef9888a2..aca0f45852 100644
--- a/docs/dev/cpp/api.html
+++ b/docs/dev/cpp/api.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>API Reference &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>API Reference &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/array.html b/docs/dev/cpp/api/array.html
index 650004219d..3e0b293878 100644
--- a/docs/dev/cpp/api/array.html
+++ b/docs/dev/cpp/api/array.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrays &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrays &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/async.html b/docs/dev/cpp/api/async.html
index 5ad0f7c701..8a5df2f3a3 100644
--- a/docs/dev/cpp/api/async.html
+++ b/docs/dev/cpp/api/async.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Asynchronous programming &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Asynchronous programming &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/builder.html b/docs/dev/cpp/api/builder.html
index 6accb33856..e37cb632b0 100644
--- a/docs/dev/cpp/api/builder.html
+++ b/docs/dev/cpp/api/builder.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Array Builders &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Array Builders &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/c_abi.html b/docs/dev/cpp/api/c_abi.html
index ebefc5d630..006cf66a94 100644
--- a/docs/dev/cpp/api/c_abi.html
+++ b/docs/dev/cpp/api/c_abi.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>C Interfaces &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>C Interfaces &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/compute.html b/docs/dev/cpp/api/compute.html
index 35e110f6ee..f3308788f8 100644
--- a/docs/dev/cpp/api/compute.html
+++ b/docs/dev/cpp/api/compute.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Compute Functions &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Compute Functions &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
@@ -8220,7 +8220,7 @@ function checkPageExistsAndRedirect(event) {
 <span id="_CPPv3N5arrow7compute15ExecNodeOptionsE"></span><span id="_CPPv2N5arrow7compute15ExecNodeOptionsE"></span><span id="arrow::compute::ExecNodeOptions"></span><span class="target" id="classarrow_1_1compute_1_1_exec_node_options"></span><span class="k"><span class="pre">class</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">ExecNodeOptions</span></span></span><a class="headerlink" href="#_CPPv4N5arrow7compute15ExecNodeOptionsE"  [...]
 <dd><div class="docutils container">
 <em>#include &lt;arrow/compute/exec/options.h&gt;</em></div>
-<p>Subclassed by <a class="reference internal" href="#classarrow_1_1compute_1_1_aggregate_node_options"><span class="std std-ref">arrow::compute::AggregateNodeOptions</span></a>, <a class="reference internal" href="#classarrow_1_1compute_1_1_asof_join_node_options"><span class="std std-ref">arrow::compute::AsofJoinNodeOptions</span></a>, <a class="reference internal" href="#classarrow_1_1compute_1_1_consuming_sink_node_options"><span class="std std-ref">arrow::compute::ConsumingSinkNodeO [...]
+<p>Subclassed by <a class="reference internal" href="#classarrow_1_1compute_1_1_aggregate_node_options"><span class="std std-ref">arrow::compute::AggregateNodeOptions</span></a>, <a class="reference internal" href="#classarrow_1_1compute_1_1_asof_join_node_options"><span class="std std-ref">arrow::compute::AsofJoinNodeOptions</span></a>, <a class="reference internal" href="#classarrow_1_1compute_1_1_consuming_sink_node_options"><span class="std std-ref">arrow::compute::ConsumingSinkNodeO [...]
 <div class="breathe-sectiondef docutils container">
 <p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-functions">Public Functions</p>
 <dl class="cpp function">
@@ -8316,8 +8316,8 @@ function checkPageExistsAndRedirect(event) {
 <div class="breathe-sectiondef docutils container">
 <p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-functions">Public Functions</p>
 <dl class="cpp function">
-<dt class="sig sig-object cpp" id="_CPPv4N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expressionb">
-<span id="_CPPv3N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expressionb"></span><span id="_CPPv2N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expressionb"></span><span id="arrow::compute::FilterNodeOptions::FilterNodeOptions__Expression.b"></span><span class="target" id="classarrow_1_1compute_1_1_filter_node_options_1a3f28ae44f3b826a00ead82c95f10968c"></span><span class="k"><span class="pre">inline</span></span><span class="w"> </span><span class="k"><span class="pr [...]
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expression">
+<span id="_CPPv3N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expression"></span><span id="_CPPv2N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expression"></span><span id="arrow::compute::FilterNodeOptions::FilterNodeOptions__Expression"></span><span class="target" id="classarrow_1_1compute_1_1_filter_node_options_1ad35d91a155a26df469f5927953989c89"></span><span class="k"><span class="pre">inline</span></span><span class="w"> </span><span class="k"><span class="pre">e [...]
 <dd></dd></dl>
 
 </div>
@@ -8328,11 +8328,6 @@ function checkPageExistsAndRedirect(event) {
 <span id="_CPPv3N5arrow7compute17FilterNodeOptions17filter_expressionE"></span><span id="_CPPv2N5arrow7compute17FilterNodeOptions17filter_expressionE"></span><span id="arrow::compute::FilterNodeOptions::filter_expression__Expression"></span><span class="target" id="classarrow_1_1compute_1_1_filter_node_options_1a84f9ef1d99dd2bc1eb9a3c94913dc9e5"></span><a class="reference internal" href="#_CPPv4N5arrow7compute10ExpressionE" title="arrow::compute::Expression"><span class="n"><span class=" [...]
 <dd></dd></dl>
 
-<dl class="cpp var">
-<dt class="sig sig-object cpp" id="_CPPv4N5arrow7compute17FilterNodeOptions10async_modeE">
-<span id="_CPPv3N5arrow7compute17FilterNodeOptions10async_modeE"></span><span id="_CPPv2N5arrow7compute17FilterNodeOptions10async_modeE"></span><span id="arrow::compute::FilterNodeOptions::async_mode__b"></span><span class="target" id="classarrow_1_1compute_1_1_filter_node_options_1abf660b030ef91a71fecc403d20618365"></span><span class="kt"><span class="pre">bool</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">async_mode</span></span> [...]
-<dd></dd></dl>
-
 </div>
 </dd></dl>
 
@@ -8347,8 +8342,8 @@ function checkPageExistsAndRedirect(event) {
 <div class="breathe-sectiondef docutils container">
 <p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-functions">Public Functions</p>
 <dl class="cpp function">
-<dt class="sig sig-object cpp" id="_CPPv4N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEEb">
-<span id="_CPPv3N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEEb"></span><span id="_CPPv2N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEEb"></span><span id="arrow::compute::ProjectNodeOptions::ProjectNodeOptions__std::vector:Expression:.std::vector:ss:.b"></span><span class="target" id="classarrow_1_1compute_1_1_project_node_options_1aff70f8bae8c6310d219915e5de612d0f"></span [...]
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEE">
+<span id="_CPPv3N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEE"></span><span id="_CPPv2N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEE"></span><span id="arrow::compute::ProjectNodeOptions::ProjectNodeOptions__std::vector:Expression:.std::vector:ss:"></span><span class="target" id="classarrow_1_1compute_1_1_project_node_options_1a2a4e7b712188e646b3e15fed1fd57b03"></span><sp [...]
 <dd></dd></dl>
 
 </div>
@@ -8364,11 +8359,6 @@ function checkPageExistsAndRedirect(event) {
 <span id="_CPPv3N5arrow7compute18ProjectNodeOptions5namesE"></span><span id="_CPPv2N5arrow7compute18ProjectNodeOptions5namesE"></span><span id="arrow::compute::ProjectNodeOptions::names__std::vector:ss:"></span><span class="target" id="classarrow_1_1compute_1_1_project_node_options_1aeb028391177e33ef7264453152abec87"></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">vector</span></span><span class [...]
 <dd></dd></dl>
 
-<dl class="cpp var">
-<dt class="sig sig-object cpp" id="_CPPv4N5arrow7compute18ProjectNodeOptions10async_modeE">
-<span id="_CPPv3N5arrow7compute18ProjectNodeOptions10async_modeE"></span><span id="_CPPv2N5arrow7compute18ProjectNodeOptions10async_modeE"></span><span id="arrow::compute::ProjectNodeOptions::async_mode__b"></span><span class="target" id="classarrow_1_1compute_1_1_project_node_options_1a3c6634d121b1b5d1d49002d0ffe9bf4a"></span><span class="kt"><span class="pre">bool</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">async_mode</span></s [...]
-<dd></dd></dl>
-
 </div>
 </dd></dl>
 
@@ -8871,6 +8861,68 @@ function checkPageExistsAndRedirect(event) {
 <dd><p>Construct an <a class="reference internal" href="#classarrow_1_1compute_1_1_exec_node"><span class="std std-ref">ExecNode</span></a> using the named factory. </p>
 </dd></dl>
 
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv418DeclarationToTable11DeclarationP11ExecContext">
+<span id="_CPPv318DeclarationToTable11DeclarationP11ExecContext"></span><span id="_CPPv218DeclarationToTable11DeclarationP11ExecContext"></span><span id="DeclarationToTable__Declaration.ExecContextP"></span><span class="target" id="group__execnode-components_1ga02d7554363dee17c24fd54142915f817"></span><span class="n"><span class="pre">Result</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre [...]
+<dd><p>Utility method to run a declaration and collect the results into a table. </p>
+<p>This method will add a sink node to the declaration to collect results into a table. It will then create an <a class="reference internal" href="#classarrow_1_1compute_1_1_exec_plan"><span class="std std-ref">ExecPlan</span></a> from the declaration, start the exec plan, block until the plan has finished, and return the created table. </p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv423DeclarationToTableAsync11DeclarationP11ExecContext">
+<span id="_CPPv323DeclarationToTableAsync11DeclarationP11ExecContext"></span><span id="_CPPv223DeclarationToTableAsync11DeclarationP11ExecContext"></span><span id="DeclarationToTableAsync__Declaration.ExecContextP"></span><span class="target" id="group__execnode-components_1ga62f61993fe2c2a6b1136582f7584c75e"></span><span class="n"><span class="pre">Future</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span><span class="p">< [...]
+<dd><p>Asynchronous version of. </p>
+<p><div class="admonition seealso">
+<p class="admonition-title">See also</p>
+<p><a class="reference internal" href="#group__execnode-components_1ga02d7554363dee17c24fd54142915f817"><span class="std std-ref">DeclarationToTable</span></a> </p>
+</div>
+</p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv424DeclarationToExecBatches11DeclarationP11ExecContext">
+<span id="_CPPv324DeclarationToExecBatches11DeclarationP11ExecContext"></span><span id="_CPPv224DeclarationToExecBatches11DeclarationP11ExecContext"></span><span id="DeclarationToExecBatches__Declaration.ExecContextP"></span><span class="target" id="group__execnode-components_1gac46251b66fa13cc87c9941ac3facbefc"></span><span class="n"><span class="pre">Result</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span><span class="p [...]
+<dd><p>Utility method to run a declaration and collect the results into <a class="reference internal" href="#structarrow_1_1compute_1_1_exec_batch"><span class="std std-ref">ExecBatch</span></a> vector. </p>
+<p><div class="admonition seealso">
+<p class="admonition-title">See also</p>
+<p><a class="reference internal" href="#group__execnode-components_1ga02d7554363dee17c24fd54142915f817"><span class="std std-ref">DeclarationToTable</span></a> for details </p>
+</div>
+</p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv429DeclarationToExecBatchesAsync11DeclarationP11ExecContext">
+<span id="_CPPv329DeclarationToExecBatchesAsync11DeclarationP11ExecContext"></span><span id="_CPPv229DeclarationToExecBatchesAsync11DeclarationP11ExecContext"></span><span id="DeclarationToExecBatchesAsync__Declaration.ExecContextP"></span><span class="target" id="group__execnode-components_1ga4d1e2ff926ef4ad76b5ff8aac0f83de7"></span><span class="n"><span class="pre">Future</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span [...]
+<dd><p>Asynchronous version of. </p>
+<p><div class="admonition seealso">
+<p class="admonition-title">See also</p>
+<p><a class="reference internal" href="#group__execnode-components_1gac46251b66fa13cc87c9941ac3facbefc"><span class="std std-ref">DeclarationToExecBatches</span></a> </p>
+</div>
+</p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv420DeclarationToBatches11DeclarationP11ExecContext">
+<span id="_CPPv320DeclarationToBatches11DeclarationP11ExecContext"></span><span id="_CPPv220DeclarationToBatches11DeclarationP11ExecContext"></span><span id="DeclarationToBatches__Declaration.ExecContextP"></span><span class="target" id="group__execnode-components_1ga3c1d1f979c57445226e8f26cf6281114"></span><span class="n"><span class="pre">Result</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span><span class="p"><span clas [...]
+<dd><p>Utility method to run a declaration and collect the results into a vector. </p>
+<p><div class="admonition seealso">
+<p class="admonition-title">See also</p>
+<p><a class="reference internal" href="#group__execnode-components_1ga02d7554363dee17c24fd54142915f817"><span class="std std-ref">DeclarationToTable</span></a> for details </p>
+</div>
+</p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv425DeclarationToBatchesAsync11DeclarationP11ExecContext">
+<span id="_CPPv325DeclarationToBatchesAsync11DeclarationP11ExecContext"></span><span id="_CPPv225DeclarationToBatchesAsync11DeclarationP11ExecContext"></span><span id="DeclarationToBatchesAsync__Declaration.ExecContextP"></span><span class="target" id="group__execnode-components_1ga38e0a50847456b7d821e903605346257"></span><span class="n"><span class="pre">Future</span></span><span class="p"><span class="pre">&lt;</span></span><span class="n"><span class="pre">std</span></span><span class [...]
+<dd><p>Asynchronous version of. </p>
+<p><div class="admonition seealso">
+<p class="admonition-title">See also</p>
+<p><a class="reference internal" href="#group__execnode-components_1ga3c1d1f979c57445226e8f26cf6281114"><span class="std std-ref">DeclarationToBatches</span></a> </p>
+</div>
+</p>
+</dd></dl>
+
 <dl class="cpp function">
 <dt class="sig sig-object cpp" id="_CPPv419MakeGeneratorReaderNSt10shared_ptrI6SchemaEENSt8functionIF6FutureINSt8optionalI9ExecBatchEEEvEEEP10MemoryPool">
 <span id="_CPPv319MakeGeneratorReaderNSt10shared_ptrI6SchemaEENSt8functionIF6FutureINSt8optionalI9ExecBatchEEEvEEEP10MemoryPool"></span><span id="_CPPv219MakeGeneratorReaderNSt10shared_ptrI6SchemaEENSt8functionIF6FutureINSt8optionalI9ExecBatchEEEvEEEP10MemoryPool"></span><span class="target" id="group__execnode-components_1ga39ddec339eff446ef055114cf97e59e9"></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span c [...]
diff --git a/docs/dev/cpp/api/cuda.html b/docs/dev/cpp/api/cuda.html
index 3b02b3eeab..1f488280cc 100644
--- a/docs/dev/cpp/api/cuda.html
+++ b/docs/dev/cpp/api/cuda.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>CUDA support &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>CUDA support &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/dataset.html b/docs/dev/cpp/api/dataset.html
index 359a7d15b6..79c5855ed0 100644
--- a/docs/dev/cpp/api/dataset.html
+++ b/docs/dev/cpp/api/dataset.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Dataset &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Dataset &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
@@ -4778,7 +4778,7 @@ function checkPageExistsAndRedirect(event) {
 <dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset8FragmentE">
 <span id="_CPPv3N5arrow7dataset8FragmentE"></span><span id="_CPPv2N5arrow7dataset8FragmentE"></span><span id="arrow::dataset::Fragment"></span><span class="target" id="classarrow_1_1dataset_1_1_fragment"></span><span class="k"><span class="pre">class</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">Fragment</span></span></span><span class="w"> </span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class= [...]
 <dd><p>A granular piece of a <a class="reference internal" href="#classarrow_1_1dataset_1_1_dataset"><span class="std std-ref">Dataset</span></a>, such as an individual file. </p>
-<p>A <a class="reference internal" href="#classarrow_1_1dataset_1_1_fragment"><span class="std std-ref">Fragment</span></a> can be read/scanned separately from other fragments. It yields a collection of RecordBatches when scanned, encapsulated in one or more ScanTasks.</p>
+<p>A <a class="reference internal" href="#classarrow_1_1dataset_1_1_fragment"><span class="std std-ref">Fragment</span></a> can be read/scanned separately from other fragments. It yields a collection of RecordBatches when scanned</p>
 <p>Note that Fragments have well defined physical schemas which are reconciled by the Datasets which contain them; these physical schemas may differ from a parent <a class="reference internal" href="#classarrow_1_1dataset_1_1_dataset"><span class="std std-ref">Dataset</span></a>’s schema and the physical schemas of sibling Fragments. </p>
 <p>Subclassed by <a class="reference internal" href="#classarrow_1_1dataset_1_1_file_fragment"><span class="std std-ref">arrow::dataset::FileFragment</span></a>, <a class="reference internal" href="#classarrow_1_1dataset_1_1_in_memory_fragment"><span class="std std-ref">arrow::dataset::InMemoryFragment</span></a></p>
 <div class="breathe-sectiondef docutils container">
@@ -4796,6 +4796,19 @@ function checkPageExistsAndRedirect(event) {
 <dd><p>An asynchronous version of Scan. </p>
 </dd></dl>
 
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset8Fragment15InspectFragmentEv">
+<span id="_CPPv3N5arrow7dataset8Fragment15InspectFragmentEv"></span><span id="_CPPv2N5arrow7dataset8Fragment15InspectFragmentEv"></span><span id="arrow::dataset::Fragment::InspectFragment"></span><span class="target" id="classarrow_1_1dataset_1_1_fragment_1a59ba264912cfec46b4cf8d1cfcab6332"></span><span class="k"><span class="pre">virtual</span></span><span class="w"> </span><a class="reference internal" href="async.html#_CPPv4I0EN5arrow6FutureE" title="arrow::Future"><span class="n"><sp [...]
+<dd><p>Inspect a fragment to learn basic information. </p>
+<p>This will be called before a scan and a fragment should attach whatever information will be needed to figure out an evolution strategy. This information will then be passed to the call to BeginScan </p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset8Fragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment">
+<span id="_CPPv3N5arrow7dataset8Fragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment"></span><span id="_CPPv2N5arrow7dataset8Fragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment"></span><span id="arrow::dataset::Fragment::BeginScan__FragmentScanRequestCR.InspectedFragmentCR"></span><span class="target" id="classarrow_1_1dataset_1_1_fragment_1ab3c7f5b33efd8d8d780c910b1c245212"></span><span class="k"><span class="pre">virtual</span></span><span class="w"> </span><a cl [...]
+<dd><p>Start a scan operation. </p>
+</dd></dl>
+
 <dl class="cpp function">
 <dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset8Fragment9CountRowsEN7compute10ExpressionERKNSt10shared_ptrI11ScanOptionsEE">
 <span id="_CPPv3N5arrow7dataset8Fragment9CountRowsEN7compute10ExpressionERKNSt10shared_ptrI11ScanOptionsEE"></span><span id="_CPPv2N5arrow7dataset8Fragment9CountRowsEN7compute10ExpressionERKNSt10shared_ptrI11ScanOptionsEE"></span><span id="arrow::dataset::Fragment::CountRows__compute::Expression.std::shared_ptr:ScanOptions:CR"></span><span class="target" id="classarrow_1_1dataset_1_1_fragment_1a15766dc34340ee7a9b634a35c07d4885"></span><span class="k"><span class="pre">virtual</span></spa [...]
@@ -4810,6 +4823,15 @@ function checkPageExistsAndRedirect(event) {
 <dd><p>An expression which evaluates to true for all data viewed by this <a class="reference internal" href="#classarrow_1_1dataset_1_1_fragment"><span class="std std-ref">Fragment</span></a>. </p>
 </dd></dl>
 
+</div>
+<div class="breathe-sectiondef docutils container">
+<p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-static-attributes">Public Static Attributes</p>
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset8Fragment23kNoPartitionInformationE">
+<span id="_CPPv3N5arrow7dataset8Fragment23kNoPartitionInformationE"></span><span id="_CPPv2N5arrow7dataset8Fragment23kNoPartitionInformationE"></span><span id="arrow::dataset::Fragment::kNoPartitionInformation__compute::ExpressionC"></span><span class="target" id="classarrow_1_1dataset_1_1_fragment_1ad8ade346db1b47ec8d6df3b91804fc29"></span><span class="k"><span class="pre">static</span></span><span class="w"> </span><span class="k"><span class="pre">const</span></span><span class="w"> < [...]
+<dd><p>An expression that represents no known partition information. </p>
+</dd></dl>
+
 </div>
 </dd></dl>
 
@@ -4859,6 +4881,12 @@ function checkPageExistsAndRedirect(event) {
 <p>The copy will view the same Fragments. If the new schema is not compatible with the original dataset’s schema then an error will be raised. </p>
 </dd></dl>
 
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset7Dataset18evolution_strategyEv">
+<span id="_CPPv3N5arrow7dataset7Dataset18evolution_strategyEv"></span><span id="_CPPv2N5arrow7dataset7Dataset18evolution_strategyEv"></span><span id="arrow::dataset::Dataset::evolution_strategy"></span><span class="target" id="classarrow_1_1dataset_1_1_dataset_1ab645e6acad3191131f29c742d7c3dd01"></span><span class="k"><span class="pre">inline</span></span><span class="w"> </span><span class="n"><span class="pre">DatasetEvolutionStrategy</span></span><span class="w"> </span><span class="p [...]
+<dd><p>Rules used by this dataset to handle schema evolution. </p>
+</dd></dl>
+
 </div>
 </dd></dl>
 
@@ -5412,6 +5440,11 @@ function checkPageExistsAndRedirect(event) {
 <span id="_CPPv325kDefaultFragmentReadahead"></span><span id="_CPPv225kDefaultFragmentReadahead"></span><span id="kDefaultFragmentReadahead__int32_t"></span><span class="target" id="group__dataset-scanning_1ga6f4b8db3cb8c1bcfc6874453d7ba40b4"></span><span class="k"><span class="pre">constexpr</span></span><span class="w"> </span><span class="n"><span class="pre">int32_t</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">kDefaultFragment [...]
 <dd></dd></dl>
 
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv422kDefaultBytesReadahead">
+<span id="_CPPv322kDefaultBytesReadahead"></span><span id="_CPPv222kDefaultBytesReadahead"></span><span id="kDefaultBytesReadahead__int32_t"></span><span class="target" id="group__dataset-scanning_1ga23eed0bd54b0590109db95515d2c9e3b"></span><span class="k"><span class="pre">constexpr</span></span><span class="w"> </span><span class="n"><span class="pre">int32_t</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">kDefaultBytesReadahead</s [...]
+<dd></dd></dl>
+
 <dl class="cpp function">
 <dt class="sig sig-object cpp" id="_CPPv413SetProjectionP11ScanOptions15ProjectionDescr">
 <span id="_CPPv313SetProjectionP11ScanOptions15ProjectionDescr"></span><span id="_CPPv213SetProjectionP11ScanOptions15ProjectionDescr"></span><span id="SetProjection__ScanOptionsP.ProjectionDescr"></span><span class="target" id="group__dataset-scanning_1ga08756d4571dcd10a6e5e00f7cbed7af8"></span><span class="kt"><span class="pre">void</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">SetProjection</span></span></span><span class="sig-p [...]
@@ -5539,6 +5572,81 @@ function checkPageExistsAndRedirect(event) {
 </div>
 </dd></dl>
 
+<dl class="cpp struct">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2OptionsE">
+<span id="_CPPv3N5arrow7dataset13ScanV2OptionsE"></span><span id="_CPPv2N5arrow7dataset13ScanV2OptionsE"></span><span id="arrow::dataset::ScanV2Options"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options"></span><span class="k"><span class="pre">struct</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">ScanV2Options</span></span></span><span class="w"> </span><span class="p"><span class="pre">:</span></span><span [...]
+<dd><div class="docutils container">
+<em>#include &lt;arrow/dataset/scanner.h&gt;</em></div>
+<p>Scan-specific options, which can be changed between scans of the same dataset. </p>
+<p>A dataset consists of one or more individual fragments. A fragment is anything that is indepedently scannable, often a file.</p>
+<p>Batches from all fragments will be converted to a single schema. This unified schema is referred to as the “dataset schema” and is the output schema for this node.</p>
+<p>Individual fragments may have schemas that are different from the dataset schema. This is sometimes referred to as the physical or fragment schema. Conversion from the fragment schema to the dataset schema is a process known as evolution. </p>
+<div class="breathe-sectiondef docutils container">
+<p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-members">Public Members</p>
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options7datasetE">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options7datasetE"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options7datasetE"></span><span id="arrow::dataset::ScanV2Options::dataset__std::shared_ptr:Dataset:"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1adb58938b8f76b026d41eccdf403e0933"></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">shared_ptr</span></span><span class [...]
+<dd><p>The dataset to scan. </p>
+</dd></dl>
+
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options6filterE">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options6filterE"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options6filterE"></span><span id="arrow::dataset::ScanV2Options::filter__compute::Expression"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1a16ad9fd613777bddd0d2fee703d91630"></span><span class="n"><span class="pre">compute</span></span><span class="p"><span class="pre">::</span></span><a class="reference internal" href="compute.html#_CPPv4N5arrow7compute10E [...]
+<dd><p>A row filter. </p>
+<p>The filter expression should be written against the dataset schema. The filter must be unbound.</p>
+<p>This is an opportunistic pushdown filter. Filtering capabilities will vary between formats. If a format is not capable of applying the filter then it will ignore it.</p>
+<p>Each fragment will do its best to filter the data based on the information (partitioning guarantees, statistics) available to it. If it is able to apply some filtering then it will indicate what filtering it was able to apply by attaching a guarantee to the batch.</p>
+<p>For example, if a filter is x &lt; 50 &amp;&amp; y &gt; 40 then a batch may be able to apply a guarantee x &lt; 50. Post-scan filtering would then only need to consider y &gt; 40 (for this specific batch). The next batch may not be able to attach any guarantee and both clauses would need to be applied to that batch.</p>
+<p>A single guarantee-aware filtering operation should generally be applied to all resulting batches. The scan node is not responsible for this. </p>
+</dd></dl>
+
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options7columnsE">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options7columnsE"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options7columnsE"></span><span id="arrow::dataset::ScanV2Options::columns__std::vector:FieldPath:"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1ac6ec9aaae71f74eeb5ed9269b9c2b37a"></span><span class="n"><span class="pre">std</span></span><span class="p"><span class="pre">::</span></span><span class="n"><span class="pre">vector</span></span><span class="p">< [...]
+<dd><p>The columns to scan. </p>
+<p>This is not a simple list of top-level column indices but instead a set of paths allowing for partial selection of columns</p>
+<p>These paths refer to the dataset schema</p>
+<p>For example, consider the following dataset schema: schema({ field(“score”, <a class="reference internal" href="datatype.html#group__type-factories_1ga1713caac102cfa4db4a39e5ce7f642d8"><span class="std std-ref">int32()</span></a>), “marker”, struct_({ field(“color”, <a class="reference internal" href="datatype.html#group__type-factories_1gaf9edf8ae2cb03d666b8653f1b4c1385f"><span class="std std-ref">utf8()</span></a>), field(“location”, struct_({ field(“x”, <a class="reference internal [...]
+<p>If <code class="docutils literal notranslate"><span class="pre">columns</span></code> is {{0}, {1,1,0}} then the output schema is: schema({field(“score”, <a class="reference internal" href="datatype.html#group__type-factories_1ga1713caac102cfa4db4a39e5ce7f642d8"><span class="std std-ref">int32()</span></a>), field(“x”, <a class="reference internal" href="datatype.html#group__type-factories_1gaf8281c031294a423f8161bdf200c050f"><span class="std std-ref">float64()</span></a>)})</p>
+<p>If <code class="docutils literal notranslate"><span class="pre">columns</span></code> is {{1,1,1}, {1,1}} then the output schema is: schema({ field(“y”, <a class="reference internal" href="datatype.html#group__type-factories_1gaf8281c031294a423f8161bdf200c050f"><span class="std std-ref">float64()</span></a>), field(“location”, struct_({ field(“x”, <a class="reference internal" href="datatype.html#group__type-factories_1gaf8281c031294a423f8161bdf200c050f"><span class="std std-ref">floa [...]
+</dd></dl>
+
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options22target_bytes_readaheadE">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options22target_bytes_readaheadE"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options22target_bytes_readaheadE"></span><span id="arrow::dataset::ScanV2Options::target_bytes_readahead__int32_t"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1a3348308f9e30e1bfaeeb87daad75b8c9"></span><span class="n"><span class="pre">int32_t</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class=" [...]
+<dd><p>Target number of bytes to read ahead in a fragment. </p>
+<p>This limit involves some amount of estimation. Formats typically only know batch boundaries in terms of rows (not decoded bytes) and so an estimation must be done to guess the average row size. Other formats like CSV and JSON must make even more generalized guesses.</p>
+<p>This is a best-effort guide. Some formats may need to read ahead further, for example, if scanning a parquet file that has batches with 100MiB of data then the actual readahead will be at least 100MiB</p>
+<p>Set to 0 to disable readhead. When disabled, the scanner will read the dataset one batch at a time</p>
+<p>This limit applies across all fragments. If the limit is 32MiB and the fragment readahead allows for 20 fragments to be read at once then the total readahead will still be 32MiB and NOT 20 * 32MiB. </p>
+</dd></dl>
+
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options18fragment_readaheadE">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options18fragment_readaheadE"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options18fragment_readaheadE"></span><span id="arrow::dataset::ScanV2Options::fragment_readahead__int32_t"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1aa5e15f77ccedb5178ed48dcc8598b585"></span><span class="n"><span class="pre">int32_t</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">fragmen [...]
+<dd><p>Number of fragments to read ahead. </p>
+<p>Higher readahead will potentially lead to more efficient I/O but will lead to the scan operation using more RAM. The default is fairly conservative and designed for fast local disks (or slow local spinning disks which cannot handle much parallelism anyways). When using a highly parallel remote filesystem you will likely want to increase these values.</p>
+<p>Set to 0 to disable fragment readahead. When disabled the dataset will be scanned one fragment at a time. </p>
+</dd></dl>
+
+<dl class="cpp var">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options14format_optionsE">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options14format_optionsE"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options14format_optionsE"></span><span id="arrow::dataset::ScanV2Options::format_options__FragmentScanOptionsP"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1a02004a7300ca6a3f3bcb5be4a4b36902"></span><a class="reference internal" href="#_CPPv4N5arrow7dataset19FragmentScanOptionsE" title="arrow::dataset::FragmentScanOptions"><span class="n"><span cla [...]
+<dd><p>Options specific to the file format. </p>
+</dd></dl>
+
+</div>
+<div class="breathe-sectiondef docutils container">
+<p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-static-functions">Public Static Functions</p>
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset13ScanV2Options10AllColumnsERK7Dataset">
+<span id="_CPPv3N5arrow7dataset13ScanV2Options10AllColumnsERK7Dataset"></span><span id="_CPPv2N5arrow7dataset13ScanV2Options10AllColumnsERK7Dataset"></span><span id="arrow::dataset::ScanV2Options::AllColumns__DatasetCR"></span><span class="target" id="structarrow_1_1dataset_1_1_scan_v2_options_1a1c79658eb8a9b7e88130579909b64445"></span><span class="k"><span class="pre">static</span></span><span class="w"> </span><span class="n"><span class="pre">std</span></span><span class="p"><span cla [...]
+<dd><p>Utility method to get a selection representing all columns in a dataset. </p>
+</dd></dl>
+
+</div>
+</dd></dl>
+
 <dl class="cpp struct">
 <dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset15ProjectionDescrE">
 <span id="_CPPv3N5arrow7dataset15ProjectionDescrE"></span><span id="_CPPv2N5arrow7dataset15ProjectionDescrE"></span><span id="arrow::dataset::ProjectionDescr"></span><span class="target" id="structarrow_1_1dataset_1_1_projection_descr"></span><span class="k"><span class="pre">struct</span></span><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">ProjectionDescr</span></span></span><a class="headerlink" href="#_CPPv4N5arrow7dataset15ProjectionDescrE" [...]
@@ -5876,6 +5984,19 @@ This option provides a control on the RAM vs I/O tradeoff. </p>
 <p>If this is not possible, resolve with an empty optional. The fragment can perform I/O (e.g. to read metadata) before it deciding whether it can satisfy the request. </p>
 </dd></dl>
 
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset16InMemoryFragment15InspectFragmentEv">
+<span id="_CPPv3N5arrow7dataset16InMemoryFragment15InspectFragmentEv"></span><span id="_CPPv2N5arrow7dataset16InMemoryFragment15InspectFragmentEv"></span><span id="arrow::dataset::InMemoryFragment::InspectFragment"></span><span class="target" id="classarrow_1_1dataset_1_1_in_memory_fragment_1a2f60055bda79d1b541dc4c60d7cb2bfe"></span><span class="k"><span class="pre">virtual</span></span><span class="w"> </span><a class="reference internal" href="async.html#_CPPv4I0EN5arrow6FutureE" title [...]
+<dd><p>Inspect a fragment to learn basic information. </p>
+<p>This will be called before a scan and a fragment should attach whatever information will be needed to figure out an evolution strategy. This information will then be passed to the call to BeginScan </p>
+</dd></dl>
+
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow7dataset16InMemoryFragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment">
+<span id="_CPPv3N5arrow7dataset16InMemoryFragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment"></span><span id="_CPPv2N5arrow7dataset16InMemoryFragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment"></span><span id="arrow::dataset::InMemoryFragment::BeginScan__FragmentScanRequestCR.InspectedFragmentCR"></span><span class="target" id="classarrow_1_1dataset_1_1_in_memory_fragment_1ab12368785a9c343e2a984fdc32e57445"></span><span class="k"><span class="pre">virtual</span> [...]
+<dd><p>Start a scan operation. </p>
+</dd></dl>
+
 </div>
 </dd></dl>
 
diff --git a/docs/dev/cpp/api/datatype.html b/docs/dev/cpp/api/datatype.html
index 6e49031d7a..135c7d3eb5 100644
--- a/docs/dev/cpp/api/datatype.html
+++ b/docs/dev/cpp/api/datatype.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Data Types &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Data Types &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
@@ -7316,6 +7316,14 @@ new objects or existing singletons, depending on the type requested.</p>
 <span id="_CPPv3NK5arrow9FieldPath3GetERK9ArrayData"></span><span id="_CPPv2NK5arrow9FieldPath3GetERK9ArrayData"></span><span id="arrow::FieldPath::Get__ArrayDataCRC"></span><span class="target" id="classarrow_1_1_field_path_1a7007a7e7a40f672b391b6e9ca6fdb2c9"></span><a class="reference internal" href="support.html#_CPPv4I0EN5arrow6ResultE" title="arrow::Result"><span class="n"><span class="pre">Result</span></span></a><span class="p"><span class="pre">&lt;</span></span><span class="n">< [...]
 <dd></dd></dl>
 
+</div>
+<div class="breathe-sectiondef docutils container">
+<p class="breathe-sectiondef-title rubric" id="breathe-section-title-public-static-functions">Public Static Functions</p>
+<dl class="cpp function">
+<dt class="sig sig-object cpp" id="_CPPv4N5arrow9FieldPath6GetAllERK6SchemaRKNSt6vectorI9FieldPathEE">
+<span id="_CPPv3N5arrow9FieldPath6GetAllERK6SchemaRKNSt6vectorI9FieldPathEE"></span><span id="_CPPv2N5arrow9FieldPath6GetAllERK6SchemaRKNSt6vectorI9FieldPathEE"></span><span id="arrow::FieldPath::GetAll__SchemaCR.std::vector:FieldPath:CR"></span><span class="target" id="classarrow_1_1_field_path_1a4dda3b1d689edf741090a74dbf5673b9"></span><span class="k"><span class="pre">static</span></span><span class="w"> </span><a class="reference internal" href="support.html#_CPPv4I0EN5arrow6ResultE" [...]
+<dd></dd></dl>
+
 </div>
 <dl class="cpp struct">
 <dt class="sig sig-object cpp" id="_CPPv4N5arrow9FieldPath4HashE">
diff --git a/docs/dev/cpp/api/filesystem.html b/docs/dev/cpp/api/filesystem.html
index 754c549411..33d5152e0e 100644
--- a/docs/dev/cpp/api/filesystem.html
+++ b/docs/dev/cpp/api/filesystem.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Filesystems &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Filesystems &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/flight.html b/docs/dev/cpp/api/flight.html
index 1a5bcb7a22..a1a80627f8 100644
--- a/docs/dev/cpp/api/flight.html
+++ b/docs/dev/cpp/api/flight.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/flightsql.html b/docs/dev/cpp/api/flightsql.html
index 48022a3e09..191bcc6d9e 100644
--- a/docs/dev/cpp/api/flightsql.html
+++ b/docs/dev/cpp/api/flightsql.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Flight SQL &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Flight SQL &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/formats.html b/docs/dev/cpp/api/formats.html
index b15480d72d..0829717f6a 100644
--- a/docs/dev/cpp/api/formats.html
+++ b/docs/dev/cpp/api/formats.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>File Formats &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>File Formats &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/io.html b/docs/dev/cpp/api/io.html
index ea9785b985..49e3fd8917 100644
--- a/docs/dev/cpp/api/io.html
+++ b/docs/dev/cpp/api/io.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Input / output &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Input / output &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/ipc.html b/docs/dev/cpp/api/ipc.html
index ed62080815..57277542a0 100644
--- a/docs/dev/cpp/api/ipc.html
+++ b/docs/dev/cpp/api/ipc.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow IPC &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow IPC &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/memory.html b/docs/dev/cpp/api/memory.html
index 7b7d6cc949..b9d34e44c0 100644
--- a/docs/dev/cpp/api/memory.html
+++ b/docs/dev/cpp/api/memory.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Memory (management) &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Memory (management) &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/scalar.html b/docs/dev/cpp/api/scalar.html
index 17ded07d51..c673bb41c4 100644
--- a/docs/dev/cpp/api/scalar.html
+++ b/docs/dev/cpp/api/scalar.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Scalars &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Scalars &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/support.html b/docs/dev/cpp/api/support.html
index 92b7bd2e5a..225eb1d117 100644
--- a/docs/dev/cpp/api/support.html
+++ b/docs/dev/cpp/api/support.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Programming Support &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Programming Support &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/table.html b/docs/dev/cpp/api/table.html
index f9f90dcc1e..a7856e5fc8 100644
--- a/docs/dev/cpp/api/table.html
+++ b/docs/dev/cpp/api/table.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Two-dimensional Datasets &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Two-dimensional Datasets &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/tensor.html b/docs/dev/cpp/api/tensor.html
index bb96d64dab..e7e75f33d5 100644
--- a/docs/dev/cpp/api/tensor.html
+++ b/docs/dev/cpp/api/tensor.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Tensors &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Tensors &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/thread.html b/docs/dev/cpp/api/thread.html
index 9bcbac67ee..09b72b7dc3 100644
--- a/docs/dev/cpp/api/thread.html
+++ b/docs/dev/cpp/api/thread.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Thread (management) &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Thread (management) &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/api/utilities.html b/docs/dev/cpp/api/utilities.html
index c97dfc1ce3..ac185420b8 100644
--- a/docs/dev/cpp/api/utilities.html
+++ b/docs/dev/cpp/api/utilities.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Utilities &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Utilities &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/arrays.html b/docs/dev/cpp/arrays.html
index a85e3a7fc2..d2a515670d 100644
--- a/docs/dev/cpp/arrays.html
+++ b/docs/dev/cpp/arrays.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrays &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrays &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/build_system.html b/docs/dev/cpp/build_system.html
index d22f00be27..b94c173b39 100644
--- a/docs/dev/cpp/build_system.html
+++ b/docs/dev/cpp/build_system.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Using Arrow C++ in your own project &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Using Arrow C++ in your own project &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/compute.html b/docs/dev/cpp/compute.html
index fc390c30ac..70ae6b6e9e 100644
--- a/docs/dev/cpp/compute.html
+++ b/docs/dev/cpp/compute.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Compute Functions &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Compute Functions &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/conventions.html b/docs/dev/cpp/conventions.html
index 2e7f050907..eaf440ebd6 100644
--- a/docs/dev/cpp/conventions.html
+++ b/docs/dev/cpp/conventions.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Conventions &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Conventions &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/csv.html b/docs/dev/cpp/csv.html
index 67be77923e..49767667d4 100644
--- a/docs/dev/cpp/csv.html
+++ b/docs/dev/cpp/csv.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reading and Writing CSV files &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reading and Writing CSV files &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/dataset.html b/docs/dev/cpp/dataset.html
index a8f4c73ae9..d2aa3a3c33 100644
--- a/docs/dev/cpp/dataset.html
+++ b/docs/dev/cpp/dataset.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Tabular Datasets &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Tabular Datasets &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/datatypes.html b/docs/dev/cpp/datatypes.html
index 67666c47c7..fba5815e1e 100644
--- a/docs/dev/cpp/datatypes.html
+++ b/docs/dev/cpp/datatypes.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Data Types &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Data Types &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/env_vars.html b/docs/dev/cpp/env_vars.html
index 78c1bab0f2..c901b3a4f1 100644
--- a/docs/dev/cpp/env_vars.html
+++ b/docs/dev/cpp/env_vars.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Environment Variables &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Environment Variables &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/cmake_minimal_build.html b/docs/dev/cpp/examples/cmake_minimal_build.html
index b470876cb1..d115d358f8 100644
--- a/docs/dev/cpp/examples/cmake_minimal_build.html
+++ b/docs/dev/cpp/examples/cmake_minimal_build.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Minimal build using CMake &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Minimal build using CMake &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/compute_and_write_example.html b/docs/dev/cpp/examples/compute_and_write_example.html
index f39304f571..e09e79fd63 100644
--- a/docs/dev/cpp/examples/compute_and_write_example.html
+++ b/docs/dev/cpp/examples/compute_and_write_example.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Compute and Write CSV Example &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Compute and Write CSV Example &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/dataset_documentation_example.html b/docs/dev/cpp/examples/dataset_documentation_example.html
index edcbec060f..6fe30cc413 100644
--- a/docs/dev/cpp/examples/dataset_documentation_example.html
+++ b/docs/dev/cpp/examples/dataset_documentation_example.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Datasets example &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Datasets example &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/dataset_skyhook_scan_example.html b/docs/dev/cpp/examples/dataset_skyhook_scan_example.html
index d588d8eccb..505cabdf46 100644
--- a/docs/dev/cpp/examples/dataset_skyhook_scan_example.html
+++ b/docs/dev/cpp/examples/dataset_skyhook_scan_example.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Skyhook example &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Skyhook example &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -93,7 +93,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/index.html b/docs/dev/cpp/examples/index.html
index e1cee2108b..5cfedee0b9 100644
--- a/docs/dev/cpp/examples/index.html
+++ b/docs/dev/cpp/examples/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Examples &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Examples &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/row_columnar_conversion.html b/docs/dev/cpp/examples/row_columnar_conversion.html
index 741953e135..14984483ec 100644
--- a/docs/dev/cpp/examples/row_columnar_conversion.html
+++ b/docs/dev/cpp/examples/row_columnar_conversion.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Row to columnar conversion &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Row to columnar conversion &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/examples/tuple_range_conversion.html b/docs/dev/cpp/examples/tuple_range_conversion.html
index 9da2b20922..0bad4e8d82 100644
--- a/docs/dev/cpp/examples/tuple_range_conversion.html
+++ b/docs/dev/cpp/examples/tuple_range_conversion.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Conversion of range of std::tuple-like to Table instances &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Conversion of range of std::tuple-like to Table instances &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/flight.html b/docs/dev/cpp/flight.html
index 2e03193797..d6e427d414 100644
--- a/docs/dev/cpp/flight.html
+++ b/docs/dev/cpp/flight.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/gdb.html b/docs/dev/cpp/gdb.html
index 8c2009fd5f..e9239e5742 100644
--- a/docs/dev/cpp/gdb.html
+++ b/docs/dev/cpp/gdb.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Debugging code using Arrow &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Debugging code using Arrow &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/getting_started.html b/docs/dev/cpp/getting_started.html
index 5a66b2f89c..bbc532967e 100644
--- a/docs/dev/cpp/getting_started.html
+++ b/docs/dev/cpp/getting_started.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Getting Started &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Getting Started &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/index.html b/docs/dev/cpp/index.html
index 3212aa6d6c..a8da37d95d 100644
--- a/docs/dev/cpp/index.html
+++ b/docs/dev/cpp/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>C++ Implementation &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>C++ Implementation &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/io.html b/docs/dev/cpp/io.html
index e1c6aef411..f8130c5c78 100644
--- a/docs/dev/cpp/io.html
+++ b/docs/dev/cpp/io.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Input / output and filesystems &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Input / output and filesystems &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/ipc.html b/docs/dev/cpp/ipc.html
index 923aabcd5c..891e22cc08 100644
--- a/docs/dev/cpp/ipc.html
+++ b/docs/dev/cpp/ipc.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reading and writing the Arrow IPC format &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reading and writing the Arrow IPC format &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/json.html b/docs/dev/cpp/json.html
index 8e24fe853b..10ba9399b4 100644
--- a/docs/dev/cpp/json.html
+++ b/docs/dev/cpp/json.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reading JSON files &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reading JSON files &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/memory.html b/docs/dev/cpp/memory.html
index 7d54ba9ecb..763916dc75 100644
--- a/docs/dev/cpp/memory.html
+++ b/docs/dev/cpp/memory.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Memory Management &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Memory Management &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/orc.html b/docs/dev/cpp/orc.html
index 0f3472900a..34bfb53b80 100644
--- a/docs/dev/cpp/orc.html
+++ b/docs/dev/cpp/orc.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reading and Writing ORC files &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reading and Writing ORC files &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/overview.html b/docs/dev/cpp/overview.html
index c437a8d88e..d989b68403 100644
--- a/docs/dev/cpp/overview.html
+++ b/docs/dev/cpp/overview.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>High-Level Overview &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>High-Level Overview &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/parquet.html b/docs/dev/cpp/parquet.html
index b200b71dde..47bbaf4edf 100644
--- a/docs/dev/cpp/parquet.html
+++ b/docs/dev/cpp/parquet.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reading and writing Parquet files &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reading and writing Parquet files &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/streaming_execution.html b/docs/dev/cpp/streaming_execution.html
index 38e96b0529..db1782e0bd 100644
--- a/docs/dev/cpp/streaming_execution.html
+++ b/docs/dev/cpp/streaming_execution.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Acero: A C++ streaming execution engine &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Acero: A C++ streaming execution engine &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/tables.html b/docs/dev/cpp/tables.html
index 3b86e5fc46..b29b122c4a 100644
--- a/docs/dev/cpp/tables.html
+++ b/docs/dev/cpp/tables.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Tabular Data &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Tabular Data &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/threading.html b/docs/dev/cpp/threading.html
index 595b273ce0..d72f1c1a27 100644
--- a/docs/dev/cpp/threading.html
+++ b/docs/dev/cpp/threading.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Thread Management &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Thread Management &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/tutorials/basic_arrow.html b/docs/dev/cpp/tutorials/basic_arrow.html
index 5ea8dc28fa..cae754807f 100644
--- a/docs/dev/cpp/tutorials/basic_arrow.html
+++ b/docs/dev/cpp/tutorials/basic_arrow.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Basic Arrow Data Structures &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Basic Arrow Data Structures &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/tutorials/compute_tutorial.html b/docs/dev/cpp/tutorials/compute_tutorial.html
index b28c2199ee..afe8ba9c83 100644
--- a/docs/dev/cpp/tutorials/compute_tutorial.html
+++ b/docs/dev/cpp/tutorials/compute_tutorial.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Compute &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Compute &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/tutorials/datasets_tutorial.html b/docs/dev/cpp/tutorials/datasets_tutorial.html
index 45d58f1e01..24f7281943 100644
--- a/docs/dev/cpp/tutorials/datasets_tutorial.html
+++ b/docs/dev/cpp/tutorials/datasets_tutorial.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Datasets &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Datasets &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/tutorials/io_tutorial.html b/docs/dev/cpp/tutorials/io_tutorial.html
index 1959028623..2d1235754b 100644
--- a/docs/dev/cpp/tutorials/io_tutorial.html
+++ b/docs/dev/cpp/tutorials/io_tutorial.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow File I/O &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow File I/O &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/cpp/user_guide.html b/docs/dev/cpp/user_guide.html
index 4c3af9d46b..c42b853080 100644
--- a/docs/dev/cpp/user_guide.html
+++ b/docs/dev/cpp/user_guide.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>User Guide &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>User Guide &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/benchmarks.html b/docs/dev/developers/benchmarks.html
index 8ad2c6adc2..1ee0414a33 100644
--- a/docs/dev/developers/benchmarks.html
+++ b/docs/dev/developers/benchmarks.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Benchmarks &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Benchmarks &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/bug_reports.html b/docs/dev/developers/bug_reports.html
index 87963056e8..1f5b79446f 100644
--- a/docs/dev/developers/bug_reports.html
+++ b/docs/dev/developers/bug_reports.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Bug reports and feature requests &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Bug reports and feature requests &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/continuous_integration/archery.html b/docs/dev/developers/continuous_integration/archery.html
index c0bff95a2e..db8a1e4ec2 100644
--- a/docs/dev/developers/continuous_integration/archery.html
+++ b/docs/dev/developers/continuous_integration/archery.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Daily Development using Archery &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Daily Development using Archery &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/continuous_integration/crossbow.html b/docs/dev/developers/continuous_integration/crossbow.html
index d7fb2bead2..f91a4e1cbd 100644
--- a/docs/dev/developers/continuous_integration/crossbow.html
+++ b/docs/dev/developers/continuous_integration/crossbow.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Packaging and Testing with Crossbow &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Packaging and Testing with Crossbow &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/continuous_integration/docker.html b/docs/dev/developers/continuous_integration/docker.html
index 8d35904367..5719e7d83f 100644
--- a/docs/dev/developers/continuous_integration/docker.html
+++ b/docs/dev/developers/continuous_integration/docker.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Running Docker Builds &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Running Docker Builds &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/continuous_integration/index.html b/docs/dev/developers/continuous_integration/index.html
index 56364028a2..8f758420bd 100644
--- a/docs/dev/developers/continuous_integration/index.html
+++ b/docs/dev/developers/continuous_integration/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Continuous Integration &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Continuous Integration &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/continuous_integration/overview.html b/docs/dev/developers/continuous_integration/overview.html
index 413c4b38dd..7bfe94c08c 100644
--- a/docs/dev/developers/continuous_integration/overview.html
+++ b/docs/dev/developers/continuous_integration/overview.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Continuous Integration &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Continuous Integration &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/contributing.html b/docs/dev/developers/contributing.html
index ccc5177175..8500889b37 100644
--- a/docs/dev/developers/contributing.html
+++ b/docs/dev/developers/contributing.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Contributing to Apache Arrow &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Contributing to Apache Arrow &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/cpp/building.html b/docs/dev/developers/cpp/building.html
index 52225cc703..75ce90ab94 100644
--- a/docs/dev/developers/cpp/building.html
+++ b/docs/dev/developers/cpp/building.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Building Arrow C++ &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Building Arrow C++ &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/cpp/conventions.html b/docs/dev/developers/cpp/conventions.html
index 4ece80844f..59d67b5e61 100644
--- a/docs/dev/developers/cpp/conventions.html
+++ b/docs/dev/developers/cpp/conventions.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Conventions &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Conventions &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/cpp/development.html b/docs/dev/developers/cpp/development.html
index 7c626ef6c8..2dc6125d74 100644
--- a/docs/dev/developers/cpp/development.html
+++ b/docs/dev/developers/cpp/development.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Development Guidelines &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Development Guidelines &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/cpp/fuzzing.html b/docs/dev/developers/cpp/fuzzing.html
index d0c8ccde5c..b7975eca6e 100644
--- a/docs/dev/developers/cpp/fuzzing.html
+++ b/docs/dev/developers/cpp/fuzzing.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Fuzzing Arrow C++ &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Fuzzing Arrow C++ &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/cpp/index.html b/docs/dev/developers/cpp/index.html
index 6f622574f0..90e9971a8f 100644
--- a/docs/dev/developers/cpp/index.html
+++ b/docs/dev/developers/cpp/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>C++ Development &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>C++ Development &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/cpp/windows.html b/docs/dev/developers/cpp/windows.html
index 006c4840bc..db354c797f 100644
--- a/docs/dev/developers/cpp/windows.html
+++ b/docs/dev/developers/cpp/windows.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Developing on Windows &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Developing on Windows &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/documentation.html b/docs/dev/developers/documentation.html
index 29e1abef3c..154d58b707 100644
--- a/docs/dev/developers/documentation.html
+++ b/docs/dev/developers/documentation.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Building the Documentation &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Building the Documentation &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/experimental_repos.html b/docs/dev/developers/experimental_repos.html
index 77a9c3b251..70bd850821 100644
--- a/docs/dev/developers/experimental_repos.html
+++ b/docs/dev/developers/experimental_repos.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Experimental repositories &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Experimental repositories &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -93,7 +93,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/architectural_overview.html b/docs/dev/developers/guide/architectural_overview.html
index b20a012273..c980845e6d 100644
--- a/docs/dev/developers/guide/architectural_overview.html
+++ b/docs/dev/developers/guide/architectural_overview.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Architectural Overview &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Architectural Overview &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/communication.html b/docs/dev/developers/guide/communication.html
index c19e009dbe..33691bc722 100644
--- a/docs/dev/developers/guide/communication.html
+++ b/docs/dev/developers/guide/communication.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Communication &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Communication &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/documentation.html b/docs/dev/developers/guide/documentation.html
index 6526b1ed96..f5ca757a3f 100644
--- a/docs/dev/developers/guide/documentation.html
+++ b/docs/dev/developers/guide/documentation.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Helping with documentation &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Helping with documentation &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/index.html b/docs/dev/developers/guide/index.html
index 89ab65177c..6e7831f1c1 100644
--- a/docs/dev/developers/guide/index.html
+++ b/docs/dev/developers/guide/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>New Contributor’s Guide &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>New Contributor’s Guide &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
@@ -4715,6 +4715,11 @@ function checkPageExistsAndRedirect(event) {
    Quick Reference
   </a>
  </li>
+ <li class="toc-h2 nav-item toc-entry">
+  <a class="reference internal nav-link" href="#different-ways-to-contribute">
+   Different ways to contribute
+  </a>
+ </li>
  <li class="toc-h2 nav-item toc-entry">
   <a class="reference internal nav-link" href="#full-table-of-contents">
    Full Table of Contents
@@ -4838,8 +4843,22 @@ to the next step!</p>
 </ol>
 <p>If you are ready you can start with building Arrow or choose to follow
 one of the <a class="reference internal" href="tutorials/index.html#tutorial-index"><span class="std std-ref">Tutorials</span></a> on writing an R binding or Python feature.</p>
-<p>You can also take a look at the <a class="reference internal" href="documentation.html#documentation"><span class="std std-ref">Helping with documentation</span></a> or
-<a class="reference internal" href="resources.html#other-resources"><span class="std std-ref">Additional information and resources</span></a> section.</p>
+</section>
+<section id="different-ways-to-contribute">
+<h2>Different ways to contribute<a class="headerlink" href="#different-ways-to-contribute" title="Permalink to this heading">¶</a></h2>
+<p>There are lots of ways to contribute to the project besides writing code!</p>
+<ul class="simple">
+<li><p>Improving the <strong>documentation</strong> is a great way to start contributing!
+For more information visit <a class="reference internal" href="documentation.html#documentation"><span class="std std-ref">Helping with documentation</span></a> section of the guide.</p></li>
+<li><p><strong>Apache Arrow Cookbooks</strong> are a collection of recipes for solving various problems</p></li>
+</ul>
+<dl class="simple">
+<dt>and completing different tasks using Apache Arrow. They are also a great way to start</dt><dd><p>contributing. For more information visit
+<a class="reference external" href="https://github.com/apache/arrow-cookbook/blob/main/CONTRIBUTING.md">How to contribute to Apache Arrow Cookbook</a>
+located in the Apache Arrow Cookbook repository.</p>
+</dd>
+</dl>
+<p>You are also welcome to take a look at <a class="reference internal" href="resources.html#other-resources"><span class="std std-ref">Additional information and resources</span></a> section.</p>
 <p><strong>We want to encourage everyone to contribute to Arrow!</strong></p>
 </section>
 <section id="full-table-of-contents">
diff --git a/docs/dev/developers/guide/resources.html b/docs/dev/developers/guide/resources.html
index beb22da5ca..c1b600c83d 100644
--- a/docs/dev/developers/guide/resources.html
+++ b/docs/dev/developers/guide/resources.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Additional information and resources &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Additional information and resources &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/arrow_codebase.html b/docs/dev/developers/guide/step_by_step/arrow_codebase.html
index a490425a1f..cd6ad60681 100644
--- a/docs/dev/developers/guide/step_by_step/arrow_codebase.html
+++ b/docs/dev/developers/guide/step_by_step/arrow_codebase.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Working on the Arrow codebase 🧐 &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Working on the Arrow codebase 🧐 &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/building.html b/docs/dev/developers/guide/step_by_step/building.html
index ef1f60f7c8..fe085c4a17 100644
--- a/docs/dev/developers/guide/step_by_step/building.html
+++ b/docs/dev/developers/guide/step_by_step/building.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Building the Arrow libraries 🏋🏿‍♀️ &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Building the Arrow libraries 🏋🏿‍♀️ &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/finding_issues.html b/docs/dev/developers/guide/step_by_step/finding_issues.html
index f54e4215df..9e52b2ad6c 100644
--- a/docs/dev/developers/guide/step_by_step/finding_issues.html
+++ b/docs/dev/developers/guide/step_by_step/finding_issues.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Finding good first issues 🔎 &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Finding good first issues 🔎 &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/index.html b/docs/dev/developers/guide/step_by_step/index.html
index 127c5b031d..4eeedad3fc 100644
--- a/docs/dev/developers/guide/step_by_step/index.html
+++ b/docs/dev/developers/guide/step_by_step/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Steps in making your first PR &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Steps in making your first PR &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/pr_lifecycle.html b/docs/dev/developers/guide/step_by_step/pr_lifecycle.html
index 914bfa8b41..ecac913dbe 100644
--- a/docs/dev/developers/guide/step_by_step/pr_lifecycle.html
+++ b/docs/dev/developers/guide/step_by_step/pr_lifecycle.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Lifecycle of a pull request &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Lifecycle of a pull request &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/set_up.html b/docs/dev/developers/guide/step_by_step/set_up.html
index 3a6f13eda9..4a5cdcc78f 100644
--- a/docs/dev/developers/guide/step_by_step/set_up.html
+++ b/docs/dev/developers/guide/step_by_step/set_up.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Set up &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Set up &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/styling.html b/docs/dev/developers/guide/step_by_step/styling.html
index 7e95f313ab..d069277dec 100644
--- a/docs/dev/developers/guide/step_by_step/styling.html
+++ b/docs/dev/developers/guide/step_by_step/styling.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Styling 😎 &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Styling 😎 &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/step_by_step/testing.html b/docs/dev/developers/guide/step_by_step/testing.html
index ac3948f7c5..24a3ed48fd 100644
--- a/docs/dev/developers/guide/step_by_step/testing.html
+++ b/docs/dev/developers/guide/step_by_step/testing.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Testing 🧪 &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Testing 🧪 &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/tutorials/index.html b/docs/dev/developers/guide/tutorials/index.html
index b40e38ac60..0e9c9116a1 100644
--- a/docs/dev/developers/guide/tutorials/index.html
+++ b/docs/dev/developers/guide/tutorials/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Tutorials &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Tutorials &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/tutorials/python_tutorial.html b/docs/dev/developers/guide/tutorials/python_tutorial.html
index 0e876965b9..82dc952d6b 100644
--- a/docs/dev/developers/guide/tutorials/python_tutorial.html
+++ b/docs/dev/developers/guide/tutorials/python_tutorial.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Python tutorial &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Python tutorial &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/guide/tutorials/r_tutorial.html b/docs/dev/developers/guide/tutorials/r_tutorial.html
index 19bb786cdf..4abe9adf3b 100644
--- a/docs/dev/developers/guide/tutorials/r_tutorial.html
+++ b/docs/dev/developers/guide/tutorials/r_tutorial.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>R tutorials &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>R tutorials &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/java/building.html b/docs/dev/developers/java/building.html
index 9af2598a78..57604ec642 100644
--- a/docs/dev/developers/java/building.html
+++ b/docs/dev/developers/java/building.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Building Arrow Java &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Building Arrow Java &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/java/development.html b/docs/dev/developers/java/development.html
index dc261af358..d4d44b0027 100644
--- a/docs/dev/developers/java/development.html
+++ b/docs/dev/developers/java/development.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Development Guidelines &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Development Guidelines &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/java/index.html b/docs/dev/developers/java/index.html
index 94407ae891..12a99b6fab 100644
--- a/docs/dev/developers/java/index.html
+++ b/docs/dev/developers/java/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Java Development &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Java Development &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/overview.html b/docs/dev/developers/overview.html
index 2462cdb6e6..9f900a14cc 100644
--- a/docs/dev/developers/overview.html
+++ b/docs/dev/developers/overview.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Contributing Overview &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Contributing Overview &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/python.html b/docs/dev/developers/python.html
index d0a98de922..4a5c1a5011 100644
--- a/docs/dev/developers/python.html
+++ b/docs/dev/developers/python.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Python Development &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Python Development &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/release.html b/docs/dev/developers/release.html
index 375bcbd5e7..b2b3c1d8b8 100644
--- a/docs/dev/developers/release.html
+++ b/docs/dev/developers/release.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Release Management Guide &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Release Management Guide &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -94,7 +94,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/developers/reviewing.html b/docs/dev/developers/reviewing.html
index 00f6a12e78..57d2ebcf2f 100644
--- a/docs/dev/developers/reviewing.html
+++ b/docs/dev/developers/reviewing.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reviewing contributions &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reviewing contributions &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/CDataInterface.html b/docs/dev/format/CDataInterface.html
index ec47aaeefd..68ac1e3654 100644
--- a/docs/dev/format/CDataInterface.html
+++ b/docs/dev/format/CDataInterface.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>The Arrow C data interface &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>The Arrow C data interface &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/CStreamInterface.html b/docs/dev/format/CStreamInterface.html
index 8d8d4ab8dc..ef8d25a0fc 100644
--- a/docs/dev/format/CStreamInterface.html
+++ b/docs/dev/format/CStreamInterface.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>The Arrow C stream interface &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>The Arrow C stream interface &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/CanonicalExtensions.html b/docs/dev/format/CanonicalExtensions.html
index 73b8e594c9..6411bf28fa 100644
--- a/docs/dev/format/CanonicalExtensions.html
+++ b/docs/dev/format/CanonicalExtensions.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Canonical Extension Types &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Canonical Extension Types &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Columnar.html b/docs/dev/format/Columnar.html
index dd687bcb67..95acd0f176 100644
--- a/docs/dev/format/Columnar.html
+++ b/docs/dev/format/Columnar.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Columnar Format &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Columnar Format &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Flight.html b/docs/dev/format/Flight.html
index ce98e25b40..ec9309ed8c 100644
--- a/docs/dev/format/Flight.html
+++ b/docs/dev/format/Flight.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/FlightSql.html b/docs/dev/format/FlightSql.html
index 13a634d1af..53f1be69de 100644
--- a/docs/dev/format/FlightSql.html
+++ b/docs/dev/format/FlightSql.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Flight SQL &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Flight SQL &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Glossary.html b/docs/dev/format/Glossary.html
index 7a7a2aecb1..87ad2180d7 100644
--- a/docs/dev/format/Glossary.html
+++ b/docs/dev/format/Glossary.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Glossary &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Glossary &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Guidelines.html b/docs/dev/format/Guidelines.html
index 4b07d896c8..0b312fbfa7 100644
--- a/docs/dev/format/Guidelines.html
+++ b/docs/dev/format/Guidelines.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Implementation Guidelines &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Implementation Guidelines &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -93,7 +93,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/IPC.html b/docs/dev/format/IPC.html
index 41b7fa3d0e..40d8eaf03b 100644
--- a/docs/dev/format/IPC.html
+++ b/docs/dev/format/IPC.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>IPC &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>IPC &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -93,7 +93,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Integration.html b/docs/dev/format/Integration.html
index 98a32eb929..edf5a5ba4f 100644
--- a/docs/dev/format/Integration.html
+++ b/docs/dev/format/Integration.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Integration Testing &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Integration Testing &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Layout.html b/docs/dev/format/Layout.html
index 9e5b5ec272..d81a5ce13e 100644
--- a/docs/dev/format/Layout.html
+++ b/docs/dev/format/Layout.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Physical Memory Layout &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Physical Memory Layout &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -93,7 +93,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Metadata.html b/docs/dev/format/Metadata.html
index 3191fc5fd6..d01ddc65ad 100644
--- a/docs/dev/format/Metadata.html
+++ b/docs/dev/format/Metadata.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Format Metadata &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Format Metadata &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -93,7 +93,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Other.html b/docs/dev/format/Other.html
index 9a5845aba3..9907b28ca5 100644
--- a/docs/dev/format/Other.html
+++ b/docs/dev/format/Other.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Other Data Structures &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Other Data Structures &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/format/Versioning.html b/docs/dev/format/Versioning.html
index 6272213dbf..d2fa1eef9a 100644
--- a/docs/dev/format/Versioning.html
+++ b/docs/dev/format/Versioning.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Format Versioning and Stability &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Format Versioning and Stability &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/genindex.html b/docs/dev/genindex.html
index 4e3469b6ad..a5f1c2a006 100644
--- a/docs/dev/genindex.html
+++ b/docs/dev/genindex.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Index &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Index &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -92,7 +92,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
@@ -6572,12 +6572,10 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute19ExtractRegexOptions7patternE">arrow::compute::ExtractRegexOptions::pattern (C++ member)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute17FilterNodeOptionsE">arrow::compute::FilterNodeOptions (C++ class)</a>
-</li>
-      <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute17FilterNodeOptions10async_modeE">arrow::compute::FilterNodeOptions::async_mode (C++ member)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute17FilterNodeOptions17filter_expressionE">arrow::compute::FilterNodeOptions::filter_expression (C++ member)</a>
 </li>
-      <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expressionb">arrow::compute::FilterNodeOptions::FilterNodeOptions (C++ function)</a>
+      <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute17FilterNodeOptions17FilterNodeOptionsE10Expression">arrow::compute::FilterNodeOptions::FilterNodeOptions (C++ function)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute13FilterOptionsE">arrow::compute::FilterOptions (C++ class)</a>
 </li>
@@ -6856,14 +6854,12 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute19PartitionNthOptions5pivotE">arrow::compute::PartitionNthOptions::pivot (C++ member)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute18ProjectNodeOptionsE">arrow::compute::ProjectNodeOptions (C++ class)</a>
-</li>
-      <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute18ProjectNodeOptions10async_modeE">arrow::compute::ProjectNodeOptions::async_mode (C++ member)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute18ProjectNodeOptions11expressionsE">arrow::compute::ProjectNodeOptions::expressions (C++ member)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute18ProjectNodeOptions5namesE">arrow::compute::ProjectNodeOptions::names (C++ member)</a>
 </li>
-      <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEEb">arrow::compute::ProjectNodeOptions::ProjectNodeOptions (C++ function)</a>
+      <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute18ProjectNodeOptions18ProjectNodeOptionsENSt6vectorI10ExpressionEENSt6vectorINSt6stringEEE">arrow::compute::ProjectNodeOptions::ProjectNodeOptions (C++ function)</a>
 </li>
       <li><a href="cpp/api/compute.html#_CPPv4N5arrow7compute15QuantileOptionsE">arrow::compute::QuantileOptions (C++ class)</a>
 </li>
@@ -7580,6 +7576,8 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset22CsvFragmentScanOptions21stream_transform_funcE">arrow::dataset::CsvFragmentScanOptions::stream_transform_func (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset7DatasetE">arrow::dataset::Dataset (C++ class)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset7Dataset18evolution_strategyEv">arrow::dataset::Dataset::evolution_strategy (C++ function)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset7Dataset12GetFragmentsEN7compute10ExpressionE">arrow::dataset::Dataset::GetFragments (C++ function)</a>
 </li>
@@ -7746,8 +7744,14 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13FinishOptions18validate_fragmentsE">arrow::dataset::FinishOptions::validate_fragments (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset8FragmentE">arrow::dataset::Fragment (C++ class)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset8Fragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment">arrow::dataset::Fragment::BeginScan (C++ function)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset8Fragment9CountRowsEN7compute10ExpressionERKNSt10shared_ptrI11ScanOptionsEE">arrow::dataset::Fragment::CountRows (C++ function)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset8Fragment15InspectFragmentEv">arrow::dataset::Fragment::InspectFragment (C++ function)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset8Fragment23kNoPartitionInformationE">arrow::dataset::Fragment::kNoPartitionInformation (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4NK5arrow7dataset8Fragment20partition_expressionEv">arrow::dataset::Fragment::partition_expression (C++ function)</a>
 </li>
@@ -7788,8 +7792,12 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/dataset.html#_CPPv4NK5arrow7dataset15InMemoryDataset9type_nameEv">arrow::dataset::InMemoryDataset::type_name (C++ function)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset16InMemoryFragmentE">arrow::dataset::InMemoryFragment (C++ class)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset16InMemoryFragment9BeginScanERK19FragmentScanRequestRK17InspectedFragment">arrow::dataset::InMemoryFragment::BeginScan (C++ function)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset16InMemoryFragment9CountRowsEN7compute10ExpressionERKNSt10shared_ptrI11ScanOptionsEE">arrow::dataset::InMemoryFragment::CountRows (C++ function)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset16InMemoryFragment15InspectFragmentEv">arrow::dataset::InMemoryFragment::InspectFragment (C++ function)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset16InMemoryFragment16ScanBatchesAsyncERKNSt10shared_ptrI11ScanOptionsEE">arrow::dataset::InMemoryFragment::ScanBatchesAsync (C++ function)</a>
 </li>
@@ -8036,6 +8044,22 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset11ScanOptions10projectionE">arrow::dataset::ScanOptions::projection (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset11ScanOptions11use_threadsE">arrow::dataset::ScanOptions::use_threads (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2OptionsE">arrow::dataset::ScanV2Options (C++ struct)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options10AllColumnsERK7Dataset">arrow::dataset::ScanV2Options::AllColumns (C++ function)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options7columnsE">arrow::dataset::ScanV2Options::columns (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options7datasetE">arrow::dataset::ScanV2Options::dataset (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options6filterE">arrow::dataset::ScanV2Options::filter (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options14format_optionsE">arrow::dataset::ScanV2Options::format_options (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options18fragment_readaheadE">arrow::dataset::ScanV2Options::fragment_readahead (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset13ScanV2Options22target_bytes_readaheadE">arrow::dataset::ScanV2Options::target_bytes_readahead (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv4N5arrow7dataset17TaggedRecordBatchE">arrow::dataset::TaggedRecordBatch (C++ struct)</a>
 </li>
@@ -8482,6 +8506,8 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/datatype.html#_CPPv4N5arrow9FieldPath9FieldPathENSt16initializer_listIiEE">arrow::FieldPath::FieldPath (C++ function)</a>, <a href="cpp/api/datatype.html#_CPPv4N5arrow9FieldPath9FieldPathENSt6vectorIiEE">[1]</a>, <a href="cpp/api/datatype.html#_CPPv4N5arrow9FieldPath9FieldPathEv">[2]</a>
 </li>
       <li><a href="cpp/api/datatype.html#_CPPv4NK5arrow9FieldPath3GetERK11FieldVector">arrow::FieldPath::Get (C++ function)</a>, <a href="cpp/api/datatype.html#_CPPv4NK5arrow9FieldPath3GetERK11RecordBatch">[1]</a>, <a href="cpp/api/datatype.html#_CPPv4NK5arrow9FieldPath3GetERK5Array">[2]</a>, <a href="cpp/api/datatype.html#_CPPv4NK5arrow9FieldPath3GetERK5Field">[3]</a>, <a href="cpp/api/datatype.html#_CPPv4NK5arrow9FieldPath3GetERK6Schema">[4]</a>, <a href="cpp/api/datatype.html#_CPPv4NK [...]
+</li>
+      <li><a href="cpp/api/datatype.html#_CPPv4N5arrow9FieldPath6GetAllERK6SchemaRKNSt6vectorI9FieldPathEE">arrow::FieldPath::GetAll (C++ function)</a>
 </li>
       <li><a href="cpp/api/datatype.html#_CPPv4NK5arrow9FieldPath4hashEv">arrow::FieldPath::hash (C++ function)</a>
 </li>
@@ -8753,6 +8779,8 @@ function checkPageExistsAndRedirect(event) {
 </li>
       <li><a href="cpp/api/flight.html#_CPPv4N5arrow6flight12FlightClient11ListActionsERK17FlightCallOptions">arrow::flight::FlightClient::ListActions (C++ function)</a>
 </li>
+  </ul></td>
+  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="cpp/api/flight.html#_CPPv4N5arrow6flight12FlightClient11ListFlightsERK17FlightCallOptionsRK8Criteria">arrow::flight::FlightClient::ListFlights (C++ function)</a>, <a href="cpp/api/flight.html#_CPPv4N5arrow6flight12FlightClient11ListFlightsEv">[1]</a>
 </li>
       <li><a href="cpp/api/flight.html#_CPPv4N5arrow6flight19FlightClientOptionsE">arrow::flight::FlightClientOptions (C++ struct)</a>
@@ -8765,8 +8793,6 @@ function checkPageExistsAndRedirect(event) {
 </li>
       <li><a href="cpp/api/flight.html#_CPPv4N5arrow6flight19FlightClientOptions15generic_optionsE">arrow::flight::FlightClientOptions::generic_options (C++ member)</a>
 </li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="cpp/api/flight.html#_CPPv4N5arrow6flight19FlightClientOptions10middlewareE">arrow::flight::FlightClientOptions::middleware (C++ member)</a>
 </li>
       <li><a href="cpp/api/flight.html#_CPPv4N5arrow6flight19FlightClientOptions17override_hostnameE">arrow::flight::FlightClientOptions::override_hostname (C++ member)</a>
@@ -13156,6 +13182,18 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/array.html#_CPPv412DecimalArray">DecimalArray (C++ type)</a>
 </li>
       <li><a href="cpp/api/builder.html#_CPPv414DecimalBuilder">DecimalBuilder (C++ type)</a>
+</li>
+      <li><a href="cpp/api/compute.html#_CPPv420DeclarationToBatches11DeclarationP11ExecContext">DeclarationToBatches (C++ function)</a>
+</li>
+      <li><a href="cpp/api/compute.html#_CPPv425DeclarationToBatchesAsync11DeclarationP11ExecContext">DeclarationToBatchesAsync (C++ function)</a>
+</li>
+      <li><a href="cpp/api/compute.html#_CPPv424DeclarationToExecBatches11DeclarationP11ExecContext">DeclarationToExecBatches (C++ function)</a>
+</li>
+      <li><a href="cpp/api/compute.html#_CPPv429DeclarationToExecBatchesAsync11DeclarationP11ExecContext">DeclarationToExecBatchesAsync (C++ function)</a>
+</li>
+      <li><a href="cpp/api/compute.html#_CPPv418DeclarationToTable11DeclarationP11ExecContext">DeclarationToTable (C++ function)</a>
+</li>
+      <li><a href="cpp/api/compute.html#_CPPv423DeclarationToTableAsync11DeclarationP11ExecContext">DeclarationToTableAsync (C++ function)</a>
 </li>
       <li><a href="python/generated/pyarrow.plasma.PlasmaClient.html#pyarrow.plasma.PlasmaClient.decode_notifications">decode_notifications() (pyarrow.plasma.PlasmaClient method)</a>
 </li>
@@ -13427,6 +13465,8 @@ function checkPageExistsAndRedirect(event) {
 </li>
       <li><a href="python/generated/pyarrow.dataset.ParquetReadOptions.html#pyarrow.dataset.ParquetReadOptions.dictionary_columns">dictionary_columns (pyarrow.dataset.ParquetReadOptions attribute)</a>
 </li>
+  </ul></td>
+  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="python/generated/pyarrow.DictionaryArray.html#pyarrow.DictionaryArray.dictionary_decode">dictionary_decode() (pyarrow.DictionaryArray method)</a>
 </li>
       <li><a href="python/generated/pyarrow.compute.dictionary_encode.html#pyarrow.compute.dictionary_encode">dictionary_encode() (in module pyarrow.compute)</a>
@@ -13505,8 +13545,6 @@ function checkPageExistsAndRedirect(event) {
         <li><a href="python/generated/pyarrow.UnionArray.html#pyarrow.UnionArray.dictionary_encode">(pyarrow.UnionArray method)</a>
 </li>
       </ul></li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="python/generated/pyarrow.parquet.ColumnChunkMetaData.html#pyarrow.parquet.ColumnChunkMetaData.dictionary_page_offset">dictionary_page_offset (pyarrow.parquet.ColumnChunkMetaData attribute)</a>
 </li>
       <li><a href="python/generated/pyarrow.DictionaryScalar.html#pyarrow.DictionaryScalar.dictionary_value">dictionary_value (pyarrow.DictionaryScalar attribute)</a>
@@ -14164,6 +14202,22 @@ function checkPageExistsAndRedirect(event) {
 
       <ul>
         <li><a href="python/generated/pyarrow.dataset.field.html#pyarrow.dataset.field">(in module pyarrow.dataset)</a>
+</li>
+        <li><a href="python/generated/pyarrow.DataType.html#pyarrow.DataType.field">(pyarrow.DataType method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.Decimal128Type.html#pyarrow.Decimal128Type.field">(pyarrow.Decimal128Type method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.DictionaryType.html#pyarrow.DictionaryType.field">(pyarrow.DictionaryType method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.ExtensionType.html#pyarrow.ExtensionType.field">(pyarrow.ExtensionType method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.FixedSizeBinaryType.html#pyarrow.FixedSizeBinaryType.field">(pyarrow.FixedSizeBinaryType method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.ListType.html#pyarrow.ListType.field">(pyarrow.ListType method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.MapType.html#pyarrow.MapType.field">(pyarrow.MapType method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.PyExtensionType.html#pyarrow.PyExtensionType.field">(pyarrow.PyExtensionType method)</a>
 </li>
         <li><a href="python/generated/pyarrow.RecordBatch.html#pyarrow.RecordBatch.field">(pyarrow.RecordBatch method)</a>
 </li>
@@ -14174,6 +14228,12 @@ function checkPageExistsAndRedirect(event) {
         <li><a href="python/generated/pyarrow.StructType.html#pyarrow.StructType.field">(pyarrow.StructType method)</a>
 </li>
         <li><a href="python/generated/pyarrow.Table.html#pyarrow.Table.field">(pyarrow.Table method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.Time32Type.html#pyarrow.Time32Type.field">(pyarrow.Time32Type method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.Time64Type.html#pyarrow.Time64Type.field">(pyarrow.Time64Type method)</a>
+</li>
+        <li><a href="python/generated/pyarrow.TimestampType.html#pyarrow.TimestampType.field">(pyarrow.TimestampType method)</a>
 </li>
         <li><a href="python/generated/pyarrow.UnionArray.html#pyarrow.UnionArray.field">(pyarrow.UnionArray method)</a>
 </li>
@@ -14512,6 +14572,8 @@ function checkPageExistsAndRedirect(event) {
 </li>
       <li><a href="cpp/api/datatype.html#_CPPv47float32v">float32 (C++ function)</a>
 </li>
+  </ul></td>
+  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="python/generated/pyarrow.float32.html#pyarrow.float32">float32() (in module pyarrow)</a>
 </li>
       <li><a href="cpp/api/datatype.html#_CPPv47float64v">float64 (C++ function)</a>
@@ -14522,8 +14584,6 @@ function checkPageExistsAndRedirect(event) {
 </li>
       <li><a href="python/generated/pyarrow.FloatingPointArray.html#pyarrow.FloatingPointArray">FloatingPointArray (class in pyarrow)</a>
 </li>
-  </ul></td>
-  <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="python/generated/pyarrow.FloatScalar.html#pyarrow.FloatScalar">FloatScalar (class in pyarrow)</a>
 </li>
       <li><a href="python/generated/pyarrow.compute.floor.html#pyarrow.compute.floor">floor() (in module pyarrow.compute)</a>
@@ -15935,17 +15995,19 @@ function checkPageExistsAndRedirect(event) {
       <li><a href="cpp/api/dataset.html#_CPPv422kDefaultBatchReadahead">kDefaultBatchReadahead (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv417kDefaultBatchSize">kDefaultBatchSize (C++ member)</a>
+</li>
+      <li><a href="cpp/api/dataset.html#_CPPv422kDefaultBytesReadahead">kDefaultBytesReadahead (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv425kDefaultFragmentReadahead">kDefaultFragmentReadahead (C++ member)</a>
 </li>
       <li><a href="cpp/api/dataset.html#_CPPv424kDefaultHiveNullFallback">kDefaultHiveNullFallback (C++ member)</a>
 </li>
       <li><a href="python/generated/pyarrow.parquet.encryption.KmsConnectionConfig.html#pyarrow.parquet.encryption.KmsConnectionConfig.key_access_token">key_access_token (pyarrow.parquet.encryption.KmsConnectionConfig attribute)</a>
-</li>
-      <li><a href="python/generated/pyarrow.MapType.html#pyarrow.MapType.key_field">key_field (pyarrow.MapType attribute)</a>
 </li>
   </ul></td>
   <td style="width: 33%; vertical-align: top;"><ul>
+      <li><a href="python/generated/pyarrow.MapType.html#pyarrow.MapType.key_field">key_field (pyarrow.MapType attribute)</a>
+</li>
       <li><a href="python/generated/pyarrow.MapType.html#pyarrow.MapType.key_type">key_type (pyarrow.MapType attribute)</a>
 </li>
       <li><a href="python/generated/pyarrow.MapArray.html#pyarrow.MapArray.keys">keys (pyarrow.MapArray attribute)</a>
diff --git a/docs/dev/index.html b/docs/dev/index.html
index f9e91f9c45..471732db35 100644
--- a/docs/dev/index.html
+++ b/docs/dev/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Apache Arrow &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Apache Arrow &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -94,7 +94,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
@@ -4858,6 +4858,7 @@ target environment.</strong></p>
 <li class="toctree-l1"><a class="reference internal" href="developers/guide/index.html">New Contributor’s Guide</a><ul>
 <li class="toctree-l2"><a class="reference internal" href="developers/guide/index.html#why-contribute-to-arrow">Why contribute to Arrow?</a></li>
 <li class="toctree-l2"><a class="reference internal" href="developers/guide/index.html#quick-reference">Quick Reference</a></li>
+<li class="toctree-l2"><a class="reference internal" href="developers/guide/index.html#different-ways-to-contribute">Different ways to contribute</a></li>
 <li class="toctree-l2"><a class="reference internal" href="developers/guide/index.html#full-table-of-contents">Full Table of Contents</a></li>
 </ul>
 </li>
diff --git a/docs/dev/java/algorithm.html b/docs/dev/java/algorithm.html
index ac3838b0f4..4558fe089e 100644
--- a/docs/dev/java/algorithm.html
+++ b/docs/dev/java/algorithm.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Java Algorithms &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Java Algorithms &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/cdata.html b/docs/dev/java/cdata.html
index 03647f2acb..98e441245a 100644
--- a/docs/dev/java/cdata.html
+++ b/docs/dev/java/cdata.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>C Data Interface &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>C Data Interface &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/dataset.html b/docs/dev/java/dataset.html
index 81b9cf12c0..4750d14df4 100644
--- a/docs/dev/java/dataset.html
+++ b/docs/dev/java/dataset.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Dataset &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Dataset &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/flight.html b/docs/dev/java/flight.html
index b5aefcd2b0..0bf47357c2 100644
--- a/docs/dev/java/flight.html
+++ b/docs/dev/java/flight.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow Flight RPC &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/index.html b/docs/dev/java/index.html
index 11f2857e4e..8b68f81cbb 100644
--- a/docs/dev/java/index.html
+++ b/docs/dev/java/index.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Java Implementation &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Java Implementation &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/install.html b/docs/dev/java/install.html
index 2fc12fcc70..cca5f57236 100644
--- a/docs/dev/java/install.html
+++ b/docs/dev/java/install.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Installing Java Modules &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Installing Java Modules &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/ipc.html b/docs/dev/java/ipc.html
index 26eb005f68..a0042c8652 100644
--- a/docs/dev/java/ipc.html
+++ b/docs/dev/java/ipc.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Reading/Writing IPC formats &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Reading/Writing IPC formats &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/jdbc.html b/docs/dev/java/jdbc.html
index 8f459b43ce..9bd1c78c5a 100644
--- a/docs/dev/java/jdbc.html
+++ b/docs/dev/java/jdbc.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Arrow JDBC Adapter &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Arrow JDBC Adapter &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/memory.html b/docs/dev/java/memory.html
index 69f532ba8f..62ae671b2b 100644
--- a/docs/dev/java/memory.html
+++ b/docs/dev/java/memory.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Memory Management &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Memory Management &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/overview.html b/docs/dev/java/overview.html
index e5f7889b28..9184ff20fd 100644
--- a/docs/dev/java/overview.html
+++ b/docs/dev/java/overview.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>High-Level Overview &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>High-Level Overview &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/quickstartguide.html b/docs/dev/java/quickstartguide.html
index b9c12f29e9..e400e5770a 100644
--- a/docs/dev/java/quickstartguide.html
+++ b/docs/dev/java/quickstartguide.html
@@ -6,7 +6,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
 
-    <title>Quick Start Guide &#8212; Apache Arrow v10.0.0.dev346</title>
+    <title>Quick Start Guide &#8212; Apache Arrow v10.0.0.dev354</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -95,7 +95,7 @@
 
 <div id="version-button" class="dropdown">
     <button type="button" class="btn btn-secondary btn-sm navbar-btn dropdown-toggle" id="version_switcher_button" data-toggle="dropdown">
-        10.0.0.dev346
+        10.0.0.dev354
         <span class="caret"></span>
     </button>
     <div id="version_switcher" class="dropdown-menu list-group-flush py-0" aria-labelledby="version_switcher_button">
diff --git a/docs/dev/java/reference/allclasses-frame.html b/docs/dev/java/reference/allclasses-frame.html
index 5aae8a6aac..d75843aa4a 100644
--- a/docs/dev/java/reference/allclasses-frame.html
+++ b/docs/dev/java/reference/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:17 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:45:00 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/allclasses-noframe.html b/docs/dev/java/reference/allclasses-noframe.html
index 806a667eef..7201707f29 100644
--- a/docs/dev/java/reference/allclasses-noframe.html
+++ b/docs/dev/java/reference/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:17 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:45:00 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/constant-values.html b/docs/dev/java/reference/constant-values.html
index 82bb1d5964..66d9f065ba 100644
--- a/docs/dev/java/reference/constant-values.html
+++ b/docs/dev/java/reference/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:57 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/deprecated-list.html b/docs/dev/java/reference/deprecated-list.html
index 44b2e18c56..02613fd5c2 100644
--- a/docs/dev/java/reference/deprecated-list.html
+++ b/docs/dev/java/reference/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:17 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:45:00 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/help-doc.html b/docs/dev/java/reference/help-doc.html
index f723bd7e55..324562fe41 100644
--- a/docs/dev/java/reference/help-doc.html
+++ b/docs/dev/java/reference/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:17 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:45:00 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/index-all.html b/docs/dev/java/reference/index-all.html
index 31c24d04b0..29a7147d87 100644
--- a/docs/dev/java/reference/index-all.html
+++ b/docs/dev/java/reference/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:59 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/index.html b/docs/dev/java/reference/index.html
index 3a9402496f..a3bc928b62 100644
--- a/docs/dev/java/reference/index.html
+++ b/docs/dev/java/reference/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:17 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:45:00 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Arrow Java Root POM 10.0.0-SNAPSHOT API</title>
 <script type="text/javascript">
diff --git a/docs/dev/java/reference/io/netty/buffer/ExpandableByteBuf.html b/docs/dev/java/reference/io/netty/buffer/ExpandableByteBuf.html
index 21fd07743a..2b0f2bb36c 100644
--- a/docs/dev/java/reference/io/netty/buffer/ExpandableByteBuf.html
+++ b/docs/dev/java/reference/io/netty/buffer/ExpandableByteBuf.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:39:40 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:37:45 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExpandableByteBuf (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/LargeBuffer.html b/docs/dev/java/reference/io/netty/buffer/LargeBuffer.html
index e10cca27c4..af9115225f 100644
--- a/docs/dev/java/reference/io/netty/buffer/LargeBuffer.html
+++ b/docs/dev/java/reference/io/netty/buffer/LargeBuffer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:39:40 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:37:45 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>LargeBuffer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/NettyArrowBuf.html b/docs/dev/java/reference/io/netty/buffer/NettyArrowBuf.html
index a262c23b1e..b65cab55bd 100644
--- a/docs/dev/java/reference/io/netty/buffer/NettyArrowBuf.html
+++ b/docs/dev/java/reference/io/netty/buffer/NettyArrowBuf.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:39:40 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:37:45 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NettyArrowBuf (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/PooledByteBufAllocatorL.html b/docs/dev/java/reference/io/netty/buffer/PooledByteBufAllocatorL.html
index 34e3dbf8fa..d795b8f315 100644
--- a/docs/dev/java/reference/io/netty/buffer/PooledByteBufAllocatorL.html
+++ b/docs/dev/java/reference/io/netty/buffer/PooledByteBufAllocatorL.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:39:40 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:37:45 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>PooledByteBufAllocatorL (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/UnsafeDirectLittleEndian.html b/docs/dev/java/reference/io/netty/buffer/UnsafeDirectLittleEndian.html
index ced82e3cf9..961e98150f 100644
--- a/docs/dev/java/reference/io/netty/buffer/UnsafeDirectLittleEndian.html
+++ b/docs/dev/java/reference/io/netty/buffer/UnsafeDirectLittleEndian.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:39:40 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:37:45 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UnsafeDirectLittleEndian (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/class-use/ExpandableByteBuf.html b/docs/dev/java/reference/io/netty/buffer/class-use/ExpandableByteBuf.html
index d89bdb6ace..553e999e57 100644
--- a/docs/dev/java/reference/io/netty/buffer/class-use/ExpandableByteBuf.html
+++ b/docs/dev/java/reference/io/netty/buffer/class-use/ExpandableByteBuf.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:57 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class io.netty.buffer.ExpandableByteBuf (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/class-use/LargeBuffer.html b/docs/dev/java/reference/io/netty/buffer/class-use/LargeBuffer.html
index f64bea2183..05b07f2aba 100644
--- a/docs/dev/java/reference/io/netty/buffer/class-use/LargeBuffer.html
+++ b/docs/dev/java/reference/io/netty/buffer/class-use/LargeBuffer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:57 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class io.netty.buffer.LargeBuffer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/class-use/NettyArrowBuf.html b/docs/dev/java/reference/io/netty/buffer/class-use/NettyArrowBuf.html
index 963f19f355..b3cda16bfa 100644
--- a/docs/dev/java/reference/io/netty/buffer/class-use/NettyArrowBuf.html
+++ b/docs/dev/java/reference/io/netty/buffer/class-use/NettyArrowBuf.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:57 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class io.netty.buffer.NettyArrowBuf (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/class-use/PooledByteBufAllocatorL.html b/docs/dev/java/reference/io/netty/buffer/class-use/PooledByteBufAllocatorL.html
index e75b27b79b..ca527fe30d 100644
--- a/docs/dev/java/reference/io/netty/buffer/class-use/PooledByteBufAllocatorL.html
+++ b/docs/dev/java/reference/io/netty/buffer/class-use/PooledByteBufAllocatorL.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:57 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class io.netty.buffer.PooledByteBufAllocatorL (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/class-use/UnsafeDirectLittleEndian.html b/docs/dev/java/reference/io/netty/buffer/class-use/UnsafeDirectLittleEndian.html
index 7340bbba59..597a4c12f0 100644
--- a/docs/dev/java/reference/io/netty/buffer/class-use/UnsafeDirectLittleEndian.html
+++ b/docs/dev/java/reference/io/netty/buffer/class-use/UnsafeDirectLittleEndian.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:57 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class io.netty.buffer.UnsafeDirectLittleEndian (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/package-frame.html b/docs/dev/java/reference/io/netty/buffer/package-frame.html
index 04cdd3e7e0..501b4090d9 100644
--- a/docs/dev/java/reference/io/netty/buffer/package-frame.html
+++ b/docs/dev/java/reference/io/netty/buffer/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>io.netty.buffer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/package-summary.html b/docs/dev/java/reference/io/netty/buffer/package-summary.html
index 2245535574..5befe4a618 100644
--- a/docs/dev/java/reference/io/netty/buffer/package-summary.html
+++ b/docs/dev/java/reference/io/netty/buffer/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>io.netty.buffer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/package-tree.html b/docs/dev/java/reference/io/netty/buffer/package-tree.html
index f57977a5a2..aedb7c5f26 100644
--- a/docs/dev/java/reference/io/netty/buffer/package-tree.html
+++ b/docs/dev/java/reference/io/netty/buffer/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>io.netty.buffer Class Hierarchy (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/io/netty/buffer/package-use.html b/docs/dev/java/reference/io/netty/buffer/package-use.html
index b7ef7737ad..2fc681c8f2 100644
--- a/docs/dev/java/reference/io/netty/buffer/package-use.html
+++ b/docs/dev/java/reference/io/netty/buffer/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package io.netty.buffer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/AvroToArrow.html b/docs/dev/java/reference/org/apache/arrow/AvroToArrow.html
index 57703f9292..e66c9cc31f 100644
--- a/docs/dev/java/reference/org/apache/arrow/AvroToArrow.html
+++ b/docs/dev/java/reference/org/apache/arrow/AvroToArrow.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AvroToArrow (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfig.html b/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfig.html
index 2ca03afb47..8e520d3938 100644
--- a/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfig.html
+++ b/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AvroToArrowConfig (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfigBuilder.html b/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfigBuilder.html
index 5cd090b120..898f4941fa 100644
--- a/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfigBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/AvroToArrowConfigBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AvroToArrowConfigBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/AvroToArrowUtils.html b/docs/dev/java/reference/org/apache/arrow/AvroToArrowUtils.html
index bfb7c8cd04..c663d26046 100644
--- a/docs/dev/java/reference/org/apache/arrow/AvroToArrowUtils.html
+++ b/docs/dev/java/reference/org/apache/arrow/AvroToArrowUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AvroToArrowUtils (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/AvroToArrowVectorIterator.html b/docs/dev/java/reference/org/apache/arrow/AvroToArrowVectorIterator.html
index 2ff185b9d5..6e8cf5979b 100644
--- a/docs/dev/java/reference/org/apache/arrow/AvroToArrowVectorIterator.html
+++ b/docs/dev/java/reference/org/apache/arrow/AvroToArrowVectorIterator.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AvroToArrowVectorIterator (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/ArrowVectorIterator.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/ArrowVectorIterator.html
index 678b40dfc9..a46a9fd3a5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/ArrowVectorIterator.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/ArrowVectorIterator.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ArrowVectorIterator (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/Constants.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/Constants.html
index bfac811840..b722701a19 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/Constants.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constants (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcFieldInfo.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcFieldInfo.html
index 815c8f14dc..22d62a44b8 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcFieldInfo.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcFieldInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcFieldInfo (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.Builder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.Builder.html
index 0e3b269c69..841e77227c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.Builder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.Builder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcParameterBinder.Builder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.html
index 54b2df2ca6..1797d1ac13 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcParameterBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrow.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrow.html
index 2780d43ca5..b52ab33175 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrow.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrow.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcToArrow (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.html
index c5cab89a5c..1ecad31ddc 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcToArrowConfig (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfigBuilder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfigBuilder.html
index 881f87a696..7c980971c1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfigBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowConfigBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcToArrowConfigBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowUtils.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowUtils.html
index 8ee1cfa12d..419ab26fac 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowUtils.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/JdbcToArrowUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcToArrowUtils (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BaseColumnBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BaseColumnBinder.html
index c021b2d083..9c8d33f3ca 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BaseColumnBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BaseColumnBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BaseColumnBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BigIntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BigIntBinder.html
index 5d6d038deb..d3ee8c5f0c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BigIntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BigIntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BigIntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BitBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BitBinder.html
index 4e755ec8f0..cf69d2954b 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BitBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/BitBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BitBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinder.html
index dbe54651b8..8b2280f1d7 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ColumnBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinderArrowTypeVisitor.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinderArrowTypeVisitor.html
index 09e263e03b..70c6a611ae 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinderArrowTypeVisitor.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ColumnBinderArrowTypeVisitor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ColumnBinderArrowTypeVisitor (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateDayBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateDayBinder.html
index 6a04a6740f..fe186fb6c2 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateDayBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateDayBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DateDayBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateMilliBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateMilliBinder.html
index 14bf1e1593..cd0c6f967c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateMilliBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/DateMilliBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DateMilliBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal128Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal128Binder.html
index a1673dec1c..07217dce99 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal128Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal128Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Decimal128Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal256Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal256Binder.html
index 096c234898..9ec5e2e96f 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal256Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Decimal256Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Decimal256Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/FixedSizeBinaryBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/FixedSizeBinaryBinder.html
index 9979829c6b..0e26da096a 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/FixedSizeBinaryBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/FixedSizeBinaryBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FixedSizeBinaryBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float4Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float4Binder.html
index d0fec05ae6..e8cf1497c3 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float4Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float4Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Float4Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float8Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float8Binder.html
index 5ee5a945f5..c1ab46eefd 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float8Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Float8Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Float8Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/IntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/IntBinder.html
index 550e229657..d6b4014f46 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/IntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/IntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ListBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ListBinder.html
index 5669a14eff..9906fb78da 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ListBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/ListBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ListBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/MapBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/MapBinder.html
index d0ac2f4bb3..77b5b23bfa 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/MapBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/MapBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MapBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/NullableColumnBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/NullableColumnBinder.html
index 0d52657bd4..92b3cd6c53 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/NullableColumnBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/NullableColumnBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NullableColumnBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/SmallIntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/SmallIntBinder.html
index 55d339c8c3..03789edfbe 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/SmallIntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/SmallIntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SmallIntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time32Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time32Binder.html
index 3fe28973f2..1728a34ed3 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time32Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time32Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Time32Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time64Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time64Binder.html
index 191eafead6..c709f761e8 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time64Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/Time64Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Time64Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TimeStampBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TimeStampBinder.html
index fbb7d42afc..da1a72edb2 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TimeStampBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TimeStampBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TimeStampBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TinyIntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TinyIntBinder.html
index 812c5b4564..bb274b0165 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TinyIntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/TinyIntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TinyIntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarBinaryBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarBinaryBinder.html
index e4bf9e9d38..bfd97a20e1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarBinaryBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarBinaryBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VarBinaryBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarCharBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarCharBinder.html
index 850b2b187e..9e8ebdaf1a 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarCharBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/VarCharBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VarCharBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BaseColumnBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BaseColumnBinder.html
index 1eb6f953b1..d1c3f5de8c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BaseColumnBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BaseColumnBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.BaseColumnBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BigIntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BigIntBinder.html
index 922bb506f2..23ecf938c1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BigIntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BigIntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.BigIntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BitBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BitBinder.html
index b43603651a..f0b89621cd 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BitBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/BitBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.BitBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinder.html
index 2e89f2c737..8dd746f5b5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.arrow.adapter.jdbc.binder.ColumnBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinderArrowTypeVisitor.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinderArrowTypeVisitor.html
index 706259c163..efcc0d6853 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinderArrowTypeVisitor.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ColumnBinderArrowTypeVisitor.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.ColumnBinderArrowTypeVisitor (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateDayBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateDayBinder.html
index 5c14b9cddd..35cbf9eaf1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateDayBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateDayBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.DateDayBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateMilliBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateMilliBinder.html
index 61257f0c18..1889d3b458 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateMilliBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/DateMilliBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.DateMilliBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal128Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal128Binder.html
index a67436f6ea..f4329de88d 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal128Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal128Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.Decimal128Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal256Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal256Binder.html
index b4a8d85d7a..8a414f816d 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal256Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Decimal256Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.Decimal256Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/FixedSizeBinaryBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/FixedSizeBinaryBinder.html
index 7b1ab36aff..2029226a2b 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/FixedSizeBinaryBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/FixedSizeBinaryBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.FixedSizeBinaryBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float4Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float4Binder.html
index 6b760c5869..5884328db5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float4Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float4Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.Float4Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float8Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float8Binder.html
index d73e7f7e8a..57b1aed165 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float8Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Float8Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.Float8Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/IntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/IntBinder.html
index 42fb9ccdac..b1234198cd 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/IntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/IntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.IntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ListBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ListBinder.html
index 2b231b78cc..a7c240457a 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ListBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/ListBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.ListBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/MapBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/MapBinder.html
index 591e56fd25..7d34047bad 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/MapBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/MapBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.MapBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/NullableColumnBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/NullableColumnBinder.html
index b79b78ee53..68140bac80 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/NullableColumnBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/NullableColumnBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.NullableColumnBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/SmallIntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/SmallIntBinder.html
index 90262e3eec..9c6aa05887 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/SmallIntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/SmallIntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.SmallIntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time32Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time32Binder.html
index d9406aa10a..280a0940b5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time32Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time32Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.Time32Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time64Binder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time64Binder.html
index 80dd5641bf..d96023e246 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time64Binder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/Time64Binder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.Time64Binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TimeStampBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TimeStampBinder.html
index c2fda04dfb..6f1b94dab9 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TimeStampBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TimeStampBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.TimeStampBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TinyIntBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TinyIntBinder.html
index 2f0df6bfed..5fda19508c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TinyIntBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/TinyIntBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.TinyIntBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarBinaryBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarBinaryBinder.html
index 72abbcc1dd..e3efa64983 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarBinaryBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarBinaryBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.VarBinaryBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarCharBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarCharBinder.html
index 952d54006a..ac1b251844 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarCharBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/class-use/VarCharBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.binder.VarCharBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-frame.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-frame.html
index af6366fe53..568829348e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-frame.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc.binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-summary.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-summary.html
index 03bd8ab08c..bee27d11df 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-summary.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc.binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-tree.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-tree.html
index c25c26dddb..f72582ce00 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-tree.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc.binder Class Hierarchy (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-use.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-use.html
index 7728a555f1..f4682b563e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-use.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/binder/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.arrow.adapter.jdbc.binder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/ArrowVectorIterator.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/ArrowVectorIterator.html
index 6ad5e2bc68..2ac356c00b 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/ArrowVectorIterator.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/ArrowVectorIterator.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.ArrowVectorIterator (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/Constants.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/Constants.html
index b6acb239f3..5e8ef73388 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/Constants.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.Constants (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcFieldInfo.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcFieldInfo.html
index 6380caf93e..a8281cebda 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcFieldInfo.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcFieldInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcFieldInfo (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.Builder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.Builder.html
index d0c54e69a5..80850df8f0 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.Builder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.Builder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcParameterBinder.Builder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.html
index 6a2a611b47..691aace238 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcParameterBinder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcParameterBinder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrow.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrow.html
index 20d541b705..1ef58bb6fa 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrow.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrow.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcToArrow (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfig.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfig.html
index 4938eb7ac2..6f0ae6f924 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfig.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcToArrowConfig (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfigBuilder.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfigBuilder.html
index fb45b46cb4..580073ea56 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfigBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowConfigBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcToArrowConfigBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowUtils.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowUtils.html
index 3e4218e2e1..f07942baa2 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowUtils.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/class-use/JdbcToArrowUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.JdbcToArrowUtils (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ArrayConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ArrayConsumer.html
index 37d461ce27..020249e68e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ArrayConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ArrayConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ArrayConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BaseConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BaseConsumer.html
index 8d4a61ef36..ef73c4e50e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BaseConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BaseConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BaseConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BigIntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BigIntConsumer.html
index be499ca0c2..59e4354e9e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BigIntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BigIntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BigIntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BinaryConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BinaryConsumer.html
index 654d18b97f..20a272a084 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BinaryConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BinaryConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BinaryConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BitConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BitConsumer.html
index 87f67360d2..f2dd941bb8 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BitConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BitConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BitConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BlobConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BlobConsumer.html
index 98caf58840..56c853c687 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BlobConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/BlobConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>BlobConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ClobConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ClobConsumer.html
index 02e5df226d..3804ff9155 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ClobConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/ClobConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ClobConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/CompositeJdbcConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/CompositeJdbcConsumer.html
index 7253bec3f7..feb85993c1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/CompositeJdbcConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/CompositeJdbcConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>CompositeJdbcConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.html
index 3668b99a41..225bc8bb71 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DateConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DecimalConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DecimalConsumer.html
index 1ae98a2ba2..e7e6161a9e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DecimalConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DecimalConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DecimalConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DoubleConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DoubleConsumer.html
index 118ffb36f2..5419036a07 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DoubleConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/DoubleConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DoubleConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/FloatConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/FloatConsumer.html
index 149743bea6..453834dcd1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/FloatConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/FloatConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FloatConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/IntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/IntConsumer.html
index 345aa3fde5..8deced4744 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/IntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/IntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/JdbcConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/JdbcConsumer.html
index 3066ed0e5f..0cb448555a 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/JdbcConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/JdbcConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/MapConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/MapConsumer.html
index 00d3a91890..e52a78804c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/MapConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/MapConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MapConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/NullConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/NullConsumer.html
index 287d7dde73..8e7d133fc5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/NullConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/NullConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NullConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/SmallIntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/SmallIntConsumer.html
index 5894de7009..8a71bfd4b5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/SmallIntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/SmallIntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SmallIntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimeConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimeConsumer.html
index 4ae476eaf5..b031a7aa17 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimeConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimeConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TimeConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampConsumer.html
index 5ffb608d50..177dd73341 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TimestampConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampTZConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampTZConsumer.html
index d00605e4ce..78270598c0 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampTZConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TimestampTZConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TimestampTZConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TinyIntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TinyIntConsumer.html
index b156d75462..88da44f0f8 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TinyIntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/TinyIntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TinyIntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/VarCharConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/VarCharConsumer.html
index 99ec2fe17d..279002d361 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/VarCharConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/VarCharConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:10 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:51 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VarCharConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ArrayConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ArrayConsumer.html
index 8d1a1a9019..405bdb36c3 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ArrayConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ArrayConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.ArrayConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BaseConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BaseConsumer.html
index d65dd2d1ce..928a241b24 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BaseConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BaseConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.BaseConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BigIntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BigIntConsumer.html
index 305131c9ae..0dc1f2283e 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BigIntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BigIntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.BigIntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BinaryConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BinaryConsumer.html
index 0d45403146..5b71c0274c 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BinaryConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BinaryConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.BinaryConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BitConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BitConsumer.html
index 9ebe3107e7..8e47f7d21f 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BitConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BitConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.BitConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BlobConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BlobConsumer.html
index fa9faafa77..b772a09b62 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BlobConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/BlobConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.BlobConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ClobConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ClobConsumer.html
index b7cdfcb00f..1c2288c609 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ClobConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/ClobConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.ClobConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/CompositeJdbcConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/CompositeJdbcConsumer.html
index 4dd7fda9c8..e469f336c1 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/CompositeJdbcConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/CompositeJdbcConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.CompositeJdbcConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DateConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DateConsumer.html
index a38b929a5a..925efcc656 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DateConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DateConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.DateConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DecimalConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DecimalConsumer.html
index d92a394a68..3f3887affc 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DecimalConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DecimalConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.DecimalConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DoubleConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DoubleConsumer.html
index 4a53488412..fb494122a0 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DoubleConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/DoubleConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.DoubleConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/FloatConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/FloatConsumer.html
index c4343afe48..a180c8775a 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/FloatConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/FloatConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.FloatConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/IntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/IntConsumer.html
index 797c36bed9..137b04a6fc 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/IntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/IntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.IntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/JdbcConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/JdbcConsumer.html
index c55f3c0300..b38a601567 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/JdbcConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/JdbcConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.arrow.adapter.jdbc.consumer.JdbcConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/MapConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/MapConsumer.html
index 4b438daff7..b8cfa57984 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/MapConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/MapConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.MapConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/NullConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/NullConsumer.html
index 92d2b05f77..4e650fd1a8 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/NullConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/NullConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.NullConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/SmallIntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/SmallIntConsumer.html
index 23ee474460..6f7d276f19 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/SmallIntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/SmallIntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.SmallIntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimeConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimeConsumer.html
index 55f720eaa4..4a4ddca34a 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimeConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimeConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.TimeConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampConsumer.html
index 92457358bc..d1a61414b3 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.TimestampConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampTZConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampTZConsumer.html
index 6bf5dad9f9..4035bbbf94 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampTZConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TimestampTZConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.TimestampTZConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TinyIntConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TinyIntConsumer.html
index a777824643..16ee4cc0b8 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TinyIntConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/TinyIntConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.TinyIntConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/VarCharConsumer.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/VarCharConsumer.html
index 3c23a61362..be2e4387f9 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/VarCharConsumer.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/class-use/VarCharConsumer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:15 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.adapter.jdbc.consumer.VarCharConsumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-frame.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-frame.html
index 8e1f801de7..1d1a1192c4 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-frame.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc.consumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-summary.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-summary.html
index fd327055ad..901d429abf 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-summary.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc.consumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-tree.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-tree.html
index 4838077623..77d35ed80d 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-tree.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc.consumer Class Hierarchy (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-use.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-use.html
index 5b53ed76fe..8c09bed75d 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-use.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/consumer/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.arrow.adapter.jdbc.consumer (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-frame.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-frame.html
index f09976faaf..80860ce1b7 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-frame.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-summary.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-summary.html
index 80d8cb31f7..974bf5ba37 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-summary.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-tree.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-tree.html
index 655b459dea..f403cddedd 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-tree.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.adapter.jdbc Class Hierarchy (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-use.html b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-use.html
index 129bbb9b0a..2caed40ff5 100644
--- a/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-use.html
+++ b/docs/dev/java/reference/org/apache/arrow/adapter/jdbc/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.arrow.adapter.jdbc (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/VectorRunDeduplicator.html b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/VectorRunDeduplicator.html
index 9e36e97eb1..50bb987555 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/VectorRunDeduplicator.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/VectorRunDeduplicator.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VectorRunDeduplicator (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/class-use/VectorRunDeduplicator.html b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/class-use/VectorRunDeduplicator.html
index 859291aee8..52462ebf56 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/class-use/VectorRunDeduplicator.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/class-use/VectorRunDeduplicator.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.algorithm.deduplicate.VectorRunDeduplicator (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-frame.html b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-frame.html
index 4db4fc93b5..6283838ab5 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-frame.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.algorithm.deduplicate (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-summary.html b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-summary.html
index 688931fda7..f77cdc0101 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-summary.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.algorithm.deduplicate (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-tree.html b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-tree.html
index 10a5aa33d8..d505d11c7b 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-tree.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.algorithm.deduplicate Class Hierarchy (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-use.html b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-use.html
index 74e7380e7b..ceb9a21b82 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-use.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/deduplicate/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.arrow.algorithm.deduplicate (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryBuilder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryBuilder.html
index 34345f7e5b..8023cdc204 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DictionaryBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryEncoder.html
index 0c39222a4e..9676410cd0 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/DictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableBasedDictionaryBuilder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableBasedDictionaryBuilder.html
index bc07f9635c..90960680dc 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableBasedDictionaryBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableBasedDictionaryBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HashTableBasedDictionaryBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableDictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableDictionaryEncoder.html
index 1e53d2cce0..fab5970636 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableDictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/HashTableDictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HashTableDictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/LinearDictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/LinearDictionaryEncoder.html
index b0b141e049..7e3bcb1b74 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/LinearDictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/LinearDictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>LinearDictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchDictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchDictionaryEncoder.html
index 599fdb1957..b9948a1ba3 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchDictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchDictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SearchDictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchTreeBasedDictionaryBuilder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchTreeBasedDictionaryBuilder.html
index b8e1d56467..b01876e7a4 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchTreeBasedDictionaryBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/SearchTreeBasedDictionaryBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SearchTreeBasedDictionaryBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryBuilder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryBuilder.html
index 3f819180cd..ee946743a9 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.arrow.algorithm.dictionary.DictionaryBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryEncoder.html
index 14dcf498d1..8515fe23e0 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/DictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.arrow.algorithm.dictionary.DictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableBasedDictionaryBuilder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableBasedDictionaryBuilder.html
index 9ff523208d..a96760626e 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableBasedDictionaryBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableBasedDictionaryBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.algorithm.dictionary.HashTableBasedDictionaryBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableDictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableDictionaryEncoder.html
index 35f02f5372..0a5e1af41f 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableDictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/HashTableDictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.algorithm.dictionary.HashTableDictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/LinearDictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/LinearDictionaryEncoder.html
index a01ab45964..66e3afc56e 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/LinearDictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/LinearDictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.algorithm.dictionary.LinearDictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchDictionaryEncoder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchDictionaryEncoder.html
index b9f7174717..663d490485 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchDictionaryEncoder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchDictionaryEncoder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.algorithm.dictionary.SearchDictionaryEncoder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchTreeBasedDictionaryBuilder.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchTreeBasedDictionaryBuilder.html
index ef1551b804..c3496ad60c 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchTreeBasedDictionaryBuilder.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/class-use/SearchTreeBasedDictionaryBuilder.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:16 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:58 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.arrow.algorithm.dictionary.SearchTreeBasedDictionaryBuilder (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/package-frame.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/package-frame.html
index 1cc8536590..43ef3eb23f 100644
--- a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/package-frame.html
+++ b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_342) on Mon Oct 03 02:45:14 UTC 2022 -->
+<!-- Generated by javadoc (1.8.0_342) on Tue Oct 04 02:44:56 UTC 2022 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.arrow.algorithm.dictionary (Apache Arrow Java Root POM 10.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2022-10-03">
+<meta name="date" content="2022-10-04">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
diff --git a/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/package-summary.html b/docs/dev/java/reference/org/apache/arrow/algorithm/dictionary/package-summary.html
... 63235 lines suppressed ...