|
| 1 | +<!-- |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one |
| 3 | + or more contributor license agreements. See the NOTICE file |
| 4 | + distributed with this work for additional information |
| 5 | + regarding copyright ownership. The ASF licenses this file |
| 6 | + to you under the Apache License, Version 2.0 (the |
| 7 | + "License"); you may not use this file except in compliance |
| 8 | + with the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | + Unless required by applicable law or agreed to in writing, |
| 13 | + software distributed under the License is distributed on an |
| 14 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | + KIND, either express or implied. See the License for the |
| 16 | + specific language governing permissions and limitations |
| 17 | + under the License. |
| 18 | +--> |
| 19 | + |
| 20 | +(c-glib)= |
| 21 | +# Apache Arrow GLib (c) |
| 22 | + |
| 23 | +Apache Arrow GLib is a wrapper library for Apache Arrow C++. Apache Arrow GLib provides C API. |
| 24 | + |
| 25 | +Apache Arrow GLib supports [GObject Introspection][gobject-introspection]. It means that you can create language bindings at runtime or compile time automatically. |
| 26 | + |
| 27 | +## API reference manuals |
| 28 | + |
| 29 | +```{toctree} |
| 30 | +:maxdepth: 1 |
| 31 | +
|
| 32 | +Apache Arrow GLib <arrow-glib/index> |
| 33 | +Apache Arrow CUDA GLib <arrow-cuda-glib/index> |
| 34 | +Apache Arrow Dataset <arrow-dataset-glib/index> |
| 35 | +Apache Arrow Flight GLib <arrow-flight-glib/index> |
| 36 | +Apache Arrow Flight SQL GLib <arrow-flight-sql-glib/index> |
| 37 | +Apache Parquet GLib <parquet-glib/index> |
| 38 | +Gandiva GLib <gandiva-glib/index> |
| 39 | +``` |
| 40 | + |
| 41 | +[gobject-introspection]: https://gi.readthedocs.io/en/latest/ |
| 42 | + |
0 commit comments