| 1685 | } |
| 1686 | |
| 1687 | bool IntLogicalType::is_signed() const { |
| 1688 | return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).is_signed(); |
| 1689 | } |
| 1690 | |
| 1691 | class LogicalType::Impl::Null final : public LogicalType::Impl::Incompatible, |
| 1692 | public LogicalType::Impl::UniversalApplicable { |
no outgoing calls