atlasariga.io/atlas/sql/postgres/internal/postgresop Index | Files

package postgresop

import "ariga.io/atlas/sql/postgres/internal/postgresop"

Index

Variables

var Classes = []*Class{ /* 194 elements not displayed */

}

Classes defined in latest PostgreSQL version (15).

Functions

func HasClass

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

postgresop.go

Version
v0.32.0 (latest)
Published
Mar 10, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
1 month ago

Tools for package owners.