| 559 | : internal::PrimitiveScalarBase(std::move(type), true), value(value) {} |
| 560 | |
| 561 | const void* data() const override { |
| 562 | return reinterpret_cast<const void*>(value.native_endian_bytes()); |
| 563 | } |
| 564 | |
| 565 | std::string_view view() const override { |
| 566 | return std::string_view(reinterpret_cast<const char*>(value.native_endian_bytes()), |