Documentation ¶ Index ¶ Variables func HasClass(name string) bool type Class Constants ¶ This section is empty. Variables ¶ View Source var Classes = []*Class{}/* 194 elements not displayed */ Classes defined in latest PostgreSQL version (15). Functions ¶ func HasClass ¶ added in v0.21.1 func HasClass(name string) bool HasClass reports if the given operator class name exists. Types ¶ type Class ¶ type Class struct { Name string // operator class name Method string // index method Type string // indexed data type Default bool // default to the type/method above } Class describes an index operator class. Source Files ¶ View all Source files postgresop.go Click to show internal directories. Click to hide internal directories.