iceberg-cpp
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
iceberg::LiteralCaster Class Reference

LiteralCaster handles type casting operations for Literal. This is an internal implementation class. More...

Static Public Member Functions

static Result< LiteralCastTo (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.
 

Detailed Description

LiteralCaster handles type casting operations for Literal. This is an internal implementation class.


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