Documentation ¶ Index ¶ Variables type Class Constants ¶ This section is empty. Variables ¶ View Source var Classes = []*Class{}/* 177 elements not displayed */ Classes defined in latest PostgreSQL version (15). Functions ¶ This section is empty. 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.