iceberg-cpp
Loading...
Searching...
No Matches
Variables
constants.h File Reference
#include <cstdint>
#include <string_view>

Go to the source code of this file.

Variables

constexpr std::string_view iceberg::kParquetFieldIdKey = "PARQUET:field_id"
 
constexpr int64_t iceberg::kInvalidSnapshotId = -1
 
constexpr int64_t iceberg::kInvalidSequenceNumber = -1
 
constexpr int64_t iceberg::kUnassignedSequenceNumber = -1
 Stand-in for the current sequence number that will be assigned when the commit is successful. This is replaced when writing a manifest list by the ManifestFile adapter.
 

Detailed Description

This file defines constants used commonly and shared across multiple source files. It is mostly useful to add constants that are used as default values in the class definitions in the header files without including other headers just for the constant definitions.