33constexpr std::string_view kParquetFieldIdKey =
"PARQUET:field_id";
34constexpr int64_t kInvalidSnapshotId = -1;
35constexpr int64_t kInvalidSequenceNumber = -1;
constexpr int64_t kUnassignedSequenceNumber
Stand-in for the current sequence number that will be assigned when the commit is successful....
Definition constants.h:39