MCPcopy Create free account
hub / github.com/cwida/ALP / InternalType

Method InternalType

publication/source_code/include/duckdb/types.hpp:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected