iceberg-cpp
Loading...
Searching...
No Matches
iceberg::Literal Member List

This is the complete list of members for iceberg::Literal, including all inherited members.

Binary(std::vector< uint8_t > value) (defined in iceberg::Literal)iceberg::Literalstatic
Boolean(bool value)iceberg::Literalstatic
CastTo(const std::shared_ptr< PrimitiveType > &target_type) consticeberg::Literal
Conversions (defined in iceberg::Literal)iceberg::Literalfriend
Date(int32_t value) (defined in iceberg::Literal)iceberg::Literalstatic
Decimal(int128_t value, int32_t precision, int32_t scale)iceberg::Literalstatic
Deserialize(std::span< const uint8_t > data, std::shared_ptr< PrimitiveType > type)iceberg::Literalstatic
Double(double value) (defined in iceberg::Literal)iceberg::Literalstatic
Fixed(std::vector< uint8_t > value) (defined in iceberg::Literal)iceberg::Literalstatic
Float(float value) (defined in iceberg::Literal)iceberg::Literalstatic
Int(int32_t value) (defined in iceberg::Literal)iceberg::Literalstatic
IsAboveMax() consticeberg::Literal
IsBelowMin() consticeberg::Literal
IsNaN() consticeberg::Literal
IsNull() consticeberg::Literal
LiteralCaster (defined in iceberg::Literal)iceberg::Literalfriend
Long(int64_t value) (defined in iceberg::Literal)iceberg::Literalstatic
Null(std::shared_ptr< PrimitiveType > type)iceberg::Literalinlinestatic
operator<=>(const Literal &other) consticeberg::Literal
operator==(const Literal &other) const (defined in iceberg::Literal)iceberg::Literal
Serialize() consticeberg::Literal
String(std::string value) (defined in iceberg::Literal)iceberg::Literalstatic
Time(int64_t value) (defined in iceberg::Literal)iceberg::Literalstatic
Timestamp(int64_t value) (defined in iceberg::Literal)iceberg::Literalstatic
TimestampTz(int64_t value) (defined in iceberg::Literal)iceberg::Literalstatic
ToString() const overrideiceberg::Literalvirtual
type() consticeberg::Literal
UUID(Uuid value) (defined in iceberg::Literal)iceberg::Literalstatic
value() consticeberg::Literalinline
Value typedef (defined in iceberg::Literal)iceberg::Literal
~Formattable()=default (defined in iceberg::util::Formattable)iceberg::util::Formattablevirtual