Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-pyarrow-devel-15.0.2-1.2 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python310-pyarrow-devel Distribution: openSUSE Tumbleweed
Version: 15.0.2 Vendor: openSUSE
Release: 1.2 Build date: Sat Mar 23 16:23:23 2024
Group: Unspecified Build host: reproducible
Size: 4387014 Source RPM: python-pyarrow-15.0.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://arrow.apache.org/
Summary: Python library for Apache Arrow - header files
Python library for Apache Arrow.

This package provides the header files within the python
platlib for consuming modules using cythonization.

Provides

Requires

License

Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT

Changelog

* Sat Mar 23 2024 Ben Greiner <code@bnavigator.de>
  - Update to 15.0.2
    [#]# Bug Fixes
    * [Python] Fix except clauses (#40387)
    * [Python][CI] Skip failing test_dateutil_tzinfo_to_string
      (#40486)
* Wed Feb 28 2024 Ben Greiner <code@bnavigator.de>
  - Move to science/apache-arrow as multibuild package
  - Also needs the cpp GLOG patches
    * Add apache-arrow-pr40230-glog-0.7.patch
    * Add apache-arrow-pr40275-glog-0.7-2.patch
* Fri Feb 23 2024 Ben Greiner <code@bnavigator.de>
  - Update to 15.0.1
    [#]# Bug Fixes
    * [Python] Fix race condition in _pandas_api#_check_import
      (#39314)
    * [Python] Avoid leaking references to Numpy dtypes (#39636)
    * [Release] Update platform tags for macOS wheels to macosx_10_15
      (#39657)
    * [Python][CI] Fix test failures with latest/nightly pandas
      (#39760)
    * [C#] Restore support for .NET 4.6.2 (#40008)
    * [Python] Make capsule name check more lenient (#39977)
    * [Python][FlightRPC] Release GIL in GeneratorStream (#40005)
    [#]# New Features and Improvements
    * [Python] Remove the use of pytest-lazy-fixture (#39850)
    * [Python][CI] Pin moto<5 for dask integration tests (#39881)
    * [Python] Fix tests for pandas with CoW / nightly integration
      tests (#40000)
  - Release 15.0.0
    [#]# Bug Fixes
    * [C++][Python] Add a no-op kernel for
      dictionary_encode(dictionary) (#38349)
    * [Python] Fix S3FileSystem equals None segfault (#39276)
    * Fix TestArrowReaderAdHoc.ReadFloat16Files to use new
      uncompressed files (#38825)
    * [Python] Fix spelling (#38945)
    * [CI][Python] Update pandas tests failing on pandas nightly CI
      build (#39498)
    * [CI][JS] Force node 20 on JS build on arm64 to fix build issues
      (#39499)
    [#]#  New Features and Improvements
    * [C++][Python] Add "Z" to the end of timestamp print string when
      tz defined (#39272)
    * [Python] Remove the legacy ParquetDataset custom python-based
      implementation (#39112)
    * [Python] add Table.to/from_struct_array (#38520)
    * [C++][Python] DLPack implementation for Arrow Arrays (producer)
      (#38472)
    * [Python] FixedSizeListArray.from_arrays supports mask parameter
      (#39396)
    * [C++][Python][R] Allow users to adjust S3 log level by
      environment variable (#38267)
    * [Python] Expose Parquet sorting metadata (#37665)
    * [C++][Python][Parquet] Implement Float16 logical type (#36073)
    * [Python] Make CacheOptions configurable from Python (#36627)
    * [Python][Parquet] Parquet Support write and validate Page CRC
      (#38360)
    * [Python][Dataset] Expose file size to python dataset (#37868)
    * [R] Allow code() to return package name prefix. (#38144)
    * [Python] Remove usage of pandas internals DatetimeTZBlock
      (#38321)
    * Add validation logic for offsets and values to
      arrow.array.ListArray.fromArrays (#38531)
    * [Python][Compute] Describe strptime format semantics (#38665)
    * [Python] Remove dead code in _reconstruct_block (#38714)
    * [Python] Fix append mode for cython 2 (#39027)
    * [Python] Add append mode for pyarrow.OsFile (#38820)
    * [Python] Extract libparquet requirements out of
      libarrow_python.so to new libarrow_python_parquet_encryption.so
      (#39316)
    * Create module info compiler plugin (#39135)
    * [Python] RecordBatchReader.from_stream constructor for objects
      implementing the Arrow PyCapsule protocol (#39218)
    * [Python] Pass in type to MapType.from_arrays (#39516)
    * [Python][CI] Skip failing dask tests: test_describe_empty and
      test_view (#39534)
    * [Python] NumPy 2.0 compat: remove usage of np.core (#39535)
    * [Packaging][Python] Add a numpy<2 pin to the install
      requirements for the 15.x release branch (#39538)
* Mon Jan 15 2024 Ben Greiner <code@bnavigator.de>
  - Update to 14.0.2
    [#]# New Features and Improvements
    * GH-38342 - [Python] Update to_pandas to use non-deprecated
      DataFrame constructor (#38374)
    * GH-38364 - [Python] Initialize S3 on first use (#38375)
    [#]# Bug Fixes
    * GH-38345 - [Release] Use local test data for verification if
      possible (#38362)
    * GH-38577 - Reading parquet file behavior change from 13.0.0 to
      14.0.0
    * GH-38626 - [Python] Fix segfault when PyArrow is imported at
      shutdown (#38637)
    * GH-38676 - [Python] Fix potential deadlock when CSV reading
      errors out (#38713)
    * GH-38984 - [Python][Packaging] Verification of wheels on
      AlmaLinux 8 are failing due to missing pip (#38985)
    * GH-39074 - [Release][Packaging] Use UTF-8 explicitly for KEYS
      (#39082)
* Tue Nov 14 2023 Ondřej Súkup <mimi.vx@gmail.com>
  - Fix cve in changelog
* Tue Nov 14 2023 Ondřej Súkup <mimi.vx@gmail.com>
  - Update to 14.0.1
  - drop pyarrow-pr37481-pandas2.1.patch
  - fixes boo#1216991 CVE-2023-47248
    * GH-38431 - [Python][CI] Update fs.type_name checks for s3fs tests
    * GH-38607 - [Python] Disable PyExtensionType autoload
  - update to 14.0.0
    * very long list of changes can be found here:
    https://arrow.apache.org/release/14.0.0.html
* Thu Aug 31 2023 Ben Greiner <code@bnavigator.de>
  - Update to 13.0.0
    [#]# Compatibility notes:
    * The default format version for Parquet has been bumped from 2.4
      to 2.6 GH-35746. In practice, this means that nanosecond
      timestamps now preserve its resolution instead of being
      converted to microseconds.
    * Support for Python 3.7 is dropped GH-34788
    [#]# New features:
    * Conversion to non-nano datetime64 for pandas >= 2.0 is now
      supported GH-33321
    * Write page index is now supported GH-36284
    * Bindings for reading JSON format in Dataset are added GH-34216
    * keys_sorted property of MapType is now exposed GH-35112
    [#]# Other improvements:
    * Common python functionality between Table and RecordBatch
      classes has been consolidated ( GH-36129, GH-35415, GH-35390,
      GH-34979, GH-34868, GH-31868)
    * Some functionality for FixedShapeTensorType has been improved
      (__reduce__ GH-36038, picklability GH-35599)
    * Pyarrow scalars can now be accepted in the array constructor
      GH-21761
    * DataFrame Interchange Protocol implementation and usage is now
      documented GH-33980
    * Conversion between Arrow and Pandas for map/pydict now has
      enhanced support GH-34729
    * Usability of pc.map_lookup / MapLookupOptions is improved
      GH-36045
    * zero_copy_only keyword can now also be accepted in
      ChunkedArray.to_numpy() GH-34787
    * Python C++ codebase now has linter support in Archery and the
      CI GH-35485
    [#]# Relevant bug fixes:
    * __array__ numpy conversion for Table and RecordBatch is now
      corrected so that np.asarray(pa.Table) doesn’t return a
      transposed result GH-34886
    * parquet.write_to_dataset doesn’t create empty files for
      non-observed dictionary (category) values anymore GH-23870
    * Dataset writer now also correctly follows default Parquet
      version of 2.6 GH-36537
    * Comparing pyarrow.dataset.Partitioning with other type is now
      correctly handled GH-36659
    * Pickling of pyarrow.dataset PartitioningFactory objects is now
      supported GH-34884
    * None schema is now disallowed in parquet writer GH-35858
    * pa.FixedShapeTensorArray.to_numpy_ndarray is not failing on
      sliced arrays GH-35573
    * Halffloat type is now supported in the conversion from Arrow
      list to pandas GH-36168
    * __from_arrow__ is now also implemented for Array.to_pandas for
      pandas extension data types GH-36096
  - Add pyarrow-pr37481-pandas2.1.patch gh#apache/arrow#37481
* Fri Aug 25 2023 Ben Greiner <code@bnavigator.de>
  - Limit to Cython < 3
* Mon Jun 12 2023 Ben Greiner <code@bnavigator.de>
  - Update to 12.0.1
    [#]# Bug Fixes
    * [GH-35389] - [Python] Fix coalesce_keys=False option in join
      operation (#35505)
    * [GH-35821] - [Python][CI] Skip extension type test failing with
      pandas 2.0.2 (#35822)
    * [GH-35845] - [CI][Python] Fix usage of assert_frame_equal in
      test_hdfs.py (#35842)
    [#]# New Features and Improvements
    * [GH-35329] - [Python] Address pandas.types.is_sparse deprecation
      (#35366)
  - Drop pyarrow-pr35822-pandas2-extensiontype.patch
* Wed Jun 07 2023 Ben Greiner <code@bnavigator.de>
  - Skip invalid pandas 2 test
    * pyarrow-pr35822-pandas2-extensiontype.patch
    * gh#apache/arrow#35822
    * gh#apache/arrow#35839
* Thu May 18 2023 Ben Greiner <code@bnavigator.de>
  - Update to 12.0.0
    [#]# Compatibility notes:
    * Plasma has been removed in this release (GH-33243). In
      addition, the deprecated serialization module in PyArrow was
      also removed (GH-29705). IPC (Inter-Process Communication)
      functionality of pyarrow or the standard library pickle should
      be used instead.
    * The deprecated use_async keyword has been removed from the
      dataset module (GH-30774)
    * Minimum Cython version to build PyArrow from source has been
      raised to 0.29.31 (GH-34933). In addition, PyArrow can now be
      compiled using Cython 3 (GH-34564).
    [#]# New features:
    * A new pyarrow.acero module with initial bindings for the Acero
      execution engine has been added (GH-33976)
    * A new canonical extension type for fixed shaped tensor data has
      been defined. This is exposed in PyArrow as the
      FixedShapeTensorType (GH-34882, GH-34956)
    * Run-End Encoded arrays binding has been implemented (GH-34686,
      GH-34568)
    * Method is_nan has been added to Array, ChunkedArray and
      Expression (GH-34154)
    * Dataframe interchange protocol has been implemented for
      RecordBatch (GH-33926)
    [#]# Other improvements:
    * Extension arrays can now be concatenated (GH-31868)
    * get_partition_keys helper function is implemented in the
      dataset module to access the partitioning field’s key/value
      from the partition expression of a certain dataset fragment
      (GH-33825)
    * PyArrow Array objects can now be accepted by the pa.array()
      constructor (GH-34411)
    * The default row group size when writing parquet files has been
      changed (GH-34280)
    * RecordBatch has the select() method implemented (GH-34359)
    * New method drop_column on the pyarrow.Table supports passing a
      single column as a string (GH-33377)
    * User-defined tabular functions, which are a user-functions
      implemented in Python that return a stateful stream of tabular
      data, are now also supported (GH-32916)
    * Arrow Archery tool now includes linting of the Cython files
      (GH-31905)
    * Breaking Change: Reorder output fields of “group_by” node so
      that keys/segment keys come before aggregates (GH-33616)
    [#]# Relevant bug fixes:
    * Acero can now detect and raise an error in case a join
      operation needs too much bytes of key data (GH-34474)
    * Fix for converting non-sequence object in pa.array() (GH-34944)
    * Fix erroneous table conversion to pandas if table includes an
      extension array that does not implement to_pandas_dtype
      (GH-34906)
    * Reading from a closed ArrayStreamBatchReader now returns
      invalid status instead of segfaulting (GH-34165)
    * array() now returns pyarrow.Array and not pyarrow.ChunkedArray
      for columns with __arrow_array__ method and only one chunk so
      that the conversion of pandas dataframe with categorical column
      of dtype string[pyarrow] does not fail (GH-33727)
    * Custom type mapper in to_pandas now converts index dtypes
      together with column dtypes (GH-34283)
* Wed Mar 29 2023 Ben Greiner <code@bnavigator.de>
  - Fix tests expecting the jemalloc backend which was disabled in
    the apache-arrow package
* Sun Mar 12 2023 Ben Greiner <code@bnavigator.de>
  - Update to v11.0.0
    * [Python][Doc] Add five more numpydoc checks to CI (#15214)
    * [Python][CI][Doc] Enable numpydoc check PR03 (#13983)
    * [Python] Expose flag to enable/disable storing Arrow schema in Parquet metadata (#13000)
    * [Python] Add support for reading record batch custom metadata API (#13041)
    * [Python] Add lazy Dataset.filter() method (#13409)
    * [Python] ParquetDataset to still take legacy code path when old filesystem is passed (#15269)
    * [Python] Switch default and deprecate use_legacy_dataset=True in ParquetDataset (#14052)
    * [Python] Support lazy Dataset.filter
    * [Python] Order of columns in pyarrow.feather.read_table (#14528)
    * [Python] Construct MapArray from sequence of dicts (instead of list of tuples) (#14547)
    * [Python] Unify CMakeLists.txt in python/ (#14925)
    * [C++][Python] Implement list_slice kernel (#14395)
    * [C++][Python] Enable struct_field kernel to accept string field names (#14495)
    * [Python][C++] Add use\_threads to run\_substrait\_query
    * [Python][Docs] adding info about TableGroupBy.aggregation with empty list (#14482)
    * [Python] DataFrame Interchange Protocol for pyarrow Table
    * [Python] Drop older versions of Pandas (<1.0) (#14631)
    * [Python] Pass Cmake args to Python CPP
    * [Docs][Python] Improve docs for S3FileSystem (#14599)
    * [Python] Add missing value accessor to temporal types (#14746)
    * [Python] Expose time32/time64 scalar values (#14637)
    * [Python] Remove gcc 4.9 compatibility code (#14602)
    * [C++][Python] Support slicing to end in list_slice kernel (#14749)
    * [C++][Python] Support step >= 1 in list_slice kernel (#14696)
    * [Release][Python] Upload .wheel/.tar.gz for release not RC (#14708)
    * [Python] Expose Scalar.validate() (#15149)
    * [Python] PyArrow C++ header files no longer always included in installed pyarrow (#14656)
    * [Doc][Python] Update note about bundling Arrow C++ on Windows (#14660)
    * [Python] Reduce warnings during tests (#14729)
    * [Python] Expose reading a schema from an IPC message (#14831)
    * [Python] Expose QuotingStyle to Python (#14722)
    * [Python] Add (Chunked)Array sort() method (#14781)
    * [Python] Dataset.sort_by (#14976)
    * [Python] Avoid dependency on exec plan in Table.sort_by to fix minimal tests (#15268)
    * [Python] Remove auto generated pyarrow_api.h and pyarrow_lib.h (#15219)
    * [Python] Error if datetime.timedelta to pyarrow.duration conversion overflows (#13718)
    * [Python] to_pandas fails with FixedOffset timezones when timestamp_as_object is used (#14448)
    * [Python] Pass **kwargs in read_feather to to_pandas() (#14492)
    * [Python] Add python test for decimals to csv (#14525)
    * [Python] Test that reading of timedelta is stable (read_feather/to_pandas) (#14531)
    * [C++][Python] Improve s3fs error message when wrong region (#14601)
    * [Python][C++] Adding support for IpcWriteOptions to the dataset ipc file writer (#14414)
    * [Python] Support passing create_dir thru pq.write_to_dataset (#14459)
    * [CI][Python] Fix pandas master/nightly build failure related to timedelta (#14460)
    * [Python] Fix writing files with multi-byte characters in file name (#14764)
    * [Python] Handle pytest 8 deprecations about pytest.warns(None)
    * [Python] Remove ARROW_BUILD_DIR in building pyarrow C++ (#14498)
    * [Python] Honor default memory pool in Dataset scanning (#14516)
    * [Python] Fully support filesystem in parquet.write_metadata (#14574)
    * [Python] Check schema argument type in RecordBatchReader.from_batches (#14583)
    * [Python][Docs] PyArrow table join docstring typos for left and right suffix arguments (#14591)
    * [Python] pass back time types with correct type class (#14633)
    * [Python] Support filesystem parameter in ParquetFile (#14717)
    * [Python][Docs] Add missing CMAKE_PREFIX_PATH to allow setup.py CMake invocations to find Arrow CMake package (#14586)
    * [Python][CI] Add DYLD_LIBRARY_PATH to avoid requiring PYARROW_BUNDLE_ARROW_CPP on macOS job (#14643)
    * [Python] Don't crash when schema=None in FlightClient.do_put (#14698)
    * [Python] Change warnings to _warnings in _plasma_store_entry_point (#14695)
    * [CI][Python] Update nightly test-conda-python-3.7-pandas-0.24 to pandas >= 1.0 (#14714)
    * [CI][Python] Update spark test modules to match spark master (#14715)
    * [Python] Fix test_s3fs_wrong_region; set anonymous=True (#14716)
    * [Python][CI] Fix nightly job using pandas dev (temporarily skip tests) (#15048)
    * [Python] Quadratic memory usage of Table.to\_pandas with nested data
    * [Python] Fix pyarrow.get_libraries() order (#14944)
    * [Python] Fix segfault for dataset ORC write (#15049)
    * [Python][Docs] Update docstring for pyarrow.decompress (#15061)
    * [Python][CI] Dask nightly tests are failing due to fsspec bug (#15065)
    * [C++][Python][FlightRPC] Make DoAction truly streaming (#15118)
    * [Benchmarking][Python] Set ARROW_INSTALL_NAME_RPATH=ON for benchmark builds (#15123)
    * [Python][macOS] Use `@rpath` for libarrow_python.dylib (#15143)
    * [Python] Docstring test failure (#15186)
    * [Python] Don't use target_include_directories() for imported target (#33606)
    * [Python] Make CSV cancellation test more robust
    * [Python][CI] Python sdist installation fails with latest setuptools 58.5
    * [Python] Missing bindings for existing\_data\_behavior makes it impossible to maintain old behavior
    * [Python] update trove classifiers to include Python 3.10
    * [Release][Python] Use python -m pytest
    * [Python][C++] Non-deterministic segfault in "AMD64 MacOS 10.15 Python 3.7" build
    * [Python][Doc] Clarify what should be expected if read_table is passed an empty list of columns
    * [Python][Packaging] Set deployment target to 10.13 for universal2 wheels
    * [Python] Fix crash in take/filter of empty ExtensionArray
    * [Python] Move marks from fixtures to individual tests/params
    * [Python][CI] Requiring s3fs >= 2021.8
    * [Python] Allow writing datasets using a partitioning that only specifies field_names
    * [Python] Table.from_arrays should raise an error when array is empty but names is not
    * [Python][Packaging] Pin minimum setuptools version for the macos wheels
    * [Python][Doc] Document nullable dtypes handling and usage of types_mapper in to_pandas conversion
    * [C++][Python] Fix unique/value_counts on empty dictionary arrays
    * [Python][CI] Fix tests using OrcFileFormat for Python 3.6 + orc not built
    * [Python] Fix FlightClient.do_action
    * [Python][Docs] Fix usage of sync scanner in dataset writing docs
    * [Packaging][Python] Python 3.9 installation fails in macOS wheel build
    * [CI][Python] Fix Spark integration failures
    * [Python] Fix version constraints in pyproject.toml
    * [Packaging][Python] Disable windows wheel testing for python 3.6
    * [Python][C++] Segfault with read\_json when a field is missing
    * [Python] Support for set/list columns when converting from Pandas
    * [Python] Support converting nested sets when converting to arrow
    * [Python] Make filesystems compatible with fsspec
    * [C++][Python][R] Consolidate coalesce/fill_null
    * [Python][Doc] Document the fsspec wrapper for pyarrow.fs filesystems
    * [Python] Support core-site.xml default filesystem.
    * [Python] Improve HadoopFileSystem docstring
    * [Python][Doc] Document missing pandas to arrow conversions
    * [Python] Make SubTreeFileSystem print method more informative
    * [Doc][Python] Improve documentation regarding dealing with memory mapped files
    * [C++][Python] Implement a new scalar function: list_element
    * [Python] Allow creating RecordBatch from Python dict
    * [Python] Update HadoopFileSystem docs to clarify setting CLASSPATH env variable is required
    * [Python] Improve documentation on what 'use_threads' does in 'read_feather'
    * [C++][Python] Improve consistency of explicit C++ types in PyArrow files
    * [Doc][Python] Improve PyArrow documentation for new users
    * [C++][Python] Add CSV convert option to change decimal point
    * [Python][Packaging] Build M1 wheels for python 3.8
    * [Release][Python] Verify python 3.8 macOS arm64 wheel
    * [Doc][Python] Switch ipc/io doc to use context managers
    * [Python] Mention alternative deprecation message for ParquetDataset.partitions
    * [C++][Python] Implement ExtensionScalar
    * [Packaging][Python] Skip test_cancellation test case on M1
    * [Python][FlightRPC] pyarrow client do_put close method after write_table did not throw flight error
    * [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds
    * [Python] Fix docstrings
    * [Python] Expose copy_files in pyarrow.fs
    * [Doc][Python] Add a recipe on how to save partitioned datasets to the Cookbook
    * [Python] Update deprecated pytest yield_fixture functions
    * [Python] Support for MapType with Fields
    * [Python][Docs] Improve filesystem documentation
    * [Python] Add dataset mark to test_parquet_dataset_deprecated_properties
    * . [Python] Preview data when printing tables
    * [C++][Python] Column projection pushdown for ORC dataset reading + use liborc for column selection
    * [C++][Python] Add support for new MonthDayNano Interval Type
    * [Doc][Python] Add documentation for unify_schemas
    * [C++][Python] Implement C data interface support for extension types
    * [Python] Allow more than numpy.array as masks when creating arrays
    * [Python] Correct TimestampScalar.as_py() and DurationScalar.as_py() docstrings
    * [Python] Migrate Python ORC bindings to use new Result-based APIs
    * [Python] Support tuples in unify_schemas
    * [C++][Python] Not providing a sort_key in the "select_k_unstable" kernel crashes
    * [C++][Python] Support cast of naive timestamps to strings
    * [Python] Update kernel categories in compute doc to match C++
    * [C++][Python][R] Implement count distinct kernel
    * [Python] Allow unsigned integer index type in dictionary() type factory function
    * [Python] Missing Python tests for compute kernels
    * [Python][CI] Add support for python 3.10
    * [C++][Python] Improve error message when trying use SyncScanner when requiring async
    * [Python] Extend CompressedInputStream to work with paths, strings and files
    * [Packaging][Python] Enable NEON SIMD optimization for M1 wheels
    * [C++][Python] Use std::move() explicitly for g++ 4.8.5
    * [Python][Packaging] Use numpy 1.21.3 to build python 3.10 wheels for macOS and windows
  - Build via PEP517
* Mon Aug 22 2022 John Vandenberg <jayvdb@gmail.com>
  - Update to v9.0.0

Files

/usr/lib64/python3.10/site-packages/pyarrow/include
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/accumulation_queue.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/aggregate_node.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/asof_join_node.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/backpressure_handler.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/benchmark_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/bloom_filter.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/exec_plan.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/hash_join.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/hash_join_dict.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/hash_join_node.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/map_node.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/options.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/order_by_impl.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/partition_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/pch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/query_context.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/schema_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/task_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/test_nodes.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/time_series_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/tpch_node.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/unmaterialized_table.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/acero/visibility.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_base.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_binary.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_decimal.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_dict.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_nested.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_primitive.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/array_run_end.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_adaptive.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_base.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_binary.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_decimal.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_dict.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_nested.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_primitive.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_run_end.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_time.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/builder_union.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/concatenate.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/data.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/diff.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/array/validate.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/buffer.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/buffer_builder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/builder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/c
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/c/abi.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/c/bridge.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/c/dlpack.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/c/dlpack_abi.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/c/helpers.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/chunk_resolver.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/chunked_array.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compare.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/api_aggregate.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/api_scalar.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/api_vector.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/cast.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/exec.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/expression.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/function.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/function_options.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/kernel.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/key_hash.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/key_map.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/light_array.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/ordering.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/registry.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/row
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/row/grouper.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/compute/util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/config.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/chunker.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/column_builder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/column_decoder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/converter.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/invalid_row.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/options.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/parser.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/reader.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/test_common.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/csv/writer.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/dataset.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/dataset_writer.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/discovery.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/file_base.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/file_csv.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/file_ipc.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/file_json.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/file_orc.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/file_parquet.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/parquet_encryption_config.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/partition.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/pch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/plan.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/projector.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/scanner.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/dataset/visibility.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/datum.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/device.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/extension
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/extension/fixed_shape_tensor.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/extension_type.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/azurefs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/filesystem.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/gcsfs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/hdfs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/localfs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/mockfs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/path_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/s3_test_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/s3fs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/test_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/filesystem/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/integration
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/integration/json_integration.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/buffered.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/caching.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/compressed.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/concurrency.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/file.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/hdfs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/interfaces.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/memory.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/mman.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/slow.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/stdio.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/test_common.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/transform.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/io/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/dictionary.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/feather.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/json_simple.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/message.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/options.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/reader.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/test_common.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/ipc/writer.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/chunked_builder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/chunker.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/converter.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/object_parser.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/object_writer.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/options.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/parser.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/rapidjson_defs.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/reader.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/test_common.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/json/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/memory_pool.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/memory_pool_test.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/pch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/pretty_print.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/arrow_to_pandas.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/async.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/benchmark.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/common.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/csv.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/datetime.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/decimal.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/deserialize.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/extension_type.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/filesystem.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/flight.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/gdb.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/helpers.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/inference.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/init.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/io.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/ipc.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/iterators.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/lib.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/lib_api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/numpy_convert.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/numpy_interop.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/numpy_to_arrow.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/parquet_encryption.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/pch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/platform.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/pyarrow.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/pyarrow_api.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/pyarrow_lib.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/python_test.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/python_to_arrow.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/serialize.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/type_traits.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/udf.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/python/visibility.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/record_batch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/result.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/scalar.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/sparse_tensor.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/status.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/stl.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/stl_allocator.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/stl_iterator.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/table.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/table_builder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/tensor
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/tensor.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/tensor/converter.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/type.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/type_traits.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/algorithm.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/align_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/aligned_storage.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/async_generator.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/async_generator_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/async_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/base64.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/basic_decimal.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/benchmark_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/binary_view_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bit_block_counter.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bit_run_reader.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bit_stream_utils.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bit_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap_builders.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap_generate.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap_ops.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap_reader.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap_visit.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitmap_writer.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bitset_stack.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bpacking.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bpacking64_default.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bpacking_avx2.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bpacking_avx512.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bpacking_default.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/bpacking_neon.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/byte_size.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/cancel.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/checked_cast.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/compare.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/compression.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/concurrent_map.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/config.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/converter.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/counting_semaphore.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/cpu_info.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/crc32.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/debug.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/decimal.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/delimiting.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/dict_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/dispatch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/double_conversion.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/endian.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/float16.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/formatting.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/functional.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/future.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/hash_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/hashing.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/int_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/int_util_overflow.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/io_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/iterator.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/key_value_metadata.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/launder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/list_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/logging.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/macros.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/map.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/math_constants.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/memory.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/mutex.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/parallel.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/pcg_random.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/print.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/queue.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/range.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/ree_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/regex.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/rle_encoding.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/rows_to_batches.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/simd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/small_vector.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/sort.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/spaced.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/span.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/stopwatch.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/string.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/string_builder.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/task_group.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/tdigest.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/test_common.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/thread_pool.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/time.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/tracing.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/trie.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/type_fwd.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/type_traits.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/ubsan.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/union_util.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/unreachable.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/uri.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/utf8.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/value_parsing.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/vector.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/visibility.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/windows_compatibility.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/util/windows_fixup.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/ProducerConsumerQueue.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime/date.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime/ios.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime/tz.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime/tz_private.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/datetime/visibility.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/bignum.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/cached-powers.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/diy-fp.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/double-conversion.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/double-to-string.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/ieee.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/string-to-double.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/strtod.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/double-conversion/utils.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/pcg
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/pcg/pcg_random.hpp
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/portable-snippets
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/portable-snippets/safe-math.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/strptime.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/xxhash
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/xxhash.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/vendored/xxhash/xxhash.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/visit_array_inline.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/visit_data_inline.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/visit_scalar_inline.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/visit_type_inline.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/visitor.h
/usr/lib64/python3.10/site-packages/pyarrow/include/arrow/visitor_generate.h
/usr/lib64/python3.10/site-packages/pyarrow/lib.h
/usr/lib64/python3.10/site-packages/pyarrow/lib_api.h
/usr/lib64/python3.10/site-packages/pyarrow/src
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/CMakeLists.txt
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/api.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/arrow_to_pandas.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/arrow_to_pandas.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/arrow_to_python_internal.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/async.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/benchmark.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/benchmark.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/common.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/common.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/csv.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/csv.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/datetime.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/datetime.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/decimal.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/decimal.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/deserialize.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/deserialize.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/extension_type.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/extension_type.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/filesystem.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/filesystem.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/flight.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/flight.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/gdb.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/gdb.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/helpers.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/helpers.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/inference.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/inference.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/init.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/init.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/io.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/io.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/ipc.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/ipc.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/iterators.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/numpy_convert.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/numpy_convert.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/numpy_internal.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/numpy_interop.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/numpy_to_arrow.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/numpy_to_arrow.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/parquet_encryption.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/parquet_encryption.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/pch.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/platform.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/pyarrow.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/pyarrow.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/pyarrow_api.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/pyarrow_lib.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/python_test.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/python_test.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/python_to_arrow.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/python_to_arrow.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/serialize.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/serialize.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/type_traits.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/udf.cc
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/udf.h
/usr/lib64/python3.10/site-packages/pyarrow/src/arrow/python/visibility.h
/usr/share/doc/packages/python310-pyarrow-devel
/usr/share/doc/packages/python310-pyarrow-devel/README.md
/usr/share/licenses/python310-pyarrow-devel
/usr/share/licenses/python310-pyarrow-devel/LICENSE.txt
/usr/share/licenses/python310-pyarrow-devel/NOTICE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 23:32:40 2024