github.com/jackc/pgx/v5/pgtype.Polygon.Valid (field)

6 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		polygon.go#L24: 	Valid bool
		polygon.go#L55: 	if !p.Valid {
		polygon.go#L100: 	if !polygon.Valid {
		polygon.go#L122: 	if !polygon.Valid {
		polygon.go#L191: 		Valid: true,
		polygon.go#L236: 	return scanner.ScanPolygon(Polygon{P: points, Valid: true})