github.com/jackc/pgx/v5/pgtype.PolygonCodec.PlanEncode (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		polygon.go#L59: 	buf, err := PolygonCodec{}.PlanEncode(nil, 0, TextFormatCode, p).Encode(p, nil)
		polygon.go#L77: func (PolygonCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {