|
iceberg-cpp
|
LiteralCaster handles type casting operations for Literal. This is an internal implementation class. More...
Static Public Member Functions | |
| static Result< Literal > | CastTo (const Literal &literal, const std::shared_ptr< PrimitiveType > &target_type) |
| Cast a Literal to the target type. | |
| static Literal | BelowMinLiteral (std::shared_ptr< PrimitiveType > type) |
| Create a literal representing a value below the minimum for the given type. | |
| static Literal | AboveMaxLiteral (std::shared_ptr< PrimitiveType > type) |
| Create a literal representing a value above the maximum for the given type. | |
LiteralCaster handles type casting operations for Literal. This is an internal implementation class.