|
iceberg-cpp
|
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::Literal | static |
| Boolean(bool value) | iceberg::Literal | static |
| CastTo(const std::shared_ptr< PrimitiveType > &target_type) const | iceberg::Literal | |
| Conversions (defined in iceberg::Literal) | iceberg::Literal | friend |
| Date(int32_t value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Decimal(int128_t value, int32_t precision, int32_t scale) | iceberg::Literal | static |
| Deserialize(std::span< const uint8_t > data, std::shared_ptr< PrimitiveType > type) | iceberg::Literal | static |
| Double(double value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Fixed(std::vector< uint8_t > value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Float(float value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Int(int32_t value) (defined in iceberg::Literal) | iceberg::Literal | static |
| IsAboveMax() const | iceberg::Literal | |
| IsBelowMin() const | iceberg::Literal | |
| IsNaN() const | iceberg::Literal | |
| IsNull() const | iceberg::Literal | |
| LiteralCaster (defined in iceberg::Literal) | iceberg::Literal | friend |
| Long(int64_t value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Null(std::shared_ptr< PrimitiveType > type) | iceberg::Literal | inlinestatic |
| operator<=>(const Literal &other) const | iceberg::Literal | |
| operator==(const Literal &other) const (defined in iceberg::Literal) | iceberg::Literal | |
| Serialize() const | iceberg::Literal | |
| String(std::string value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Time(int64_t value) (defined in iceberg::Literal) | iceberg::Literal | static |
| Timestamp(int64_t value) (defined in iceberg::Literal) | iceberg::Literal | static |
| TimestampTz(int64_t value) (defined in iceberg::Literal) | iceberg::Literal | static |
| ToString() const override | iceberg::Literal | virtual |
| type() const | iceberg::Literal | |
| UUID(Uuid value) (defined in iceberg::Literal) | iceberg::Literal | static |
| value() const | iceberg::Literal | inline |
| Value typedef (defined in iceberg::Literal) | iceberg::Literal | |
| ~Formattable()=default (defined in iceberg::util::Formattable) | iceberg::util::Formattable | virtual |