iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::Literal::BelowMin Struct Reference

Sentinel value to indicate that the literal value is below the valid range of a specific primitive type. It can happen when casting a literal to a narrower primitive type. More...

#include <literal.h>

Public Member Functions

bool operator== (const BelowMin &) const =default
 
std::strong_ordering operator<=> (const BelowMin &) const =default
 

Detailed Description

Sentinel value to indicate that the literal value is below the valid range of a specific primitive type. It can happen when casting a literal to a narrower primitive type.


The documentation for this struct was generated from the following file: