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#L54: 	if !p.Valid {
		polygon.go#L99: 	if !polygon.Valid {
		polygon.go#L121: 	if !polygon.Valid {
		polygon.go#L188: 		Valid: true,
		polygon.go#L243: 	return scanner.ScanPolygon(Polygon{P: points, Valid: true})