| 283 | |
| 284 | inline LogicalTypeId id() const { return id_; } |
| 285 | inline PhysicalType InternalType() const { return physical_type_; } |
| 286 | inline const ExtraTypeInfo* AuxInfo() const { return type_info_.get(); } |
| 287 | inline void CopyAuxInfo(const LogicalType& other) { type_info_ = other.type_info_; } |
| 288 | bool EqualTypeInfo(const LogicalType& rhs) const; |
nothing calls this directly
no outgoing calls
no test coverage detected