type github.com/jackc/pgx/v5/pgtype.TSVectorWeight
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
tsvector.go#L79: type TSVectorWeight byte
tsvector.go#L82: TSVectorWeightA = TSVectorWeight('A')
tsvector.go#L83: TSVectorWeightB = TSVectorWeight('B')
tsvector.go#L84: TSVectorWeightC = TSVectorWeight('C')
tsvector.go#L85: TSVectorWeightD = TSVectorWeight('D')
tsvector.go#L89: func tsvectorWeightToBinary(w TSVectorWeight) uint16 {
tsvector.go#L103: func tsvectorWeightFromBinary(b uint16) TSVectorWeight {
tsvector.go#L119: Weight TSVectorWeight
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)