| 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; |
| 289 | |
| 290 | // copy assignment |
nothing calls this directly
no outgoing calls
no test coverage detected