|
iceberg-cpp
|
Files | |
| bucket_util.h | |
| checked_cast.h | |
| Checked cast functions for dynamic_cast and static_cast. Adapted from Apache Arrow https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/checked_cast.h. | |
| config.h | |
| content_file_util.h | |
| conversions.h | |
| Conversion utilities for primitive types. | |
| data_file_set.h | |
| decimal.cc | |
| 128-bit fixed-point decimal numbers. Adapted from Apache Arrow with only Decimal128 support. https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.cc | |
| decimal.h | |
| 128-bit fixed-point decimal numbers. Adapted from Apache Arrow with only Decimal128 support. https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.h | |
| endian.h | |
| Endianness conversion utilities. | |
| error_collector.h | |
| formattable.h | |
| formatter.h | |
| formatter_internal.h | |
| gzip_internal.h | |
| int128.h | |
| 128-bit integer type | |
| json_util_internal.h | |
| Internal utilities for JSON serialization and deserialization. | |
| lazy.h | |
| location_util.h | |
| macros.h | |
| murmurhash3_internal.h | |
| partition_value_util.h | |
| projection_util_internal.h | |
| property_util.h | |
| retry_util.h | |
| retry_util_internal.h | |
| snapshot_util_internal.h | |
| string_util.h | |
| struct_like_set.h | |
| temporal_util.h | |
| timepoint.h | |
| transform_util.h | |
| truncate_util.h | |
| type_util.h | |
| url_encoder.h | |
| URL encoding and decoding. | |
| uuid.h | |
| UUID (Universally Unique Identifier) representation. | |
| visit_type.h | |
| Visitor pattern for Iceberg types Adapted from Apache Arrow https://github.com/apache/arrow/blob/main/cpp/src/arrow/visit_type_inline.h. | |
| visitor_generate.h | |