|
| 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 | +/// \namespace iceberg |
| 21 | +/// \brief Core Apache Iceberg C++ APIs. |
| 22 | + |
| 23 | +/// \namespace iceberg::arrow |
| 24 | +/// \brief Arrow-backed IO and data conversion APIs. |
| 25 | + |
| 26 | +/// \namespace iceberg::avro |
| 27 | +/// \brief Avro reader, writer, and metadata APIs. |
| 28 | + |
| 29 | +/// \namespace iceberg::hive |
| 30 | +/// \brief Hive catalog APIs. |
| 31 | + |
| 32 | +/// \namespace iceberg::parquet |
| 33 | +/// \brief Parquet reader, writer, and registration APIs. |
| 34 | + |
| 35 | +/// \namespace iceberg::puffin |
| 36 | +/// \brief Puffin file metadata, reader, and writer APIs. |
| 37 | + |
| 38 | +/// \namespace iceberg::rest |
| 39 | +/// \brief REST catalog APIs. |
| 40 | + |
| 41 | +/// \namespace iceberg::rest::auth |
| 42 | +/// \brief REST catalog authentication APIs. |
| 43 | + |
| 44 | +/// \namespace iceberg::retry |
| 45 | +/// \brief Retry policy APIs. |
| 46 | + |
| 47 | +/// \namespace iceberg::sql |
| 48 | +/// \brief SQL catalog APIs. |
| 49 | + |
| 50 | +/// \namespace iceberg::table |
| 51 | +/// \brief Table update requirement APIs. |
| 52 | + |
| 53 | +/// \namespace iceberg::util |
| 54 | +/// \brief Utility APIs. |
0 commit comments