Versions in this module Expand all Collapse all v0 v0.23.2 Feb 12, 2024 Changes in this version + func FuncIDToOID(id DescID) oid.Oid + func IsOIDUserDefined(oid oid.Oid) bool + func TypeIDToOID(id DescID) oid.Oid + type ColumnID uint32 + func (ColumnID) SafeValue() + type ConstraintID uint32 + func (ConstraintID) SafeValue() + type DescID uint32 + const InvalidDescID + func UserDefinedOIDToID(oid oid.Oid) DescID + func (DescID) SafeValue() + type FamilyID uint32 + func (FamilyID) SafeValue() + type IndexID uint32 + func (IndexID) SafeValue() + type IndexSet struct + func MakeIndexIDSet(vals ...IndexID) IndexSet + func (s *IndexSet) Add(indexID IndexID) + func (s *IndexSet) UnionWith(rhs IndexSet) + func (s IndexSet) Contains(indexID IndexID) bool + func (s IndexSet) Difference(other IndexSet) IndexSet + func (s IndexSet) Empty() bool + func (s IndexSet) ForEach(f func(col IndexID)) + func (s IndexSet) Intersection(other IndexSet) IndexSet + func (s IndexSet) Len() int + func (s IndexSet) Next(startVal IndexID) (IndexID, bool) + func (s IndexSet) Ordered() []IndexID + func (s IndexSet) String() string + func (s IndexSet) SubsetOf(other IndexSet) bool + type PGAttributeNum uint32 + func (PGAttributeNum) SafeValue() + type RoleID uint32