| 1697 | } |
| 1698 | |
| 1699 | bool IntLogicalType::is_signed() const { |
| 1700 | return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).is_signed(); |
| 1701 | } |
| 1702 | |
| 1703 | class LogicalType::Impl::Null final : public LogicalType::Impl::Incompatible, |
| 1704 | public LogicalType::Impl::UniversalApplicable { |
no outgoing calls